Hi,
You just need to do as you wrote:
TFlxFormat f := Xls.GetDefaultFormat;
f.Format := '#,##0.00';
And then
Xls.setcellformat(xls.Addformat(f));
And finally grid.LoadSheet
Hi,
You just need to do as you wrote:
TFlxFormat f := Xls.GetDefaultFormat;
f.Format := '#,##0.00';
And then
Xls.setcellformat(xls.Addformat(f));
And finally grid.LoadSheet