![]() |
#5 |
Участник
|
к командировкам для примера приделала шаблон эксель
X++: public boolean makeDocument() { ; excelDocument = new ComExcelDocument_RU(); if (! excelDocument.newFile( templateFolder_W() + this.templateName(), false)) return false; return true; } X++: void releaseDocument() { excelDocument.visible(true); excelDocument.finalize(); } По этому же принципу сделаны другие отчеты в эксель. С ними проблем нет. |
|