Конвертируйте CSV в файл Excel .xlsx и обратно полностью в браузере. Работает в обоих направлениях.
Как использовать 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/ru/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-интерфейсы из образца JSON с вложенными типами, массивами и опциональными полями. Работает в браузере.
Конвертируйте JSON в XML и XML обратно в JSON в обоих направлениях полностью в браузере.
Разбирайте строку запроса URL в JSON и создавайте строку запроса из JSON в браузере.
Создавайте и подписывайте HS256 JSON Web Tokens из payload и секрета полностью в браузере.