How to use this office tool
- Upload an XLSX or XLS workbook and choose the sheet to export.
- Select tab, comma, pipe, or semicolon output and choose the line ending.
- Convert the sheet, inspect the bounded preview, and download the UTF-8 text file.
Convert an Excel sheet to plain UTF-8 text with a selectable delimiter, line ending, and formula-injection safety option.
The converter serializes cell values from one worksheet into delimited plain text. It creates a new text Blob rather than returning the original workbook.
Charts, styles, formulas, comments, and multiple sheets cannot be represented in plain text.
XLSX and XLS workbooks are read with SheetJS. CSV and TSV are supported where listed. Each input file is limited to 25 MB, previews show at most 20 rows and 12 columns, and advanced Excel objects are not guaranteed to survive export.
| Processing | Inside this browser |
|---|---|
| Output | New TXT file |
| Excel engine | Stored values; no full formula recalculation |
Yes. Select the sheet and Tab as the delimiter, then download the generated TXT file.
The converter exports stored cell values, not executable formulas or workbook calculation behavior.
Fields containing the delimiter, a quote, or a line break are quoted, and embedded quotes are doubled.
No. Plain text contains values and separators only.
Yes. The generated output uses UTF-8 and can optionally include a byte-order mark for compatibility.
| Uploads | None |
|---|---|
| Preview | Limited to protect browser performance |
| Download | Created only after successful processing |