Skip to content

Commit 29abdfa

Browse files
committed
Merge branch 'master' into dev
2 parents 470c655 + 5b8820d commit 29abdfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/detail/serialization/xlsx_producer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2177,6 +2177,7 @@ void xlsx_producer::write_worksheet(const relationship &rel)
21772177
{
21782178
auto first_column = constants::max_column();
21792179
auto last_column = constants::min_column();
2180+
21802181
bool any_non_null = false;
21812182

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

0 commit comments

Comments
 (0)