When RxDbGridExportSpreadSheet export excel, if the field type is FMTBCD, then export the column is a text format rather than numerical format. If ftfmtbcd is added to NumericDataTypes in rxdbutils unit, it can be exported to numeric format:
NumericDataTypes = IntegerDataTypes + [ftFloat, ftCurrency, ftBCD, ftfmtBCD];