-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExcelNPOIStorage FieldNotFoundException when trying to open excel workbook #376
Comments
Is there a workaround for this? |
Not as far as I'm aware- I'm sticking with the versions from the first comment- I think those are the latest that work (not 100% sure).
|
What version(s) are you using that work? |
NPOI 2.4.1 is the last compatible version with [ExcelNPOIStorage]. |
I'm getting a
FieldNotFoundException
stating thatat FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.OpenWorkbookFromStream(Stream stream)
This has started happening since before the latest release but I thought it was some hiccup with nuget dependencies. However, now that there is new release I thought I'd give it another go- and still found myself stuck at the opening line.. I've tested with two applications that used to work with
As is the case with this example..
The issue occurs with both xls & xlxs types (opened in the standard manner). I've tested with the latest versions:
The text was updated successfully, but these errors were encountered: