[[PageOutline(2-5,Contents,pullout)]] = Display CSV data in a table == 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 [report:9?COMPONENT=CsvMacro here]. If you have any issues, create a [/newticket?component=CsvMacro new ticket]. [[TicketQuery(component=CsvMacro,group=type,format=progress)]] == Download Download the zipped source from [export:csvmacro here]. == Source You can check out CsvMacro from [/svn/csvmacro here] using Subversion, or [source:csvmacro browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(csvmacro, 3)]] == Author/Contributors '''Author:''' [wiki:athomas] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''