File Converter

Convert files between Excel (XLSX), CSV, JSON, TXT, and Word (DOCX) formats. Upload a file and download in your desired format.

📄
Drop a file here or click to browse
Accepts: .xlsx, .xls, .csv, .json, .txt
- -

How to Use

  1. Choose mode — Spreadsheet (Excel/CSV/JSON/TXT) or Document (DOCX/TXT).
  2. Upload a file by dragging or clicking the drop zone.
  3. Select output format from the dropdown.
  4. Click Convert to download the converted file.
' + baseName + ' ' + text.split('\n').map(l => '

' + l + '

').join('') + ''; saveAs(new Blob([html], { type: 'text/html;charset=utf-8' }), baseName + '.html'); document.getElementById('status').textContent = 'Converted and downloaded!'; } } } TB.initToolPage({ name: 'File Converter', category: 'Converters', related: [ { name: 'CSV to JSON', url: '/tools/csv-to-json/', icon: '{}', iconBg: '#f0fdf4', desc: 'Convert CSV to JSON' }, { name: 'Image to PDF', url: '/tools/image-to-pdf/', icon: '📄', iconBg: '#fef2f2', desc: 'Images to PDF' }, { name: 'PDF Editor', url: '/tools/pdf-editor/', icon: '📄', iconBg: '#eef2ff', desc: 'Edit PDF files' }, { name: 'Base64 Encoder', url: '/tools/base64-encoder/', icon: '🔒', iconBg: '#ede9fe', desc: 'Encode/decode Base64' }, ], faqs: [ { q: "What formats are supported?", a: "Common document, image, and data formats. All conversion happens in your browser — no files are uploaded." }, { q: "Is there a file size limit?", a: "Limits depend on your device capabilities. Most modern devices handle files up to 50-100MB." }, { q: "Are my files private?", a: "Yes. All processing occurs locally in your browser. No data is sent to any server." } ]});