Excel to CSV

Convert Excel (.xlsx, .xls) files to CSV format. Choose which sheet to convert. Handles merged cells and special formatting. Uses SheetJS.

💡 Requires: npm install xlsx

Frequently Asked Questions

Which Excel formats are supported?
.xlsx and .xls (Excel 97-2003) are both supported.
Can I choose which sheet to export?
Yes. If the file has multiple sheets, you can select which one to export.