Skip to content

Excel to LaTeX converter

Convert Excel to LaTeX as you type. Nothing is uploaded, and the result can be previewed as a table, copied or downloaded.

Loading the converter… It runs locally in your browser.

How to convert Excel to LaTeX

  1. Open an .xlsx, .xls or .ods file, or copy cells in Excel or Google Sheets and paste them into the input panel.
  2. Adjust the options above the panels (delimiter, header row, alignment and so on).
  3. Check the result: switch the output to “Table” view to see it as a grid.
  4. Press “Copy” or “Download .tex”. The conversion runs on your device, so large files never leave it.

Paste cells from Excel and get a booktabs tabular with LaTeX special characters (& % $ # _ { } ~ ^ \) escaped, so it compiles on the first try.

About Excel

Microsoft Excel workbooks (.xlsx, and legacy .xls). TableForge also reads OpenDocument .ods and data copied straight out of a spreadsheet.

About LaTeX

A LaTeX tabular environment, optionally wrapped in a floating table with a caption and the booktabs rules used in journals.

Questions people ask

Is my Excel data uploaded anywhere?

No. The Excel to LaTeX conversion runs entirely in your browser with JavaScript. The page works offline once it has loaded, and TableForge never receives your data.

How large a file can I convert?

The limit is your device's memory. Files of tens of megabytes (hundreds of thousands of rows) convert fine on a typical laptop. The preview shows the first 200 rows, but the download always contains every row.

Does the converter keep special characters and commas?

Yes. Fields containing commas, quotes or line breaks are quoted and escaped according to each format's rules, and text is read and written as UTF-8, so accents, CJK characters and emoji survive.

Can I convert LaTeX back to Excel?

Yes, if LaTeX is a readable format: the universal converter on the TableForge home page takes CSV, TSV, JSON, XML, YAML, Excel, Markdown, HTML tables and SQL inserts as input.

Are formulas exported?

Each cell is exported as the value Excel last calculated and saved, with its display formatting (dates, currency). The formulas themselves are not exported, because CSV, JSON and similar formats have no concept of them.

Related converters