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

Fix xlsx formatting #176

Merged
merged 3 commits into from
Dec 12, 2022
Merged

Fix xlsx formatting #176

merged 3 commits into from
Dec 12, 2022

Conversation

AntonOellerer
Copy link
Contributor

@AntonOellerer AntonOellerer commented Oct 19, 2022

There were a couple of bugs in the xlsx formatting code where style information was copied incorrectly from a row/cell to the new object.
Additionally, default column style are now set
as well.
To verify the behaviour, a test for manual
verification has been added to ExcelDocuments.java

Shortcut

To be able to simply represent UUIDs, when resolving
one, a `ScalarPlaceholder` containing its string
representation is returned.
There were a couple of bugs in the xlsx formatting
code where style information was copied incorrectly
from a row/cell to the new object.
Additionally, default column style are now set
as well.
To verify the behaviour, a test for manual
verification has been added to `ExcelDocuments.java`
@AntonOellerer AntonOellerer self-assigned this Oct 19, 2022
@AntonOellerer AntonOellerer merged commit a959f84 into master Dec 12, 2022
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.

None yet

2 participants