Skip to content

Commit

Permalink
switch xlsx_producer cell value call, how many more can there be?
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 21, 2017
1 parent fcf4d42 commit e820413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/detail/xlsx_producer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ void xlsx_producer::write_worksheet(const relationship &rel)

if (is_integral(cell.value<long double>()))
{
write_characters(cell.value<std::int64_t>());
write_characters(cell.value<long long int>());
}
else
{
Expand Down

0 comments on commit e820413

Please sign in to comment.