Page 1 of 1

Add 64bit cell values

Posted: Mon Apr 13, 2015 7:05 pm
by billegge
In the next update, can you add 64bit Signed and Unsigned Integers to TSheet cell values?

I am importing a BIGINT datatype from a database and getting an overflow error using AsInteger.

Re: Add 64bit cell values

Posted: Tue Apr 14, 2015 11:47 am
by larsa
Hello

Use AsFloat. In the files, all numbers are stored as floating pit values (double) anyway.