LaTeX Table Generator

Create LaTeX tables online with a simple spreadsheet-style editor. Edit cells, merge, add headers and borders, then copy ready-to-paste LaTeX code.

Example output

\begin{tabular}{lcr}
  \toprule
  Item   & Qty & Price \\
  \midrule
  Widget & 4   & \$3.00 \\
  Gadget & 2   & \$5.50 \\
  \bottomrule
\end{tabular}

Frequently asked questions

Does it support booktabs?
Yes — switch the rule style to booktabs and it exports \toprule, \midrule and \bottomrule instead of \hline.
Can I merge cells?
Yes — merged cells export as \multicolumn and \multirow, with \cline where a rule must skip a spanned column.
Do special characters need escaping?
No — the generator escapes &, %, $, #, _, <, > and | for you.

Loading the editor…