Code Examples - Convert Spreadsheets from Command Line - Bytescout Spreadsheet SDK Console Version
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!

Convert Spreadsheets from Command Line – Spreadsheet SDK Console Version

  • Home
  • /
  • Articles
  • /
  • Convert Spreadsheets from Command Line – Spreadsheet SDK Console Version

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

Tutorials:

prev
next