CSV2XL.LIT provides an alternative to PRINT.LIT for generating XLS or XLSX spreadsheets from CSV input, eliminating the need for a printer init file that invokes the CSV2XL print filter. Note that it is still just a front-end to CSV2XL.SBX which does all the work. Syntax:
CSV2XL csvspec {,inispec}
Parameters
csvspec [in]
CSV source file. .CSV extension is optional. May include //XL directives (see CSV2XL in doc for details)
inispec [in]
optional init file used by CSV2XL. Default is BAS:CSV2XL.INI.