tablesgenerator.com Open in urlscan Pro
2001:4860:4802:34::15  Public Scan

Submitted URL: http://tablesgenerator.com/
Effective URL: https://tablesgenerator.com/
Submission: On November 06 via api from US — Scanned from DE

Form analysis 9 forms found in the DOM

<form><input><span> x </span><input></form>

POST /latex_tables

<form action="/latex_tables" method="post" accept-charset="UTF-8" style="margin: 0;">
  <div class="modal-body">
    <p> Paste (Ctrl + V) below an existing LaTeX table code. </p>
    <p>
      <strong> Please, be aware that the support for loading tables from an existing LaTeX code is severely limited and may work erroneously or may not work at all. </strong>
    </p>
    <div>
      <textarea id="import_latex_pasted" name="import_latex_pasted" cols="80" rows="10" accept-charset="utf-8"></textarea>
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
    <input type="submit" value="Load" class="btn btn-primary">
  </div>
</form>

<form class="form-horizontal">
  <div class="modal-body">
    <p> Enter table size. Please, remember that the current table contents will be lost. </p>
    <div class="control-group">
      <label class="control-label" for="new_table_rows">Rows</label>
      <div class="controls">
        <input type="number" min="1" max="500" id="new_table_rows_input" value="3">
        <span class="help-inline">Valid range: 1-500</span>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="new_table_columns">Columns</label>
      <div class="controls">
        <input type="number" min="1" max="20" id="new_table_columns_input" value="3">
        <span class="help-inline">Valid range: 1-20</span>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
    <input type="submit" id="create_new_table_btn" value="Create" class="btn btn-primary">
  </div>
</form>

POST /latex_tables

<form action="/latex_tables" enctype="multipart/form-data" method="post" style="margin: 0;">
  <div class="modal-body">
    <p>You can import table data by uploading file in CSV format (Comma Separated Value). Most spreadsheet software, both desktop and online, allows to save tabular data in CSV format — it is usually available in the File menu under the name "Save
      As..." or "Export". </p>
    <div>
      <label style="display: inline-block;">Select CSV file </label>
      <input type="file" name="imported">
    </div>
    <p class="text-info" style="padding-top: 10px;"> Please, ensure that the character encoding of your CSV file was set to UTF-8 otherwise some of the characters may be displayed incorrectly. </p>
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
    <input type="submit" value="Import" class="btn btn-primary">
  </div>
</form>

POST /latex_tables

<form action="/latex_tables" method="post" accept-charset="UTF-8" style="margin: 0;" id="import_pasted_form">
  <div class="modal-body" style="height: 500px; display: flex; flex-direction: column;">
    <p> Paste (Ctrl + V) below an existing table copied (Ctrl + C) from a <em>spreadsheet</em> (e.g. Microsoft Excel), a <em>text document</em>, a <em>Markdown / HTML</em> code, or even a <em>website</em>. </p>
    <div id="table_import_paste_target" contenteditable="true"></div>
    <label class="checkbox" style="margin: 5px 0 0 0; display: none;"><input type="checkbox" id="import_pasted_with_style">Paste with formatting (colors, text style, etc.)</label>
    <textarea id="import_pasted" name="import_pasted" accept-charset="utf-8" style="display: none;"></textarea>
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
    <input type="submit" value="Load" class="btn btn-primary" id="table_import_submit_btn">
  </div>
</form>

POST /table-save

<form id="table-save-form" action="/table-save" method="POST" accept-charset="utf-8" class="form-horizontal">
  <div class="control-group">
    <label class="control-label" for="table-name">Table name</label>
    <div class="controls">
      <input type="text" id="table-name" name="table-name" placeholder="Enter name...">
    </div>
  </div>
  <div class="control-group">
    <div class="controls">
      <a href="#" class="btn btn-primary" id="table-save-link" title="Click to download file with the table">Download</a>
    </div>
  </div>
  <input name="table-data" id="table-save-data" type="hidden">
</form>

POST /latex_tables/load

