FCLT#89391 Rapport export naar Excel faalt bij trema's in rapportnaam

svn path=/Website/trunk/; revision=71129
This commit is contained in:
Jos Groot Lipman
2025-12-03 12:23:17 +00:00
parent 374c844127
commit 18eac1490c
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -9,8 +9,8 @@ var filename = "hello_world.xlsx"
var oWb = oExcel.workbook_new(filename);
var oWs = oWb.add_worksheet("Sheet1");
oWb.set_property("author", "Jos Groot Lipman");
oWb.set_property("title", "De titel");
oWb.set_property("author", "Jos Groot Lipman is ok<6F>");
oWb.set_property("title", "D<EFBFBD> titel");
oWb.set_property("comments", "Created with Facilitor v{0}");
oWs.write_string(7, 0, "DLLPath", 1);