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

Enable filtering when an entire workbook is exported #339

Merged
merged 4 commits into from
Jan 10, 2025

Conversation

jacalata
Copy link
Contributor

Fixes #233

example:
tabcmd export SampleWorkbook/Sheet1?Product%20Type=Tea --fullpdf --pagelayout landscape

OR (new command format option, same output)
tabcmd export SampleWorkbook/Sheet1 --filter" "Product Type=Tea" --fullpdf --pagelayout landscape

- re-use the _export_x methods instead of writing out the arguments multiple times
- add specification of the project for CRUD calls
- add a test for filtering a view on export
This will verify that the command can run, but to confirm the filtering would need a visual check
@jacalata jacalata merged commit dd10d39 into main Jan 10, 2025
18 checks passed
@jacalata jacalata deleted the jac/enable-wb-filters branch January 10, 2025 06:09
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

Successfully merging this pull request may close these issues.

Filtering does not work for a full workbook (--fullpdf)
2 participants