mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
increment ws index when writing calcChain
This commit is contained in:
parent
c11fcd169e
commit
fe041b9aa1
|
@ -728,6 +728,8 @@ void xlsx_producer::write_calculation_chain(const relationship & /*rel*/)
|
|||
write_end_element(constants::ns("spreadsheetml"), "c");
|
||||
}
|
||||
}
|
||||
|
||||
ws_index++;
|
||||
}
|
||||
|
||||
write_end_element(constants::ns("spreadsheetml"), "calcChain");
|
||||
|
|
Loading…
Reference in New Issue
Block a user