แปลง 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 ดังนั้น spreadsheet ของคุณไม่ออกจากอุปกรณ์
เมื่อแปลง Excel เป็น CSV จะส่งออกเฉพาะ sheet แรก CSV ไม่มีแนวคิดของหลาย sheets ดังนั้น sheet แรกถูกเลือกโดยอัตโนมัติ
เครื่องมือนี้มุ่งเป้าหมายรูปแบบ .xlsx สมัยใหม่ .xls เก่าอาจทำงานหรือไม่ขึ้นอยู่กับความสามารถของ SheetJS
ฝังเครื่องมือนี้
เพิ่มเครื่องมือนี้ลงในเว็บไซต์ของคุณเอง คัดลอกสคริปต์ด้านล่าง โดยจะอัปเดตให้เป็นปัจจุบันโดยอัตโนมัติ
<iframe src="https://monu.tools/embed/th/csv-excel-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>เครื่องมือที่เกี่ยวข้อง
สร้าง TypeScript interfaces จากตัวอย่าง JSON พร้อม nested types, arrays และ optional fields ทำงานในเบราว์เซอร์ของคุณ
แปลง JSON เป็น XML และ XML กลับเป็น JSON ในทั้งสองทิศทาง ทั้งหมดในเบราว์เซอร์ของคุณ
แยกวิเคราะห์ URL query string เป็น JSON และสร้าง query string จาก JSON ในเบราว์เซอร์ของคุณ
สร้างและลงชื่อ HS256 JSON Web Tokens จาก payload และ secret ทั้งหมดในเบราว์เซอร์ของคุณ