We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
styles.xml source data:
When open a existing file && save, data will be:
Then, the cell will be lost "B" style. I think the following fields have the same problem:
type xlsxFont struct { B *attrValBool xml:"b,omitempty" I *attrValBool xml:"i,omitempty" Strike *attrValBool xml:"strike,omitempty" Outline *attrValBool xml:"outline,omitempty" Shadow *attrValBool xml:"shadow,omitempty" Condense *attrValBool xml:"condense,omitempty" Extend *attrValBool xml:"extend,omitempty" ...
xml:"b,omitempty"
xml:"i,omitempty"
xml:"strike,omitempty"
xml:"outline,omitempty"
xml:"shadow,omitempty"
xml:"condense,omitempty"
xml:"extend,omitempty"
The text was updated successfully, but these errors were encountered:
236ee61
Thanks for your issue. I have fixed it, please try upgrading to the master branch code, and this patch will be released in the next version.
Sorry, something went wrong.
This closes qax-os#1119, style parsing issue fixed
f676891
ea6eb39
No branches or pull requests
styles.xml source data:
When open a existing file && save, data will be:
Then, the cell will be lost "B" style. I think the following fields have the same problem:
type xlsxFont struct {
B *attrValBool
xml:"b,omitempty"
I *attrValBool
xml:"i,omitempty"
Strike *attrValBool
xml:"strike,omitempty"
Outline *attrValBool
xml:"outline,omitempty"
Shadow *attrValBool
xml:"shadow,omitempty"
Condense *attrValBool
xml:"condense,omitempty"
Extend *attrValBool
xml:"extend,omitempty"
...
The text was updated successfully, but these errors were encountered: