Greetings all,
Not sure if I have the best forum here as this is an Office development question. I have created a shared add-in for Excel which uses the MS ACE driver to read data from Excel and store back to SQL Server. I am using the ACE driver because it seems it is the fastest method of reading a large range of data within Excel. I would like to improve the performance by only reading “Dirty cells” within the range. In other words, instead of reading and then deleting and inserting every cell within the range into the SQL table, I would like to only read and update the cells that have changed. I have found very little information on this topic.
Any thoughts on how I can achieve this or any other recommended approaches?
Regards
Mike
Not sure if I have the best forum here as this is an Office development question. I have created a shared add-in for Excel which uses the MS ACE driver to read data from Excel and store back to SQL Server. I am using the ACE driver because it seems it is the fastest method of reading a large range of data within Excel. I would like to improve the performance by only reading “Dirty cells” within the range. In other words, instead of reading and then deleting and inserting every cell within the range into the SQL table, I would like to only read and update the cells that have changed. I have found very little information on this topic.
Any thoughts on how I can achieve this or any other recommended approaches?
Regards
Mike