Page 1 of 1

MS EXCEL

Posted: Wed Nov 12, 2003 4:21 am
by ferrafra
I've got a page that need to generate 9 different MS Excel files!

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!

:roll: :roll: :roll:

Posted: Wed Nov 12, 2003 4:27 am
by JayBird
not 100% dure what your mean, but

Code: Select all

$workbook->Documents[1]->SaveAs("c:\\test.xls",8);
Mark