Changes between Version 11 and Version 12 of CsvMacro


Ignore:
Timestamp:
Sep 21, 2016, 6:47:06 PM (8 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • CsvMacro

    v11 v12  
    66
    77This 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.
     8
     9The following input:
     10
     11{{{
     12{{{
     13#!CSV
     14123     123     123     123
     15234     234     234     234
     16}}}
     17}}}
     18
     19would be rendered as:
     20
     21||123||123||123||123||
     22||234||234||234||234||
    823
    924== Bugs/Feature Requests
     
    2944General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3045
    31 == Example
    32 
    33 The following input:
    34 
    35 {{{
    36 {{{
    37 #!CSV
    38 123     123     123     123
    39 234     234     234     234
    40 }}}
    41 }}}
    42 
    43 would be rendered as:
    44 
    45 ||123||123||123||123||
    46 ||234||234||234||234||
    47 
    4846== Recent Changes
    4947