Readme says xls is not supported but I was able to use it? #229
Closed
mauro-rizzi-DSP
started this conversation in
General
Replies: 1 comment 1 reply
-
Docs say: This library will ONLY work with XLSX files. The older XLS format is not capable of being streamed. I would appreciate if you read the docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I don't know that mutch about the internal format of excel files but I accidentally tried several different xls files with this streaming reader and they were all processed (after I spent days setting up my app to use different libs depending on the file extension). Does this library just default to the regular poi implementation for those files automatically? or are these xls files i'm mentioning somehow xlsx disguised as xls? having it default to the standard poi implementation would solve a ton of issues for me but I wanted confirmation
Beta Was this translation helpful? Give feedback.
All reactions