Skip to content
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

implement excel provider #79

Open
simonsymhoven opened this issue Sep 18, 2022 · 3 comments
Open

implement excel provider #79

simonsymhoven opened this issue Sep 18, 2022 · 3 comments
Labels
feature New features

Comments

@simonsymhoven
Copy link
Member

What feature do you want to see added?

use excel as provider for pipeline.

Upstream changes

No response

@simonsymhoven simonsymhoven added enhancement Enhancement of existing functionality feature New features and removed enhancement Enhancement of existing functionality labels Sep 18, 2022
@totocaca123
Copy link
Collaborator

totocaca123 commented Sep 18, 2022

Currently csv file is supported (simple file format)

What will be the new usage of this feature. Is it to support xlsx file format as if csv file was saved into xlsx file.

Behind xlsx file format, features might be too complex (multi tab, excel table format, other file format like xls, xlsm...). The excel tab feature is quiet complex (data located in which tab??? Multi tab data??? 1 graph for each tab???)

@totocaca123
Copy link
Collaborator

What is the java library to handle xls and xlsx files???

Using xls file can avoid usage of csv (separator..) and handle complex data

@simonsymhoven
Copy link
Member Author

You can use https://poi.apache.org to read excel files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

No branches or pull requests

2 participants