I am converting xlsx file to csv using unoconv in unix. I find it very slow if file is above 20mb. It takes more than 10mins to convert. Is there a way to speed it up.
command I use is this.
unoconv -f csv testfile.xlsx
I am converting xlsx file to csv using unoconv in unix. I find it very slow if file is above 20mb. It takes more than 10mins to convert. Is there a way to speed it up.
command I use is this.
unoconv -f csv testfile.xlsx
Dag Wieers, the unoconv developer does answer this question saying that using latest LibreOffice is usually a good idea. Please have a look at this thread