Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
rynomet #1
CF & EXCEL
im querying an excel file which contains data that has trailing spaces. when i
output the value of a cell, it is always longer than what it should be, even
after i try to remove the spaces (replace,trim). how do you remove trailing
spaces when querying data? it seems like a hassel having to do it in excel.
neither of the 3 have worked: select rtrim(cell) from file trim(cell)
replacenocase(cell,' ','','all') thanks ryan
rynomet Guest
-
PDF to Excel
I have a financial report in PDF format that has many lists in columns with text and figures. I would like to export this to Excel or another... -
Place Excel into table with ability to link when native Excel file is updated.
Is it possible to place an Excel file into InDesign and create a link so that any changes made later to the Excel file can be updated in InDesign? ... -
excel to csv
hi all anybody knows a script to save an excel in csv? i need it for a php script tnx -
[PHP] PHP, Excel, jpgraph - can the graph be included in the Excel output?
You need a class that can create xls files with images. Or you can create a Web Archive: http://officeupdate.microsoft.com/office/webarchive.htm ... -
PHP, Excel, jpgraph - can the graph be included in the Excel output?
Good morning! I have several reports that are generated using PHP & MySQL for which I would like to include a graph using the excellent jpgraph... -
VillageX #2
Re: CF & EXCEL
If I am understanding the question correctly, the answer is that has always worked for me is trim(queryfield) surrounded by pound signs.
VillageX Guest
-
rynomet #3
Re: CF & EXCEL
the trim feature has always worked for me too, however its not working for this
excel file. when i open the excel file, i can see the trailing spaces (well not
see them visually, but i can tell they are there because the cursor is far away
from the last letter). the user that created the file did a cust and paste
routine from an html doc. is it possible that the trailing spaces are somehow
reading like a normal character? i cant even trim them in excel using the excel
trim function!
rynomet Guest
-
VillageX #4
Re: CF & EXCEL
I guess it is possible they were put into the database with spaces and are
being interpreted as regular characters; but I've never had that happen to me.
It seems odd that replace wouldn't work either.
VillageX Guest



Reply With Quote

