https://bz.apache.org/ooo/show_bug.cgi?id=127395
--- Comment #7 from peterbinney <[email protected]> --- Created attachment 86041 --> https://bz.apache.org/ooo/attachment.cgi?id=86041&action=edit Sample python script demonstrating the problem Not sure if this helps, but I am a python-er and I attach oo-save-ods-sheet.py - a butchered subset of the UNOCONV script (ref: https://github.com/dagwieers/unoconv) which I was trying to modify to save .ods sheets as .csv I run on Windows 10 and so, to simplify it, this is hard-wired for that environment. I assume you could make it run elsewhere by changing the variables at the front. In a folder containing oo-save-ods-sheet.py and the 2-sheet oo-save-ods-sheet.ods, I run it using: "C:\Program Files (x86)\OpenOffice 4\program/python.exe" oo-save-ods-sheet.py Change the Hidden= setting on line 92 to illustrate the problem. -- You are receiving this mail because: You are the assignee for the issue.
