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

List sheets and process selected sheets #1

Open
harendra-kumar opened this issue Oct 17, 2016 · 0 comments
Open

List sheets and process selected sheets #1

harendra-kumar opened this issue Oct 17, 2016 · 0 comments

Comments

@harendra-kumar
Copy link
Owner

harendra-kumar commented Oct 17, 2016

Currently we just process all the sheets in a workbook which is not a desirable behavior. Different sheets might have different content which is to be processed differently.

We can provide a sheet selection in the API. The selection could be by index or by name. We will also need an API to list all sheets in the workbook. This is not difficult to implement just a matter of doing it. The sheet listing API already exists in the C code (see https://github.com/harendra-kumar/xls/blob/master/lib/libxls/example/xls2csv.c for usage).

Maybe, we can also provide a simple convenience API for processing the first sheet only.

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

No branches or pull requests

1 participant