Thankslarsa wrote: This is fixed in update 5.20.45
Search found 2 matches
- Mon Mar 23, 2015 7:45 am
- Forum: XLSReadWritwII 6
- Topic: Incorrect Float Value
- Replies: 2
- Views: 2479
Re: Incorrect Float Value
- Thu Mar 19, 2015 11:12 am
- Forum: XLSReadWritwII 6
- Topic: Incorrect Float Value
- Replies: 2
- Views: 2479
Incorrect Float Value
Hello. When performing the simple code procedure TForm1.Button1Click(Sender: TObject); var XLS: TXLSReadWriteII5; begin XLS := TXLSReadWriteII5.Create(nil); try XLS.Add; XLS.Sheets[0].Columns.SetColWidth(0,0, 10000); XLS.Sheets[0].Columns.SetColWidth(1,1, 10000); XLS.Sheets[0].AsFloat[0,0] := 126709...