I have an application that is written in
VB.Net 2005 that accesses Excel 2003. Basically, I'm trying to open an Excel template and read in data from the template's charts and sheets. I can read the sheets fine but I'm having trouble with the charts.
Because this is a template, the charts have series that are defined but there is no data. I'm trying to determine the range for each of the series in a chart using the seriescollection object. This will not work with a template but works fine if I save the template to an xls and read the data from the xls.
I guess that my question is what is the difference in formatting between an xlt and xls?