Skip to content

Commit

Permalink
increment ws index when writing calcChain
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 13, 2017
1 parent c11fcd1 commit fe041b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/detail/xlsx_producer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit fe041b9

Please sign in to comment.