Whit the class i can only generate one of this XLS because when i close the workbook ($workbook->close();) i can't reopen it in the same procedure!
Someone know how could i SAVE the file insteafd of open it???
Sorry For My english!
Moderator: General Moderators
Code: Select all
$workbook->Documents[1]->SaveAs("c:\\test.xls",8);