SpreadsheetSetCellFormula with the function Hyperlink has a strange behavior
Hello everybody
I don't know if you can help me but:
I create an excel document using the instructions "spreadsheet" for ColdFusion 10.
There is, among the data to be added, a "hyperlink" formula that will contain the URL of a website
I therefore use the instruction "SpreadsheetSetCellFormula"
See the code:
<cfset SpreadsheetSetCellFormula(s, 'HYPERLINK("#Query.Field1#", "#qQuery.Field1#")', curRow, curCol)>
Explanation of different variables:
s : object representing the excel sheet
Query.Field1 : it is the data containing the URL (in a Query)
curRow : row number where the data will be write
curCol : Column number
The problem:
When I execute the code on my computer and I open the file: the display is correct

When my colleague tries to create the file with the same code, he receives, not the internet link, but the number "0" is displayed in blue colour but and no formulas.

any ideas ?
I don't understand.
Thank you for you help
Best regards
Andre
