Changes between Version 2 and Version 3 of CsvMacro


Ignore:
Timestamp:
Sep 28, 2008, 10:06:25 PM (15 years ago)
Author:
Kenneth Xu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CsvMacro

    v2 v3  
    55Display CSV data in a table. Simply copy and paste the CSV data into the macro body and hope for the best.
    66
     7  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
     8{{{
     9easy_install CSV-0.11.zip
     10}}}
     11  or directly via http
     12{{{
     13easy_install http://trac-hacks.org/attachment/ticket/2801/CSV-0.11.zip?format=raw
     14
     15}}}
    716
    817== Bugs/Feature Requests ==