Display CSV data in a table
Description
Display CSV data in a table. Simply copy and paste the CSV data into the macro body and hope for the best.
Bugs/Feature Requests
Existing bugs and feature requests for CsvMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out CsvMacro from here using Subversion, or browse the source with Trac.
Example
{{{
#!CSV
123 123 123 123
234 234 234 234
}}}
Renders as
| 123 | 123 | 123 | 123 |
| 234 | 234 | 234 | 234 |
Recent Changes
[1187] by athomas on 08/25/06 20:28:52
Applied fix suggested, fixes #646.
[708] by athomas on 04/23/06 21:55:54
Fix for lack of Unicode support in Python's csv module. Closes #324
[645] by athomas on 04/12/06 00:03:17
Initial import.
[644] by athomas on 04/11/06 23:57:05
New hack CsvMacro, created by athomas
Author/Contributors
Author: athomas
Contributors:
