How to use this office tool
- Choose a spreadsheet and select the worksheet and header row.
- Choose formula and booktabs options, then convert the table.
- Review the source preview and download the TEX file.
Convert a selected Excel, CSV, or TSV table into escaped LaTeX tabular code with optional header emphasis and booktabs-style rules.
The converter reads the chosen worksheet range and creates a downloadable TEX file. Special LaTeX characters are escaped so ordinary cell text is safer to compile.
Merged cells, rich formatting, charts, formulas, and automatic column sizing are not recreated in the LaTeX output.
Files are processed locally. XLSX and XLS workbooks are read with SheetJS; CSV and TSV files are parsed with delimiter-aware handling. Advanced Excel features may not be preserved in generated files.
| Format | Support |
|---|---|
| XLSX / XLS | Read workbook values and formulas |
| CSV / TSV | Read delimited rows |
| Output | New downloadable file or report |
Characters such as ampersands, percent signs, underscores, braces, and backslashes are escaped in ordinary cell text.
Yes. Keep the selected header-row option and the first exported row is wrapped with textbf commands.
No. It exports table values and basic header emphasis, not colors, merged cells, charts, or precise widths.
Enable Preserve formulas to place formula text in cells where SheetJS exposes it.
The booktabs option uses top, mid, and bottom rules and therefore expects the booktabs package.
| Stage | Action |
|---|---|
| Input | One spreadsheet |
| Privacy | Local browser processing |
| Result | New downloadable output |