Menu

Option_comment_Example

Larry Jordan

--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
DateTaskMinutes
2000-01-01Dummy0

Output output.odt

My Custom HeadingPage
Title
DateTaskMinutes
2011-06-12Sweep floor30
2011-06-15Count Beans60
2011-07-10Pickup chips45

The comment was inserted into the document.

Command

 csv2odf --comment="My Custom Heading" -S 2 data.csv template.odt output.odt

Related

Wiki: Program_Options_by_Example

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.