[Libreoffice-bugs] [Bug 135762] Export all sheets as CSV
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 15 08:51:04 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=135762
--- Comment #8 from Eike Rathke <erack at redhat.com> ---
The command line --convert-to csv:... now accepts an 11th parameter -1
to export all sheets to CSV files, implemented with
https://git.libreoffice.org/core/+/b8903bc106dad036acb3d117e5c4fc955697fe02%5E%21/
on master, and
https://git.libreoffice.org/core/+/b41d21453fd3f109c77b03e296f62bc4d8b9ca9b%5E%21/
for 7-2
Sample usage:
soffice --convert-to csv:"Text - txt - csv
(StarCalc)":44,34,UTF8,1,,0,false,true,false,false,false,-1 sample.ods
which exports
sample-Sheet1.csv
sample-Sheet2.csv
sample-Sheet3.csv
If the 11th parameter is not given, empty or 0 then the default first
sheet is exported as sample.csv as before.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210715/20fca8d7/attachment.htm>
More information about the Libreoffice-bugs
mailing list