FlexCel - method GetCellValueFormatted

Hi support,
I would like to have the method in FlexCel which would return the value of the Excel's Range.Text property.
This is useful, since it returns the cell's value as seen in the Excel's cell - WYSIWIG.

Thanks id advance.

Hi,
If I understand correctly, you can use:

xls.GetStringFromCell(row, col);

It will return the value of the cell as Excel shows it. It is actually what we use in the Preview component.

This feature was implemented.