Hi,
I have this program that uses OLEDB connection to import excel file to data table then use it in other functions.
Now I have this question: What are the possible limitations of OLEDB when it reads the Excel file. The File is on xls format, and I want to know if there is such limitations
(for example: It has limitation in reading value on a cell).
Thanks