Link Search Menu Expand Document

Convert in Batch from XLS to CSV - Console

Spreadsheet SDK sample in Console demonstrating ‘Convert in Batch from XLS to CSV’

ConvertToXLS.bat
@echo off

rem This command will convert XLS file to CSV with TAB delimiter.

"%PROGRAMFILES%\Bytescout Spreadsheet SDK\Console\Bytescout.Spreadsheet.Console.exe" ".\Input Files\sample.xls" /F CSV /O ".\Output Files" /D "\t"

pause

Download Source Code (.zip)

Return to the previous page Explore Spreadsheet SDK