Forum Discussion
YMinaev
Staff
16 years agoHi,
You need to work with Excel via COM. Obtain its COM object (Sys.OleObject("Excel.Application")), open your CSV file, and save it in the XLS format.
See Excel's built-in VBA reference for information on its object model.
You need to work with Excel via COM. Obtain its COM object (Sys.OleObject("Excel.Application")), open your CSV file, and save it in the XLS format.
See Excel's built-in VBA reference for information on its object model.