<form action="/latex_tables/load" enctype="multipart/form-data" method="post" style="margin: 0;">
  <div class="modal-body">
    <p>Load table from a previously saved file.</p>
    <div>
      <label style="display: inline-block;">Select TGN file </label>
      <input type="file" name="load_table_file">
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
    <input type="submit" value="Load" class="btn btn-primary">
  </div>
</form>

<form class="form-horizontal">
  <div class="modal-body">
    <div class="control-group">
      <label class="control-label" for="column_width_input">Width</label>
      <div class="controls">
        <input type="number" min="1" max="2560" id="column_width_input" value="3">
        <span class="help-inline">px</span>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
    <input type="submit" id="set_column_width_btn" value="OK" class="btn btn-primary">
  </div>
</form>

<form id="dropbox-table-save-form" accept-charset="utf-8" class="form-horizontal">
  <div class="control-group">
    <label class="control-label" for="table-name">Table name</label>
    <div class="controls">
      <input type="text" id="dropbox_table_name" name="dropbox_table_name" placeholder="Enter name...">
    </div>
  </div>
</form>

Text Content

TABLES GENERATOR

 * LaTeX
 * HTML
 * Text
 * Markdown
 * MediaWiki


 * File
   * New table...
   * 
   * Import CSV file...
   * Paste table data...
   * From LaTeX code...
   * 
   * Save table...
   * Load table...
   * 
   * Create an example table
   
 * Edit
   * Undo (Ctrl+Z)
   * Repeat (Ctrl+Y)
   * 
   * Find and replace...
   * 
   * Format numbers
     * 10000.12
       -
       2
       +
     * 10,000.12
       -
       2
       +
     * 10 000.12
       -
       2
       +
     * 10.000,12
       -
       2
       +
     * 1.000012e+4
       -
       6
       +
   * 
   * Autosave table locally
 * Table
   * Set size
     
     * x
   * 
   * Clear table
   * Clear formatting
   * 
   * Transpose table
   * 
   * Add all borders
   * Add vertical borders
   * Add horizontal borders
   * Remove all borders
 * Column
   * Text align
     * Left
     * Center
     * Right
   * 
   * Insert to the left
   * Insert to the right
   * 
   * Remove
   * 
   * Move column left
   * Move column right
 * Row
   * Insert above
   * Insert below
   * 
   * Remove
   * 
   * Move row up
   * Move row down
 * Cell
   * Merge cells
   * Split cell
 * Help
   * Quick help
   * Documentation
   * Changelog
   * 
   * Contact with us
   

Default table style Booktabs table style
Default table style 
 * Default table style
 * Booktabs table style

A

B

C

D

E

1





2





3





4






↧ Expand ↧↥ Collapse ↥
Generate
Result (click "Generate" to refresh)
Copy to clipboard
Copy to clipboard


\begin{table}[]
\begin{tabular}{lllll}
 &  &  &  &  \\
 &  &  &  &  \\
 &  &  &  &  \\
 &  &  &  & 
\end{tabular}
\end{table}

