Update added support for big excel files #191
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for big excel files
By adding the possibility to configure the amount of local headers checked
There the problem can be (depending on the library generating the file) that the headers are more than 10 and the relevant ones for identifying it as an excel file are at place 11 or above.
Reason for the Change
We have some bigger excel documents (which I can't share due to compliance restrictions) that aren't detected correctly.
After analyzing the problem it turned out that it is not enough for those kind of documents to check only the first 10 local headers.
How we use it with that change