I am importing an excel in my application. The table has multiple columns but there are a few decimal type columns which i am importing. I need to multiply the values in these columns by 1000 while importing before showing in the table. On import itself i want to multiply these values by 1000. https://medium.com/mendix/how-to-import-excel-file-with-excel-importer-mendix-10-fb3a5276f26c this is the method i am using to import the excel in my app.