Hi,
I have a column in my table that data type is "char" some data are number and some are text, and no way I can separate them. I'm using it to write an excel sheet. Is there any function in ColdFusion that I can use that treat the numbers as numbers and text as text. May be a loop to go true the rows an where it's number apply the formula and where it's text just dump it on the excel sheet that I'm making. I'll appreciate your hint.:-)
I have a column in my table that data type is "char" some data are number and some are text, and no way I can separate them. I'm using it to write an excel sheet. Is there any function in ColdFusion that I can use that treat the numbers as numbers and text as text. May be a loop to go true the rows an where it's number apply the formula and where it's text just dump it on the excel sheet that I'm making. I'll appreciate your hint.:-)
Comment