ssconvert Questions
4
Solved
I need to convert some xls files into xlsx files. I can successfully convert one xls file into xlsx by running this command into cmd prompt (windows):
ssconvert inputFileName.xls outputFileName.xl...
Bawl asked 9/1, 2013 at 14:34
2
I've got a CSV file with delimiter character being |, but can't really find a way to convert it to XLS that would apply the delimiter.
ssconvert -O 'separator=|' test.csv test.xls
will obviously...
Clapper asked 6/3, 2015 at 9:4
3
Solved
1
Solved
I am trying to convert the .xlsx file http://www.eia.gov/forecasts/steo/archives/mar14_base.xlsx into a .csv, but it seems that the .xlsx contains formulae that link to a local file that I don't ha...
Propylite asked 12/3, 2014 at 7:40
1
© 2022 - 2024 — McMap. All rights reserved.