Search found 1 match

by Louis
Wed Sep 13, 2023 2:33 pm
Forum: XLSReadWritwII 6
Topic: Incorrect Float Value while reading a sheet
Replies: 1
Views: 693

Incorrect Float Value while reading a sheet

Hello, While trying to read a cell with float inside, like 10.01 for example, when using : -> xl.Sheets|sheetNumber].AsFloat[col,line]; We are getting '10.0101' instead of '10.01'. Even when getting the cell with xl.Sheets|sheetNumber].AsString[col,line] we ar getting the wrong result. When looking ...