is there a way to program a wysiwyg? when reading a excel file i always get the correct value with highest precision. but values that are formated with lower precision are rounded.
example: 11,495 -> rounded to 11,50 (in excel UI)
can i somehow access this rounded value? or how do i achieve reading the value visible in Excel not the exact one? or how do i get the precision to round?
thanks in advance
is there a way to do a WYSIWYG? or a bug?
i get the correct decimal positions, but the value is not rounded as in excel. if a cell is formatted to show only two digits but has indeed three digits with AsFmtString i get a wrong value.
example:
in excel the cell value is 11,495
it is formatted to only use two digits and shows 11,50 in excel
when i use AsFmtString i get 11,49
seems to be a bug? isnt it?
example:
in excel the cell value is 11,495
it is formatted to only use two digits and shows 11,50 in excel
when i use AsFmtString i get 11,49
seems to be a bug? isnt it?