mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
switch xlsx_producer cell value call, how many more can there be?
This commit is contained in:
parent
fcf4d424ff
commit
e8204133a9
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user