mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
optimize latest commit missing a test
This commit is contained in:
parent
caeadfc83c
commit
4f07495abb
|
@ -2145,7 +2145,7 @@ void xlsx_producer::write_worksheet(const relationship &rel)
|
|||
write_end_element(xmlns, "col");
|
||||
}
|
||||
|
||||
write_end_element(xmlns, "cols");
|
||||
if(has_column_properties) write_end_element(xmlns, "cols");
|
||||
|
||||
const auto hyperlink_rels = source_.manifest().relationships(worksheet_part, relationship_type::hyperlink);
|
||||
std::unordered_map<std::string, std::string> reverse_hyperlink_references;
|
||||
|
|
Loading…
Reference in New Issue
Block a user