Contents
Display CSV data in a table
Notice: This plugin is unmaintained and available for adoption.
Description
This plugin allows you to display CSV data in a table. Simply copy and paste the CSV data into the macro body: the data should then be displayed in a html-formatted table.
The following input:
{{{ #!CSV 123 123 123 123 234 234 234 234 }}}
would be rendered as:
123 | 123 | 123 | 123 |
234 | 234 | 234 | 234 |
Bugs/Feature Requests
Existing bugs and feature requests for CsvMacro are here.
If you have any issues, create a new ticket.
defect |
7 / 8 |
||
---|---|---|---|
enhancement |
2 / 4 |
Download
Download the zipped source from here.
Source
You can check out CsvMacro from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Recent Changes
Author/Contributors
Author: athomas
Maintainer: none (needsadoption)
Contributors:
Last modified 8 years ago
Last modified on Sep 21, 2016, 6:47:06 PM