perlUser345 has asked for the wisdom of the Perl Monks concerning the following question:
Hey monks!
I'm trying to convert an xlsx file to csv. So far I've been able to use ssconvert just fine, however I'm having some problems with one particular xlsx file. This file has a drop down menu for a few entries and ssconvert gives a segmentation fault.
I cannot use Spreadsheet::ParseExcel because I can't install anything on my machine (not admin). I tried the python xlsx2csv.py with no luck.
Any idea on how to make this work with ssconvert?
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: xlsx to csv ssconvert
by Tux (Canon) on Jun 22, 2016 at 17:19 UTC | |
by perlUser345 (Acolyte) on Jun 24, 2016 at 17:01 UTC |