This command line sample shows how to convert all files from Input Files folder to files of XLS format in Output Files folder.
@echo off rem This command will convert all files from "Input Files" directory to XLS format. rem Converter will use ";" delimiter when reading CSV and TXT files. "%PROGRAMFILES%Bytescout Spreadsheet SDKConsoleBytescout.Spreadsheet.Console.exe" ".Input Files*.*" /F XLS /O ".Output Files" /D ";" pause
See the full list of supported command line switches for Bytescout.Spreadsheet.Console.exe