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 May 26, 2022. It is now read-only.
Hi,
When i try to read ($reader->open) a file generated with Crystal Report i got the following IOException :
After investigation, it works if i force the FileBasedStrategy by commenting this line(https://github.com/box/spout/blob/master/src/Spout/Reader/XLSX/Manager/SharedStringsCaching/CachingStrategyFactory.php#L65)
I have no idea why InMemoryStrategy doesn't work for my file.. Does anyone knows how FileBasedStrategy and InMemoryStrategy are different ? For me, they should work the same way it's only a performance concern.
Thank you by advance
The text was updated successfully, but these errors were encountered: