Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.4

Bug #2146 setversion(8) used with printArea crashes Excel
Submitted: 2004-08-17 12:32 UTC
From: pwa dot net at free dot fr Assigned:
Status: Feedback Package: Spreadsheet_Excel_Writer
PHP Version: 4.3.1 OS: unix
Roadmaps: (Not assigned)    
Subscription  


 [2004-08-17 12:32 UTC] pwa dot net at free dot fr
Description: ------------ setversion(8) used with printArea crashes Excel Use excel spreadsheet 0.8, OLE 5.0 Reproduce code: --------------- require_once 'Spreadsheet/Excel/Writer.php'; // Creating a workbook $workbook = new Spreadsheet_Excel_Writer(); $workbook->SetVersion(8); // sending HTTP headers $workbook->send('test.xls'); // Creating a worksheet $worksheet1 =& $workbook->addWorksheet('Premier feuillet'); // The actual data $worksheet1->write(3, 2, 'Ce fichier à été entièrement généré avec PHP'); // BUG WITH THIS LINE $worksheet1->printArea(1,1,5,5); // Let's send the file $workbook->close(); Actual result: -------------- Excel crashes

Comments

 [2007-07-31 07:37 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2008-03-22 12:15 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2009-11-29 07:43 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2016-06-21 02:52 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!