https://bugs.documentfoundation.org/show_bug.cgi?id=135762

--- Comment #8 from Eike Rathke <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to