Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Oct 30, 2017
2 parents 470c655 + 5b8820d commit 29abdfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/detail/serialization/xlsx_producer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,7 @@ void xlsx_producer::write_worksheet(const relationship &rel)
{
auto first_column = constants::max_column();
auto last_column = constants::min_column();

bool any_non_null = false;

for (auto column = dimension.top_left().column(); column <= dimension.bottom_right().column(); ++column)
Expand Down

0 comments on commit 29abdfa

Please sign in to comment.