|
Home |
Products
|Purchase |
FAQ
| Contact Us |
Useful Resources
The Software is a batch csv converter that converts Excel to CSV files. It allows you to Save one or more Excel to CSV (comma-separated values) files, also can save each sheet as an individual file.The program supports command line interface, So, you can run it with necessary parameters in a batch mode from the command line or from Windows scheduler without human beings.

With Convert Excel to CSV software you may:
Convert Multiple Excel files to csv files in batches.
Convert each Excel sheet to an individual CSV file.
Current Version: 29.12.28
File Size: 1.35(MB)
Platform: Windows2000/XP/Vista/Windows7.
Software requirements: Microsoft Excel 97/2000/XP/2003/2007 or higher.
Purchase Price: $28.95
Parameter Description
You can run the program from the command line.
xlstocsv.exe Source.xls OutputDir /Name=3 /OVERWRITE=0 /OPEN=1
Examples:
xlstocsv.exe C:\Source.xls D:\OutputDir
Annotation: Convert Source.xls file To Target OutputDir folder.
xlstocsv.exe C:\Downloads\ D:\File
Annotation: Convert all Excel Files in ' C:\Downloads ' folder To Target ' D:\File' folder.
Specific parameters:
| Parameter |
Description |
| Source .xls |
Source excel file or folder. |
| OutputDir |
Output directory. |
| /Name=1 |
CSV Filename will be based on sheet name. (Default Name=1) |
| /Name=2 |
CSV Filename will be based on workbook name and sheet name |
| /Name=3 |
CSV Filename will be 1.csv, 2.csv, 3.csv, 4.csv, 5.csv.... |
| /OVERWRITE=1 |
Overwrite existing CSV File. (Default OVERWRITETABLE=1) |
| /OVERWRITE=0 |
Do not overwrite existing CSV file. |
| /OPEN=1 |
Open the output folder after conversion. |
| /OPEN=0 |
Do not open the output folder after conversion. (Default OPEN=0) |
|