[Reset Table] To clear all table data
Expand '> Instructions' to read the instructions
[+=] Duplicate this column
Use tabs to switch between the type of text representation: markdown, csv, etc.
Drag and drop files of selected representation to import.
click [Set Text From Grid] to generate text from the Grid
Enter format in the Text Area and click [Set Grid From Text] to generate the grid from the entered text type
[Choose File] to Import chosen type e.g. CSV, Markdown file to set grid from the loaded file
[Download ...] will download the grid as chosen format e.g CSV, Markdown
Select multiple rows with ctrl and shift (cmd + shift on mac)
Add new Rows with the [Add Row...] buttons
[Delete Selected Rows] will delete any selected rows
Use the filter icon on the left of each column to filter specific column.
The Test Data section allows you to randomly generate data to populate the grid. You can then export to the various supported formats.
Learn more
Using the import and export controls you can:
The options shown depend on the output type, some types are not supported for input and so only the output options will be shown.
Export the table data as Markdown, a human readable format which can be easily converted to HTML or PDF.
Choose from the list of formatting options and press the [Apply] button to render the data in the chosen style.
Learn more
Export the table data as Ascii Table suitable for adding to an email or text file.
Choose from a list of predefined formats and press the [Apply] button to render the table in the chosen style.
Learn more
Export the table data as CSV (Comma Separated Values) suitable for importing into a spreadsheet.
Choose from the formatting options and press the [Apply] button to render the data in the chosen style.
Learn more
Export the table data as a Delimited output suitable for importing or copy and pasting into a spreadsheet.
Choose from the formatting options and press the [Apply] button to render the data in the chosen style.
Hint: Use Tab delimiter if copying into another table editing application like a spreadsheet.
Learn more
Export the table data as a JSON output suitable for JSON interchange messages e.g. APIs.
Choose from the formatting options and press the [Apply] button to render the JSON in the chosen style.
Learn more
Export the table data as a Javascript output suitable for using in a Javascript application or unit testing code.
Choose from the formatting options and press the [Apply] button to render the Javascript in the chosen style.
Learn more
Export the table data as a HTML Table suitable for adding to a web page.
Choose from the formatting options and press the [Apply] button to render the data as HTML code.
Import any HTML code by pasting the `table` contents into the text area and pressing `Set Grid From Text`
Learn more