0

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
user2058738
  • 349
  • 1
  • 6
  • 15

1 Answers1

0

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

https://github.com/dagwieers/unoconv/issues/187

UchihaItachi
  • 2,602
  • 14
  • 21