ByteScout Spreadsheet SDK - VBScript - CSV to XLS - ByteScout

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