D7 64 bit. That would be something.
Sorry, just appending on an existing thread. Same problem, but 32 bit Delphi.
Thx for looking.
Search found 2 matches
- Tue Apr 02, 2013 3:11 pm
- Forum: XLSReadWritwII 6
- Topic: Negative size values when exporting to 64bit (V5.10.08)
- Replies: 6
- Views: 4214
- Tue Apr 02, 2013 9:49 am
- Forum: XLSReadWritwII 6
- Topic: Negative size values when exporting to 64bit (V5.10.08)
- Replies: 6
- Views: 4214
Re: Negative size values when exporting to 64bit (V5.10.08)
Using version 5.10.10 with D7 the problem persist.
ExcelFile.Sheets[0].AsFloat[0, 0] := 123456789.12; yields -5392229,76 in the output.xlsx file.
No problem for integer values though.
ExcelFile.Sheets[0].AsFloat[0, 0] := 123456789.12; yields -5392229,76 in the output.xlsx file.
No problem for integer values though.