CSV को Excel .xlsx फ़ाइल में और Excel को वापस CSV में बदलें, पूरी तरह आपके ब्राउज़र में। दोनों दिशाओं में काम करता है।
CSV / Excel का उपयोग कैसे करें
एक दिशा चुनें: CSV से Excel या Excel से CSV।
अपना CSV पेस्ट करें, या .xlsx फ़ाइल अपलोड करें।
कनवर्ट की गई फ़ाइल डाउनलोड करें, या CSV कॉपी करें।
This is a two-way CSV and Excel converter: turn CSV text into a downloadable .xlsx workbook, or read an Excel file and export any sheet as CSV. Pick the direction, paste or upload, and get the converted file.
It is the bridge between the plain-text world of CSV, which APIs, databases and scripts love, and the spreadsheet world of Excel, which is where most people actually view and edit tabular data.
It uses SheetJS and runs locally in your browser, so your spreadsheet never leaves your device, which matters for the financial and personal data spreadsheets often hold.
When converting Excel to CSV, you can choose which sheet to export, since a CSV file holds a single table. Converting CSV to Excel produces a workbook with one sheet containing your data.
It reads modern .xlsx files and older .xls files, and always outputs the modern .xlsx format, so the result opens cleanly in current versions of Excel, Google Sheets, LibreOffice and similar tools.
Because CSV is just values, the conversion focuses on the data itself. Cell values, rows and columns transfer faithfully, while complex spreadsheet features like formulas, charts and styling are outside what a CSV can carry.
अक्सर पूछे जाने वाले सवाल
नहीं। कनवर्शन पूरी तरह आपके ब्राउज़र में SheetJS के साथ चलती है, इसलिए आपकी स्प्रेडशीट कभी आपके डिवाइस से नहीं जाती।
Excel को CSV में कनवर्ट करते समय, आप चुन सकते हैं कि कौन सी शीट निर्यात करनी है, क्योंकि CSV एकल तालिका रखता है। CSV से Excel एक शीट वाली वर्कबुक बनाता है।
आधुनिक .xlsx फ़ाइलें और पुरानी .xls फ़ाइलें पढ़ी जा सकती हैं। आउटपुट हमेशा आधुनिक .xlsx फॉर्मेट है।
इस टूल को एम्बेड करें
इस टूल को अपनी वेबसाइट में जोड़ें। नीचे दिया स्निपेट कॉपी करें; यह अपने आप अपडेट रहता है।
<iframe src="https://monu.tools/embed/hi/csv-excel-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>संबंधित टूल
JSON सैंपल से TypeScript इंटरफेस जनरेट करें, नेस्टेड टाइप, ऐरे और वैकल्पिक फ़ील्ड के साथ। आपके ब्राउज़र में चलता है।
JSON को XML में और XML को वापस JSON में बदलें, दोनों दिशाओं में, पूरी तरह आपके ब्राउज़र में।
URL query string को JSON में पार्स करें और JSON से query string बनाएं, आपके ब्राउज़र में।
पेलोड और सीक्रेट से HS256 JSON Web Token बनाएं और साइन करें, पूरी तरह आपके ब्राउज़र में।