diff --git a/data/en/spreadsheetreadbinary.json b/data/en/spreadsheetreadbinary.json index f6ef42c21..77861f3ab 100644 --- a/data/en/spreadsheetreadbinary.json +++ b/data/en/spreadsheetreadbinary.json @@ -15,6 +15,22 @@ }, "links": [ + ], + "examples": [ + { + "title": "Tag Example", + "description": "", + "code": "\n\n\n", + "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 + } ] }