MS EXCEL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ferrafra
Forum Newbie
Posts: 1
Joined: Wed Nov 12, 2003 4:21 am

MS EXCEL

Post 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:
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

not 100% dure what your mean, but

Code: Select all

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