I am working on some software that uses OleDB to open a .xls file, request some data, and populate a data set with the results. Now I am considering using this software for systems that do not have Excel. Will my software be able to read spreadsheets?
This xls file contains 1000 configuration parameters that my software uses. If this setting will not work on computers without Excel, I assume that my next best way is to convert the xls file to an XML file and read it using XML services.
source
share