mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
29abdfa702
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user