ByteScout Spreadsheet SDK - VBScript - CSV 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 – VBScript – CSV to XLS

  • Home
  • /
  • Articles
  • /
  • ByteScout Spreadsheet SDK – VBScript – CSV to XLS

ByteScout Spreadsheet SDK – VBScript – CSV to XLS

CSVToXLS.vbs

Set document = CreateObject("Bytescout.Spreadsheet.Spreadsheet")

document.RegistrationName = "demo"
document.RegistrationKey = "demo"

document.LoadFromFile("input.csv")

' save document
document.SaveAs "Output.xls"

' save as xlsx
document.SaveAs "Output.xlsx"

' close Spreadsheet
Set document = Nothing

MsgBox "Done! See output.xls"



  Click here to get your Free Trial version of the SDK

Tutorials:

prev
next