xls2csv

version 1.32 | windows

Name: xls2csv
Version: 1.32
Size: 1.54 MB
Category: Office Tools
License: Free
Released: 2009-03-23
Developer:
Downloads: 737
Rate this software:
xls2csv, download xls2csv for windows, xls2csv free download
free download windows xls2csv, xls2csv windows download, exe file xls2csv windows
xls2csv 1.32 free download, xls2csv latest version download, download xls2csv 1.32 free
download xls2csv
zip | 1.54 MB
xls2csv , download xls2csv by , free download xls2csv 1.32
download xls2csv latest version by ,xls2csv Free version
xls2csv setup, download xls2csv offline installer, download xls2csv for free
Description
This is a simple converter from XLS (Excel) to CSV format (character/comma delimited).
The application works on the command line. The converter is very fast and reliable.
Does not need Excel. None of the installation process.
xls2csv.exe can be run with command line.
The command line interface can be used from Batch files (files with *.BAT extension).
Program can call with three parameters:
1.
Required first: full path to xls
2.
Optional second: to determine the character encoding [default value = utf-8]
3.
Optional third: the number of columns in conversion, starting counting from the first column [default all cells with data]
Example 1: Data.xls file contains three sheets: sheet1, sheet2, sheet3
"C:\small\xls2csv.exe" "C:\XLSfiles\data.xls"
as a result of conversion have the files encoded in utf-8:
C:\XLSfiles\data_sheet1.csv
C:\XLSfiles\data_sheet2.csv
C:\XLSfiles\data_sheet3.csv
Example 2:
"C:\small\xls2csv.exe" "C:\XLSfiles\data.xls" "cp1250"
as a result of conversion have the files encoded in cp1250:
C:\XLSfiles\data_sheet1.csv
C:\XLSfiles\data_sheet2.csv
C:\XLSfiles\data_sheet3.csv
Example 2:
"C:\small\xls2csv.exe" "C:\XLSfiles\data.xls" "utf-8" 5
as a result of conversion have the files encoded in utf-8
csv files have only the first 5 columns
C:\XLSfiles\data_sheet1.csv
C:\XLSfiles\data_sheet2.csv
C:\XLSfiles\data_sheet3.csv
If the third parameter, then the number of columns will always be consistent with the value of the parameter, even when the sheet is less. This allows for loading CSV to other programs such as the OPENQUERY in MSSQL Server.
Screenshots