csv2odf Wiki
csv2odf can convert csv data to formatted spreadsheets and documents.
Brought to you by:
w322
--comment=<text>
replace [csv2odf-comment] within the document with <text>
Input data.csv
2011-06-14, "Sweep floor", 30
2011-06-15, "Count beans", 60
2011-07-10, "Pickup chips", 45
Template template.odt
| [csv2odf-comment] | Page | |
| Title | ||
| Date | Task | Minutes |
| 2000-01-01 | Dummy | 0 |
Output output.odt
| My Custom Heading | Page | |
| Title | ||
| Date | Task | Minutes |
| 2011-06-12 | Sweep floor | 30 |
| 2011-06-15 | Count Beans | 60 |
| 2011-07-10 | Pickup chips | 45 |
The comment was inserted into the document.
Command
csv2odf --comment="My Custom Heading" -S 2 data.csv template.odt output.odt