mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
problem char on latest change
This commit is contained in:
parent
a1cf2fefd2
commit
833d5e81ae
@ -1129,7 +1129,7 @@ void xlsx_producer::write_styles(const relationship & /*rel*/)
|
||||
}
|
||||
|
||||
// Style XFs
|
||||
if (tylesheet.style_impls.size() > 0) {
|
||||
if (stylesheet.style_impls.size() > 0) {
|
||||
write_start_element(xmlns, "cellStyleXfs");
|
||||
write_attribute("count", stylesheet.style_impls.size());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user