Build 3.0.0.43 of xlsgen fixes an issue with large integers in formulas.
The storing of large integers in cells was handled right for years but formulas was still a case needing some attention. Whenever large integers would cross the 32-bit threshold in a formula, they would not be stored as IEEE values although they should.
No source code change needed.