Skip to content

Conversation

dogusev
Copy link
Contributor

@dogusev dogusev commented Jun 10, 2019

Font skipped each time, when styleId===0
related issues
#849
#833
#816

@dogusev
Copy link
Contributor Author

dogusev commented Jun 10, 2019

@guyonroche Hi!
I found a serious issue, which causes a lot of differences in documents styles.
The default font was always removed.
Please merge this PR ASAP

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "exceljs",
"version": "1.12.1",
"version": "1.12.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't edit this - it is managed during the release/publish process

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

horizontal: 'left',
vertical: 'middle',
},
expect(ws.getRow(3).style.alignment).to.deep.equal({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a test that covers your change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it took o lot of time to find the issue, not sure i'll be able cover with tests coming days

@guyonroche guyonroche merged commit 3cf69cd into exceljs:master Jun 17, 2019
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.

2 participants