switch xlsx_producer cell value call, how many more can there be?

This commit is contained in:
Thomas Fussell 2017-03-21 19:58:16 -04:00
parent fcf4d424ff
commit e8204133a9

View File

@ -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
{