FCLT#89391 Rapport export naar Excel faalt bij trema's in rapportnaam
svn path=/Website/trunk/; revision=71129
This commit is contained in:
Binary file not shown.
@@ -9,8 +9,8 @@ var filename = "hello_world.xlsx"
|
|||||||
var oWb = oExcel.workbook_new(filename);
|
var oWb = oExcel.workbook_new(filename);
|
||||||
var oWs = oWb.add_worksheet("Sheet1");
|
var oWs = oWb.add_worksheet("Sheet1");
|
||||||
|
|
||||||
oWb.set_property("author", "Jos Groot Lipman");
|
oWb.set_property("author", "Jos Groot Lipman is ok<6F>");
|
||||||
oWb.set_property("title", "De titel");
|
oWb.set_property("title", "D<EFBFBD> titel");
|
||||||
oWb.set_property("comments", "Created with Facilitor v{0}");
|
oWb.set_property("comments", "Created with Facilitor v{0}");
|
||||||
|
|
||||||
oWs.write_string(7, 0, "DLLPath", 1);
|
oWs.write_string(7, 0, "DLLPath", 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user