OWC making Excel with bar charts
Hi,
I'm working with a Windows installation with VBScript (version 5.6), and have Office installed. I've successfully created an ASP (not .net, it's version ASP 3.0) which creates an OWC.Spreadsheets, inserts data, and saves it to the local hard drive.
How could I use OWC to tell the spreadsheet to create a bar chart that would get data from cells "A1:B5" ?
I do [u]not</u> want to use ActiveX (Set ExcelApp = CreateObject("Excel.Application") ) because I fear there may be memory leaks if things get complex.
Thanks in advance.
|