= 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. See ticket:2801 for the detail of 0.11 support. You can download this [http://trac-hacks.org/attachment/ticket/2801/CSV-0.11.zip?format=raw CSV-0.11.zip] and run {{{ easy_install CSV-0.11.zip }}} or directly via http {{{ easy_install http://trac-hacks.org/attachment/ticket/2801/CSV-0.11.zip?format=raw }}} == Bugs/Feature Requests == Existing bugs and feature requests for CsvMacro are [report:9?COMPONENT=CsvMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=CsvMacro&owner=athomas new ticket]. == Download == Download the zipped source from [download:csvmacro here]. == Source == You can check out CsvMacro from [http://trac-hacks.org/svn/csvmacro here] using Subversion, or [source:csvmacro 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 == [[ChangeLog(csvmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:athomas] [[BR]] '''Contributors:'''