If the column type is NUMBERS, It can only handle Int data range (max 2147483647). To prove that, try to show a Long value of 2147483648 (2147483647+1) and what you would see is "Overflow" instead. My workaround: change column type from NUMBERS to TEXT.
Did I miss anything?
Did I miss anything?