Frequently Asked Questions (FAQ)
Find answers to common questions about Table Builder. If you don't find your answer here, feel free to contact us.
Is Table Builder free to use?
Yes, Table Builder is completely free to use. There are no subscriptions or hidden charges.
What formats can I export my tables to?
You can export your tables to HTML (as a full document or just the table code), XLSX (for Microsoft Excel and other spreadsheet software), Markdown, and MediaWiki (wikitext) formats.
Can I style individual cells?
Yes. While you can apply global styles to the entire table, you can also select individual cells or groups of cells and apply specific styling to them, including background color, text color, alignment, borders, and font styles (bold, italic, underline). These cell-specific styles will override the global styles.
How do I merge or split cells?
To merge cells, select two or more adjacent cells by clicking and dragging or using Ctrl/Cmd + click. Then, click the 'Merge Cells' button in the 'Table Structure' panel. To split a previously merged cell, select the merged cell and click the 'Split Cell' button.
Is the generated HTML table code clean and standard?
Yes, we aim to generate clean, semantic HTML for your tables. Cell-specific styles are applied as inline CSS to ensure they render correctly when you embed the table.
Do I need to create an account to use Table Builder?
No, Table Builder is an online tool that you can use directly in your browser without needing to sign up or create an account.
Can I create responsive tables?
The Table Builder interface itself is responsive. The HTML code
generated for your tables is standard HTML. Making the table
display responsively on your own website depends on the CSS you
apply to it on your site. We recommend using CSS techniques like
setting overflow-x: auto; on a container
div around the table for horizontal scrolling on
small screens, or more advanced responsive table design patterns.
Future guides may cover this in more detail.
How is my data handled? Is it stored on your servers?
Table Builder operates entirely within your browser. The table data you input and the configurations you make are processed client-side. We do not store your table data on our servers. When you export, the file is generated in your browser and downloaded directly to your computer. Please see our Privacy Policy for more details on data handling, especially concerning third-party services like ads if they are active.
What if I accidentally close my browser? Will my table be saved?
Currently, Table Builder does not automatically save your work to local storage or our servers. If you close your browser tab or navigate away before exporting or copying your table, your work may be lost. We recommend exporting or copying your table data periodically if you are working on a complex table for an extended period.
How can I provide feedback or report an issue?
We welcome your feedback! You can contact us via the email address provided on our About page.
Are there any limitations on table size or complexity?
While there are no hard-coded limitations, extremely large or complex tables (many hundreds of rows/columns with intricate styling) might experience performance slowdowns in the browser during editing or export, as all operations are client-side. For most common use cases, performance should be excellent.
Can I use keyboard shortcuts for common actions?
Currently, Table Builder primarily relies on mouse interactions for its operations. We are considering adding keyboard shortcuts for common actions like adding rows/columns or navigating cells in future updates based on user feedback.