Trouble to open XLS file with oledb

后端 未结 2 2092
别那么骄傲
别那么骄傲 2020-12-21 20:40

When I try to open an xls file, I get this error :

Rhe Microsoft Office Access database engine cannot open or write to the file \'\'. 
It is already opened          


        
相关标签:
2条回答
  • 2020-12-21 21:39

    in our case, a client uploaded an excel file that is password protected

    0 讨论(0)
  • 2020-12-21 21:45

    In my case it was a file stream that had not been closed.

    0 讨论(0)
提交回复
热议问题