ByteScout Spreadsheet SDK - Console Tool - Batch to XLS - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

ByteScout Spreadsheet SDK – Console Tool – Batch to XLS

  • Home
  • /
  • Articles
  • /
  • ByteScout Spreadsheet SDK – Console Tool – Batch to XLS

ByteScout Spreadsheet SDK – Console Tool – Batch to XLS

ConvertToXLS.bat

set current_dir=%CD%

@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 SDK\Console\Bytescout.Spreadsheet.Console.exe" ".\Input Files\*.*" /F XLS /O ".\Output Files" /D ";"

pause

txt_sample.txt

Homer;Homer Jay Simpson
Marjorie;Marjorie Marge Simpson (Bouvier)
Bartholomew;Bartholomew Jojo Bart Simpson
Lisa;Lisa Marie Simpson
Margaret;Margaret Maggie


  Click here to get your Free Trial version of the SDK

Tutorials:

prev
next