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

Excel, add corresponding options of "display grindlines" and "display row-column header" for print out #1656

Closed
speckyspooky opened this issue Apr 28, 2024 · 2 comments
Assignees
Labels
Enhancement Small change to improve the current supported functionality
Milestone

Comments

@speckyspooky
Copy link
Contributor

Currently the excel emitter support the display of grindlines and the display of the row-column headings.
The apache poi library supports the corresponding options to control the print options of these.
Additional the options to set the "page fit" for printing and the "zoom"-option of excel should be added as user property.

The following user properties will be added:

  • ExcelEmitter.PrintGridlines
  • ExcelEmitter.PrintRowColHeadings
  • ExcelEmitter.PrintFitToPage
  • ExcelEmitter.DisplaySheetZoom

The options will be added on the same elements like e.g. "ExcelEmitter.DisplayGrindlines":

  • page
  • table
  • list
@speckyspooky speckyspooky added the Enhancement Small change to improve the current supported functionality label Apr 28, 2024
@speckyspooky speckyspooky added this to the 4.16 milestone Apr 28, 2024
@speckyspooky speckyspooky self-assigned this Apr 28, 2024
@speckyspooky
Copy link
Contributor Author

The enhancement is given at PR #1657

speckyspooky added a commit that referenced this issue Apr 29, 2024
* Enhanced print out options of the excel emitter (#1656)
@speckyspooky
Copy link
Contributor Author

The PR is merged to the master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Small change to improve the current supported functionality
Projects
None yet
Development

No branches or pull requests

1 participant