error what(): xl/sharedStrings.xml: error: duplicate attribute #290

This commit is contained in:
sukoi26 2018-07-09 18:21:01 +02:00 committed by GitHub
parent e1e4823908
commit 99f20a014a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");