Is there a way to access a read only excel file ? The intent is to take the values from the file and put them into a sql server table, which can be done, if I manually create a copy of the file (then the software has exclusive access to the file).
Thanks