Hello, do anyone know how can you modify specific query column value to excel file? I want to change the return value ex. amount to 1,000.00 instead 1000 but there's no documentation on how to do that.. I return the database data to "Starting Cell" but I want to modify the format.
Discussion posts and replies are publicly visible
I don't think changing the data is possible. However, you can try changing the type of the column in the DB. Having a text column instead of a number column might solve the problem.