Excel Converter (Excel → CSV / PDF / JSON / XML)
This tool converts Excel files (XLSX/XLS) into formats that different systems can understand. It solves the problem of “I can’t export Excel properly” in e-commerce, integration, reporting, and data transfer tasks on a single screen.
EXCEL Dönüştürücü
Excel Dosyası dosyalarını farklı formatlara dönüştürün
Dönüştürülüyor…
Dosya işleniyor…Dönüştürme Tamamlandı!
Frequently Asked Questions
Is this tool free?
Are my files stored on the server?
Which formats are supported?
Is there a limit on usage?
Does it work on mobile?
Newly Added Tools
Cgm Converter
3gp Converter
HTML to AZW3 Converter Tool
TAR.7Z to TAR Converter Tool
EOT to WOFF2 Converter: Optimize Your Web Fonts Quickly
EOT to WOFF Converter Tool
EOT to TTF Converter: The Way to Easily Manage Your Font Projects
EOT to OTF Converter: Easily Convert Your Font Projects
TXTZ to PDB Converter Tool
TXTZ to OEB PDB Converter: Ready to Manage Your Data at Professional Standards!
Popular Tools
Bulk File Renaming Tool: Naming Images and PDFs from ZIP to ZIP in an SEO-Friendly Way
Image Resizing Tool – Ready Sizes for Trendyol and Instagram
Image Compression Tool – Free Image Compressor for JPG, PNG, WEBP, and GIF
PDF Watermark Tool – Add Text/Logo Stamp to PDF, Apply to All Pages (Free)
Excel Profitability Calculator | Product-Based Profit Margin and Sales Price Calculation Tool
WEBP to PS Converter: Bring Your Images to Professional Standards
Remove Backgrounds – Create Transparent PNG with Image Background Removal (Fast and High Accuracy)
PDF Editing Tool | Merge, Split, Delete, Sort, Rotate, Compress and Encrypt PDFs
QR Code Generator: WiFi, WhatsApp, VCard and UTM QR Production Tool
JPG to PNG Converter | Free Online Image Format Conversion Tool
What does it do?
- XLSX / XLS upload the file → select target format → convert → download.
- Target formats:
- CSV (the favorite of integrations)
- PDF (for sharing/output)
- JSON (for API, software, automation)
- XML (for ERP, marketplace, legacy integrations)
- Single or batch conversion: multiple files ZIP output.
Supported input formats
- .XLSX
- .XLS
- (Optional) .XLSM (data is read ignoring macros — write this clearly on the page)
Output formats and details
1) Excel → CSV
CSV exports “row-column” data in its simplest form. The most critical areas are encoding and delimiter so this section must be clear.
CSV settings
- Encoding: UTF-8 (recommended) / UTF-8 BOM (for Excel compatibility)
- Delimiter:
- Comma ,
- Semicolon ; (commonly used in TR Excel)
- Tab t
- Header: Is the first row a header?
- Skip empty rows / trim spaces: for data cleaning
Multi-page Excel → CSV
- Select sheet: convert only one sheet to CSV
- Export all sheets:
- each sheet as a separate CSV file → download ZIP
- naming: fileName_SheetName.csv
There is no formatting in CSV: no color, formula, visual, pivot, etc.; only cell values are extracted.
2) Excel → PDF
PDF is the format for “sharing as it appears.” The critical aspect here is fitting to the page and orientation.
PDF settings
- Page size: A4 / Letter
- Orientation: Portrait / Landscape
- Fit to page: fit to single page / fit to width / 1 page width
- Margin: (if any) narrow / normal
- Gridlines: show / hide lines
The PDF output is for “layout”; use CSV/JSON/XML for data integration.
3) Excel → JSON
JSON is the most easily consumable format on the software side. Users have two most requested output types: “array of objects” and “array of arrays.”
JSON output modes
- Objects (recommended): considers the first row as key. Example:
[
{"sku":"ABC-01","price":199.9,"stock":12},
{"sku":"ABC-02","price":249.9,"stock":5}
]
Arrays: raw table without headers
[
["sku","price","stock"],
["ABC-01",199.9,12]
] JSON settings
- Sheet selection: single sheet / all sheets
- Empty cell behavior: write null / leave blank
- Type conversion: should number/date/boolean be auto-detected?
- (Optional) NDJSON / JSON Lines: each line as separate JSON (for log/pipeline lovers)
4) Excel → XML
XML is still in demand mostly in the ERP/integration world. Here, the user wants a “root node” and “item node”; otherwise, XML is useless.
XML settings
- Root node: e.g. <items>
- Item node: e.g. <item>
- Field mapping: column headers become XML element names
- Character cleaning: convert spaces/special characters to safe element names (optional)
Example output:
<items>
<item>
<sku>ABC-01</sku>
<price>199.9</price>
<stock>12</stock>
</item>
</items> How to use? (single interface flow)
- Upload the Excel file (XLSX/XLS)
- Select the target format: CSV / PDF / JSON / XML
- Select settings (according to format):
- CSV: delimiter + encoding + sheet
- PDF: A4 + orientation + fitting
- JSON: objects/arrays + header + sheet
- XML: root/item node + sheet
- Convert → download
- Single file: download
- Multi-page/multi-file: download ZIP
Use cases
- Marketplace product upload: Excel → CSV (delimiter/UTF-8 is critical)
- Integration: Excel → JSON / XML (API/ERP)
- Report sharing: Excel → PDF (preserve appearance)
- Operation: split multi-page Excel into separate files per page
FAQ
What happens if there is a formula in Excel?
Most converters write the result of the formula (value). They do not carry the logic of the formula. Write this clearly on the page.
What if Turkish characters are corrupted?
Select UTF-8 (if necessary UTF-8 BOM) in CSV. This is the most common solution.
Can I export all sheets?
Yes. Each sheet is produced as a separate file and downloaded as ZIP.

💬 Comments (0)
Log in to comment
Don't have an account? Sign up free.
Log In
Sign Up Free
📭 No comments yet. Be the first to comment!