You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nicolau observes: As far as I know this is an Excel issue. Unless you open the file in read only mode Excel will lock it and prevent access from other applications. In Libreoffice we are able to read or even write with the file opened (must reload the file after).
Ideally the table handler could tell that it's trying read from a file that's open in Excel; then it could report something specific like "Cannot read workbook while it is open for writing in Excel." Otherwise the new spreadsheet handler could work like the current one, by adding "Is the file open in another application?" to the message. But if we take that approach, we should consider whether there are any other common "Cannot extract workbook" cases that our message should mention.
The text was updated successfully, but these errors were encountered:
If a spreadsheet is open in Excel when "read table" is invoked, amplxl cryptically reports:
Nicolau observes: As far as I know this is an Excel issue. Unless you open the file in read only mode Excel will lock it and prevent access from other applications. In Libreoffice we are able to read or even write with the file opened (must reload the file after).
Ideally the table handler could tell that it's trying read from a file that's open in Excel; then it could report something specific like "Cannot read workbook while it is open for writing in Excel." Otherwise the new spreadsheet handler could work like the current one, by adding "Is the file open in another application?" to the message. But if we take that approach, we should consider whether there are any other common "Cannot extract workbook" cases that our message should mention.
The text was updated successfully, but these errors were encountered: