Github user jdye64 commented on the issue:
https://github.com/apache/nifi/pull/929
@jvwing In regards to error cases here are a list of things which could
make this fail.
- Input data is incorrect. AKA not .xlsx file
- Empty document. I guess this isn't an error but I think you get what I'm
saying there just wouldn't be anything to do.
- User could specify a list of "desired-sheets" that are not present in the
document. Once again not really failure but of course no success relationships
would be triggered on the original relationship.
- The processor will currently only process strings (this includes
numerical values, just the POI naming convention) and will ignore things like
graphs, images, binary data, etc.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---