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

Not copying the "PrintTitle" settings to the output for XLSX format #146

Closed
cklee1967 opened this issue Jun 10, 2021 · 0 comments
Closed
Assignees
Labels
type: enhancement New feature or request ver: 2.2.11
Milestone

Comments

@cklee1967
Copy link

Environment

  • YARG version: 2.2.8.

Description of the bug or enhancement

When using the XLSX report template, I have set the "Rows to repeat at top" in the Page Setup -> Sheet tab. This allows me to have certain rows to repeat on each page, when I print it in PDF. However, currently this is not copied to the result output XLSX file. I have analyzed the code and I think the XlsxFormatter needs to copy a defined name "_xlnm.Print_Titles", from the template file to the result output file, so that this setting is preserved/copied to the output.

  • Minimal reproducible example
    Create an XLSX template and the "Rows to repeat at top" parameter in the Page Setup -> Sheet tab.
    Generate the output XLSX file and check this setting again.

  • Expected behavior
    It should have been copied over.

  • Actual behavior
    It is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request ver: 2.2.11
Projects
None yet
Development

No branches or pull requests

8 participants