Skip to content

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)

3 participants