mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
error what(): xl/sharedStrings.xml: error: duplicate attribute #290
This commit is contained in:
parent
e1e4823908
commit
99f20a014a
|
@ -868,7 +868,7 @@ void xlsx_producer::write_shared_string_table(const relationship & /*rel*/)
|
|||
{
|
||||
write_attribute(xml::qname(xmlns_xml, "space"), "preserve");
|
||||
}
|
||||
write_characters(string.plain_text(), has_trailing_whitespace(string.plain_text()));
|
||||
write_characters(string.plain_text());
|
||||
write_end_element(xmlns, "t");
|
||||
write_end_element(xmlns, "si");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user