Hello,
if i have cells filled with formated values (Decimal and Thousand-Separator) Floats[..] does not work correct. I think the problem is in VCL.TMSFNCGridData.
In TTMSFNCGridData.GetFloats "," is replaced by ".". So a string like "1.234,56" gets to "1.234.56". Using CleanupSep(s) should fix this. (GetAllFloats makes already use of this function).
Greetings
Andreas Maier
Thank you for reporting, we have fixed this, the next version will address this issue.