Escape special TeX symbols (%, &, _, #, $)
Compress whitespace    Smart output formatting
Caption above Caption below Center table horizontally Scale table to text width
Scale table to column width Rotate table (landscape mode) Split table in
multiple pages
Extra options... 
 * Caption & labelCaption above
 * Caption below
 * 
   LayoutCenter table horizontally
 * Scale table to text width   
 * Scale table to column width   
 * Rotate table (landscape mode)   
 * Split table in multiple pages   


HOW TO USE THE LATEX TABLES GENERATOR?

 1. Set the desired size of the table using Table / Set size menu option.
 2. Enter the table data into the table:
    * copy (Ctrl+C) table data from a spreadsheet (e.g. Google Docs, LibreOffice
      Calc, webpage) and paste it into our editor -- click a cell and press
      Ctrl+V
    * or double click any cell to start editing it's contents -- Tab and Arrow
      keys can be used to navigate table cells
 3. Adjust text alignment and table borders using the options from the menu and
    using the toolbar buttons -- formatting is applied to all the selected
    cells.
 4. Click "Generate" button to see the generated table's LaTeX source code --
    select it and copy to your document.


DEFAULT OR BOOKTABS TABLE STYLE?

For more professionally looking tables you probably want to try booktabs
package. The tables produced with this style look more like the tables you can
see in the books, scientific articles, and newspapers. The tables differ from
the plain LaTeX tables in a few aspects:

 * no vertical rules are used,
 * there is additional space above and below horizontal rules,
 * rules have varying "thickness", and no double rules are used.

Use can choose the table style using the select box in the toolbar. If you
select the booktabs option both top and bottom rules will be added
automatically.

×


PASTE LATEX TABLE SOURCE

Paste (Ctrl + V) below an existing LaTeX table code.

Please, be aware that the support for loading tables from an existing LaTeX code
is severely limited and may work erroneously or may not work at all.


Cancel
About Changelog Cookie Settings Privacy Policy Contact
© TablesGenerator.com
×


NOTIFICATION



Close
×


CREATE NEW TABLE

Enter table size. Please, remember that the current table contents will be lost.

Rows
Valid range: 1-500
Columns
Valid range: 1-20
Cancel
×


IMPORT DATA FROM CSV FILE

You can import table data by uploading file in CSV format (Comma Separated
Value). Most spreadsheet software, both desktop and online, allows to save
tabular data in CSV format — it is usually available in the File menu under the
name "Save As..." or "Export".

Select CSV file

Please, ensure that the character encoding of your CSV file was set to UTF-8
otherwise some of the characters may be displayed incorrectly.

Cancel
×


PASTE TABLE DATA

Paste (Ctrl + V) below an existing table copied (Ctrl + C) from a spreadsheet
(e.g. Microsoft Excel), a text document, a Markdown / HTML code, or even a
website.


Paste with formatting (colors, text style, etc.)
Cancel
×


SAVE TABLE

If you want to keep the table for any future editing click the "Download" button
below. The file with the table can be loaded back using the "Load table" option
from the menu.

Table name

Download



Cancel
×


LOAD TABLE...

Load table from a previously saved file.

Select TGN file
Cancel
×


QUICK HELP

Basic key commands

 * ENTER or double click — to start editing a cell
 * ESC — to stop editing a cell
 * CTRL+C, CTRL+X, CTRL+V — to copy, cut and paste, respectively
 * TAB or Arrow Keys — to select a different cell
 * CTRL+Z — to undo a change
 * CTRL+Y — to redo a change
 * Left mouse button — click a cell to select it (hold left button pressed to
   select adjacent cells)
 * Hold CTRL to select multiple cells (not necessarily adjacent).

Some of the functionalities may not work in all browsers — if you encounter a
problem, please try to use another browser (Google Chrome, Mozilla Firefox) or
update your browser to a newer version if available. If the problem still
persists please let us know.

Close
 * Add column to the left
 * Add column to the right
 * Remove column(s)

 * Add row above
 * Add row below
 * Remove row(s)

 *  Cut (Ctrl+X)
 *  Copy (Ctrl+C)
 *  Paste (Ctrl+V)
 *  Paste special (Ctrl+Shift+V)
 * 
 * Row
   * Add row above
   * Add row below
   * Remove row(s)
 * Column
   * Add column to the left
   * Add column to the right
   * Remove column(s)
 * 
 * Text align
   *   Left
   *   Center
   *   Right
   *   Top
   *   Middle
   *   Bottom

×


SET COLUMN WIDTH

Width
px
Cancel
×


SAVE TABLE TO YOUR DROPBOX ACCOUNT

Your table will be saved using your Dropbox account. Please enter a name for the
table. You can load later your saved tables using "File/Dropbox/Load table" menu
item.

Table name




Cancel

Save
×


LOAD TABLE FROM DROPBOX...

Select a table to load.


Cancel
cancelchoose
cancelchoose

WE USE COOKIES 🍪

We use cookies and similar technologies to improve user experience, personalize
content and ads, and analyze usage of our website. Learn more in our Privacy
Policy

Customize
Accept all