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
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
I have found a case when an excel file that opens fine in excel viewer and libreoffice but does not open in phpexcel. The problem is that the file has a single cell printarea:
Looking at this now. The code you've updated won't work if there are multiple cell ranges, and one of them is single cell range, so modifying it to work in that sitution; but thanks for bringing it to our attention
Hi,
I have found a case when an excel file that opens fine in excel viewer and libreoffice but does not open in phpexcel. The problem is that the file has a single cell printarea:
worksheet$O$8
I have fixed it by the following patch
The text was updated successfully, but these errors were encountered: