csvtotable adds a button under the editor window allowing you to quickly create html tables in your editor while working with
csv-like text.
- No need to define the number of rows or columns beforehand.
- The contents of a csv-like text file on your PC can be used to create the table.
- After uploading, you can still edit the text and see the parsed result before actually inserting anything in your editor.
- Basic formatting can be applied on rows, columns or the whole table.
Release notes for the third version:
added:
- border width can be chosen.
- text and background color can be chosen.
- formatting can be applied on all rows and columns, or only on specific rows and columns.
changed:
- The help text has been expanded and some labels are made a bit less confusing.
fixed:
- clicking the button while editing an article in the back-end gave a 404 error.
- tables could not be inserted in editors of external extensions. Read more -
|