Hello,
I am sending data from a web page to Excel (opening Excel in the browser) and have been stuck with one small issue. When I pass in a variable of "0000000" Excel sees this as a number and truncates it to a single zero. I need this to remain the same as I passed it in as.
The field in the database is a char where the “0000000” comes from.
I am sending data from a web page to Excel (opening Excel in the browser) and have been stuck with one small issue. When I pass in a variable of "0000000" Excel sees this as a number and truncates it to a single zero. I need this to remain the same as I passed it in as.
The field in the database is a char where the “0000000” comes from.