LaTeX Table Generator
Create tables visually or paste from Excel. Export clean LaTeX code.
3 rows
3 cols
Tip: Paste from Excel or Google Sheets (Ctrl/Cmd+V)
LaTeX Code
\begin{table}[h]
\centering
\begin{tabular}{c c c}
\toprule
\textbf{} & \textbf{} & \textbf{} \\
\midrule
& & \\
& & \\
\bottomrule
\end{tabular}
\end{table}Note: Add \usepackage{booktabs} to your preamble.