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

Two empty rows remain in monthly calendar on most months #3

Open
narrowstacks opened this issue Feb 9, 2020 · 0 comments
Open

Two empty rows remain in monthly calendar on most months #3

narrowstacks opened this issue Feb 9, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@narrowstacks
Copy link
Owner

narrowstacks commented Feb 9, 2020

When the program generates the table in the word document for monthly calendars, it is not aware of how many rows it actually needs, so we currently use the max that would ever be used. As a result, if a month doesn't take up all 13 rows, the program doesn't remove the empty rows at the bottom.
If the true number of rows needed could be calculated before the table is created, this would fix it.

In the image below, the errant rows at the bottom are highlighted in grey:
WINWORD_XKNw2KL6bi

@narrowstacks narrowstacks added the bug Something isn't working label Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant