[PHP] Re: PEAR Spreadsheet_excel_writer problem

2004-08-03 Thread Alex Othold
heet('Testsheet'); $worksheet->write(0, 0, 'Blah'); $workbook->close(); The Problem was solved by Ben Claar and I would like to thank him for his help in this matter. Alex Adido Solutions Ltd "Alex Othold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PRO

[PHP] PEAR Spreadsheet_excel_writer problem

2004-07-28 Thread Alex Othold
Hi I have a class the utilizes the excel writer package but I'm having a few problems with it on my production server. My development server is a Windows XP Pro box running PHP version 4.3.5. On this box I dont get any problems and my class generates a valid excel document. My production server