Click to See Complete Forum and Search --> : reading excel files


jdogg
April 25th, 2003, 07:47 PM
I have found code in C++ that enables me to read from an excel worksheet, but only if the worksheet is not open. If i try to read from the worksheet while it is open, i get an error message saying "the file is already open with exclusive access by another user...."
I'm using a CDatabase object to open the connection. Is there a way to read from the excel file while its open?