Skip to content

Commit

Permalink
Merge pull request #1655 from scallahanCybernet/patch-5
Browse files Browse the repository at this point in the history
Update spreadsheetreadbinary.json
  • Loading branch information
pfreitag committed May 29, 2024
2 parents e1f67ce + 6f38f74 commit 7369104
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/en/spreadsheetreadbinary.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
},
"links": [

],
"examples": [
{
"title": "Tag Example",
"description": "",
"code": "<cfset testSpreadsheet = spreadhsheetnew(\"New Sheet\")>\n<cfset spreadsheetAddRow(testSpreadsheet ,\"column a,column b,column c\")>\n<cfheader name=\"Content-Disposition\" value=\"inline; filename=test.xls\">\n<cfcontent type=\"application/vnd-ms.excel\" variable=\"#spreadsheetReadBinary(testSpreadsheet)#\">",
"result": "",
"runnable": true
},
{
"title": "Script Example",
"description": "",
"code": "testSpreadsheet = spreadhsheetnew(\"New Sheet\");\nspreadsheetAddRow(testSpreadsheet ,\"column a,column b,column c\");\ncfheader(name=\"Content-Disposition\" value=\"inline; filename=test.xls\")'\ncfcontent(type=\"application/vnd-ms.excel\" variable=\"#spreadsheetReadBinary(testSpreadsheet)#\");",
"result": "",
"runnable": true
}
]

}

0 comments on commit 7369104

Please sign in to comment.