Home » File Formats » Spreadsheet_Excel_Writer
Package for generating Excel spreadsheets
Download latest release 0.9.4 (there is a newer Composer installable version)
License: LGPL
Description
Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP.
It allows writing of Excel spreadsheets without the need for COM objects.
It supports formulas, images (BMP) and all kinds of formatting for text and cells.
It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available.
Documentation
Maintainers
- Carsten Schmitz (cschmitz) — lead, active
- Xavier Noguer (xnoguer) — lead, inactive
- Alexey Kopytko (sanmai) — lead, active
- Franck Lefevre (progi1984) — developer, active
- Mika Tuupola (tuupola) — developer, inactive
Dependencies
Required
- PHP (>= 5.3.3)
- PEAR Installer (>= 1.4.0b1)
- OLE (>= 1.0.0RC2)
Releases
- 0.9.4 (beta, 2017-05-24)
Release notes
License: LGPL
QA release. Comes with support for newer PHP versions. Fixed irritating "pass by reference" errors.
- 0.9.3 (beta, 2012-01-26)
Release notes
License: LGPL
QA release
Bug #18590 Impossible to work from IIS7
Bug #18024 deprecated line 180, 186 with php 5.3.2
Bug #16025 MERGEDCELLS record split by CONTINUE record
Bug #17766 Patch: Avoid deprecated split
Bug #17572 Temporary files are not removed
Bug #16938 open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize
Bug #14585 open_basedir workaround doesn't work
Bug #12362 named worksheets & utf-8
Bug #14515 writeUrl only uses writeString, never writeNumber
Bug #14281 Using a row > 16,384 reports error
Request #13486 Set the worksheet direction to right-to-left (RTL)
Bug #12720 Notice thrown when using setColumn (undefined colFirst and colLast)
Bug #12053 With SetVersion(8) setting bottom border color to 0 gives cross borders (!) - 0.9.2 (beta, 2009-11-28)
- 0.9.1 (beta, 2006-09-26)
- 0.9.0 (beta, 2005-11-21)
Release notes
License: LGPL
New features:
- adding new methods Format::setVAlign() and Format::setHAlign()
- adding support for uncapitalized functions in formulas (ej: "=sum(B27:B31)")
- adding support for different charsets with method Worksheet::setInputEncoding()
- adding support for sheetnames longer than 31 chars when using setVersion(8).
Bug fixes:
- Fixed Bug #1796, wrong regular expression in _writeUrlInternal
- Fixed Bug #2363, wrong export filename with spaces
- Fixed Bug #2425, Error using writeFormula with Now() and TODAY()
- Fixed Bug #2876, German Umlauts destroy sheet references
- Fixed Bug #1706, Formulas refer to other Worksheets with "spezial" names don't work
- Fixed Bug #2748, setMargins(), setHeader() and setFooter() work in excel but not in openoffice.
- Fixed Bug #5698, preg_replace in _writeUrlInternal
- Fixed Bug #2823, Inpropper results from writeUrl() method - 0.8 (beta, 2004-06-22)
Release notes
License: LGPL
New features:
- added hideScreenGridlines() (Paul Osman)
Bug fixes:
- Fixed SST table (long strings) (Bernd Jaenichen)
- Fixed bug #1218, SST table (boucher dot stephane at free dot fr)
- Fixed bug #781, insertBitmap ignores row height
- Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com) - 0.7 (beta, 2004-02-27)
Release notes
License: LGPL
New features:
- allow setting temp dir other than default using setTempDir() (using OLE 5.0 for this).
- added setMerge() for merging (only for experimental Excel97 generation)
- added setCountry() method.
- added setLocked() method.
Bug fixes:
- Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com) - 0.6 (beta, 2003-11-15)
Release notes
License: LGPL
New features:
- allow semicolon as argument separator (Axel Pratzner)
- added experimental Excel97 generation. You can test it with setVersion():
Beware! this method will be deprecated in a future release (when
Excel97 becomes the default). It is only available for testing
purposes. Use it at your own risk.
- strings longer than 255 bytes are now available using the experimental
Excel97 generation. But not all Excel97 features are available yet!
Bug fixes:
- Fixed bug #225, error in writeUrl() (jamesn at tocquigny dot com)
- Fixed bug #59, retval undefined for writeRow() (Bertrand) - 0.5 (beta, 2003-10-01)
Release notes
License: LGPL
New features:
-added rowcolToCell() utility method for easy writing of formula's cell references (JT Hughes).
-added Worksheet::setOutline() method (Herman Kuiper)
-added Format::setFontFamily() method (Donnie Miller)
Bug fixes:
-fixed bug #21, cyrillic characters in sheet references (arhip at goldentele dot com) - 0.4 (beta, 2003-08-24)
Release notes
License: LGPL
New features:
-using OLE package (>= 0.3) to generate files bigger than 7MB
-changed setFgColor() and setBgColor()'s behavior to something more intuitive.
Bug fixes:
-fixed bug #25133, lowercase cell references (jkwiat03 at hotmail dot com)
-fixed Bug #23730, worksheet names containing spaces in formulas (Robin Ericsson)
-fixed Bug #24147, formulas ended in '0' (paul at classical dot com)
-fixed swapping of arguments in variable arguments functions (JT Hughes) - 0.3 (beta, 2003-05-02)
Release notes
License: LGPL
New features:
-added support for row ranges (JT Hughes)
-added method method Format::setUnLocked() (Ajit Dixit)
-added Worksheet::writeRow() and Worksheet::writeCol()
Bug fixes:
-fixed problem with unparenthesized expresions in formulas (Brent Laminack)
-fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro)
-fixed swapping of columns in formulas (JT Hughes)
-fixed assorted bugs in tokenizing formulas (JT Hughes)
-fixed Worksheet::activate() (JT Hughes) - 0.2 (beta, 2003-03-18)
Release notes
License: LGPL
-added several formatting methods: setTextRotation(), setStrikeOut(),
setOutLine(), setShadow(), setScript().
-fixed bug in Workbook::sheets() (Bjoern Schotte).
-fixed range for references in formulas (Edward).
-added support for external references in formulas.
-added support for comparisons in formulas.
-added support for strings in formulas. - 0.1 (devel, 2003-01-03)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #21 | Closed | Bug | 2003-09-18 | Formula BUG | |
| #59 | Closed | Bug | 2003-10-03 | Undefined value $retval notice | |
| #225 | Closed | Bug | 2003-11-11 | bug in http parsing | |
| #266 | No Feedback | Bug | 2003-11-17 | setmerge | |
| #399 | Closed | Bug | 2003-12-10 | var $_selection is declared twice in Spreadsheet\Excel\Writer\Worksheet.php | |
| #415 | Closed | Bug | 2003-12-12 | array_push called with onyl one parameter | |
| #417 | Closed | Bug | 2003-12-12 | "Sintactic" in error message should be "Syntax" | |
| #482 | No Feedback | Bug | 2003-12-22 | open_basedir problems | |
| #578 | Closed | Bug | 2004-01-14 | setVPageBreaks doesn't handle multiple value arrays | |
| #581 | Duplicate | Bug | 2004-01-14 | repeatColumns function does not repeat columns | |
| #608 | Closed | Bug | 2004-01-22 | Column guts always hidden, i.e. always displayed with zero height | |
| #614 | Bogus | Bug | 2004-01-23 | ! | |
| #623 | Closed | Bug | 2004-01-25 | setBgColor sets color to black no matter what | |
| #688 | Closed | Bug | 2004-02-05 | ouput error | |
| #781 | Closed | Bug | 2004-02-17 | Spreadsheet_Excel_Writer_Worksheet::insertBitmap ignores row height | |
| #944 | Bogus | Bug | 2004-03-04 | repeatRow() doesn't work with IE(!) as a client | |
| #1134 | Bogus | Bug | 2004-04-05 | bug in Worksheet | |
| #1149 | No Feedback | Bug | 2004-04-06 | addWorksheet() causes segmentation fault | |
| #1166 | Closed | Bug | 2004-04-08 | Segmentation fault | |
| #1218 | Closed | Bug | 2004-04-16 | pb with function _storeSharedStringsTable() | |
| #1239 | Bogus | Bug | 2004-04-19 | function mergeCells does not support merged text | |
| #1256 | Duplicate | Bug | 2004-04-21 | Excel unable to open multi-sheet files with large strings | |
| #1286 | Closed | Bug | 2004-04-26 | setHPageBreaks( array) Only adds the first entered break | |
| #1344 | Closed | Bug | 2004-05-05 | Excell error writing big xls docs (biff8) | |
| #1422 | Bogus | Bug | 2004-05-17 | #781 still not fixed | |
| #1464 | Closed | Bug | 2004-05-21 | Documentation setTempDir belongs to workbook | |
| #1521 | Closed | Bug | 2004-05-28 | insertBitmap makes the XLS file invalid | |
| #1572 | Duplicate | Req | 2004-06-07 | Charset support | |
| #1706 | Closed | Bug | 2004-06-23 | Formulas refer to other Worksheets with "spezial" names don't work | |
| #1730 | Closed | Bug | 2004-06-28 | Wrong operand class used for A1:A2 | |
| #1754 | Bogus | Bug | 2004-06-30 | The freezePanes() function does not work properly | |
| #1774 | Bogus | Bug | 2004-07-02 | bug with the '<' char | |
| #1780 | Bogus | Bug | 2004-07-02 | Cell text truncated with strlen > 255 | |
| #1791 | Bogus | Bug | 2004-07-05 | Garbled output when space is inserted before opening <?php tag | |
| #1796 | Closed | Bug | 2004-07-05 | Wrong regular expression in _writeUrlInternal | |
| #1805 | Closed | Bug | 2004-07-06 | Cyrillic symbols problem in Excel '97 | |
| #1878 | Bogus | Bug | 2004-07-14 | Doesn't work under PHP5.0.0 | |
| #1921 | Closed | Bug | 2004-07-20 | sheetname may not exceed 31 chars | |
| #2010 | Closed | Bug | 2004-07-28 | SetVersion (8) BIFF8 crashes Excel X | |
| #2146 | Feedback | Bug | 2004-08-17 | setversion(8) used with printArea crashes Excel | |
| #2159 | Closed | Bug | 2004-08-18 | UTF-8 Characters cause format corruption | |
| #2243 | Bogus | Req | 2004-08-28 | ob_clean | |
| #2261 | Closed | Bug | 2004-08-31 | Excel 2002 crashes when use write() with @ as first value of the text | |
| #2346 | No Feedback | Bug | 2004-09-15 | SetColumn - Format not set | |
| #2363 | Closed | Bug | 2004-09-20 | Wrong export filename with spaces | |
| #2405 | Closed | Bug | 2004-09-27 | Text concat operator & truncate formula | |
| #2425 | Closed | Bug | 2004-09-30 | Error using writeFormula with Now() and TODAY() | |
| #2426 | Bogus | Bug | 2004-10-01 | Worksheet::SetMerge | |
| #2480 | Closed | Req | 2004-10-08 | Align Seperation - V + H | |
| #2539 | Duplicate | Bug | 2004-10-15 | Method call to getXfIndex() fails | |
| #2582 | Closed | Bug | 2004-10-21 | Coding Standard Fixes, patches included | |
| #2623 | Bogus | Bug | 2004-10-26 | bug in SAFE_MODE | |
| #2722 | Bogus | Bug | 2004-11-09 | Problems with PHP5 pack() function | |
| #2748 | Closed | Bug | 2004-11-13 | setMargins(), setHeader() and setFooter() work in excel but not in openoffice. | |
| #2760 | No Feedback | Bug | 2004-11-15 | page break problems | |
| #2797 | Closed | Req | 2004-11-19 | Groups | |
| #2823 | Closed | Bug | 2004-11-24 | Inpropper results from writeUrl() method | |
| #2862 | Verified | Bug | 2004-12-01 | insertBitmap scales image incorrect in Excel 2000 | |
| #2863 | No Feedback | Bug | 2004-12-01 | hideGridLines does not work in Excel 2000 | |
| #2876 | Closed | Bug | 2004-12-02 | German Umlauts destroy sheet references | |
| #2878 | Closed | Bug | 2004-12-03 | bad formulas can cause infinate loops and crash. | |
| #2923 | Bogus | Bug | 2004-12-08 | Problem inserting a newline into a cell | |
| #2942 | Closed | Bug | 2004-12-10 | Problems with files with over 200 row / or 30kb of filesize | |
| #3000 | Bogus | Bug | 2004-12-21 | excel writer doesn't work under php 4.3.10 | |
| #3148 | Verified | Bug | 2005-01-10 | write() works incorrectly for some locales | |
| #3171 | No Feedback | Bug | 2005-01-11 | Formula Parsing failing on valid formula | |
| #3203 | No Feedback | Bug | 0.9.2 | 2005-01-14 | Formulas not opening properly in Excel |
| #3384 | Closed | Bug | 2005-02-05 | adding worksheet name in addWorksheet() causes failure on many-sheet doc | |
| #3390 | Closed | Req | 2005-02-06 | Output Buffer | |
| #3399 | Bogus | Bug | 2005-02-08 | Documentation Bug - Dependencies missing | |
| #3482 | Closed | Bug | 2005-02-15 | setVersion(8) views fine in Excel 2004 but not Mailmerge | |
| #3514 | No Feedback | Bug | 2005-02-18 | Excel Cell Formatting to Text | |
| #3669 | Bogus | Bug | 2005-03-02 | Empty Worksheet | |
| #3743 | No Feedback | Bug | 2005-03-08 | Incorrect call to split() function. | |
| #3832 | Closed | Bug | 2005-03-15 | dates are exported as text, not as dates | |
| #3986 | Closed | Req | 2005-03-28 | Update to match Spreadsheet-WriteExcel | |
| #4018 | No Feedback | Bug | 2005-03-31 | OpenOffice, Excel Cyrillic Bug | |
| #4117 | Closed | Bug | 2005-04-11 | Hight of multiline cells is incorrect | |
| #4147 | No Feedback | Bug | 2005-04-14 | Invalid format file | |
| #4174 | Closed | Bug | 0.4 | 2005-04-17 | MS Outlook 2003 corrupts excel files generated by version .4 or later |
| #4247 | Closed | Bug | 2005-04-29 | crash with big excel files | |
| #4329 | Bogus | Bug | 2005-05-11 | setBgColor not working with setNumFormat? | |
| #4395 | Closed | Req | 2005-05-20 | Capitalization of formulas is required | |
| #4482 | Closed | Bug | 2005-05-31 | Can't use Windows-1251 encoding | |
| #4553 | Duplicate | Req | 2005-06-08 | choices for output xls files | |
| #4560 | Closed | Bug | 2005-06-09 | Spreadsheet_Excel_Writer mergeCells setBorder issue | |
| #4665 | Verified | Req | 2005-06-23 | Support for extended classes | |
| #4674 | No Feedback | Req | 2005-06-24 | open local file | |
| #5141 | No Feedback | Bug | 2005-08-18 | get a 0Ko file on adding a worksheet | |
| #5169 | Bogus | Bug | 2005-08-21 | install error | |
| #5313 | Closed | Bug | 2005-09-06 | Performance of many calls to strlen() function in Parser.php | |
| #5347 | Analyzed | Bug | 2005-09-09 | using writeNote() causes excel crash | |
| #5379 | Duplicate | Bug | 2005-09-13 | WriteFormula bug | |
| #5403 | Closed | Doc | 2005-09-14 | function argument descriptions inadequate | |
| #5560 | Verified | Req | 2005-09-29 | Add Autofilter Functionality | |
| #5599 | Closed | Bug | 2005-10-04 | probably incorrect codepage | |
| #5698 | Closed | Bug | 2005-10-15 | preg_replace in _writeUrlInternal | |
| #5775 | Duplicate | Bug | 2005-10-25 | Send Excel by Outlook destroy file - it cannot open | |
| #5887 | No Feedback | Bug | 2005-11-07 | Usage of setVersion Function results in Error | |
| #6045 | Bogus | Bug | 2005-11-23 | Not work break \n or chr('0x0A') character | |
| #6067 | Duplicate | Bug | 2005-11-25 | Warnings are thrown if using a cell format | |
| #6073 | Closed | Req | 2005-11-25 | Cutted texts | |
| #6099 | Bogus | Bug | 2005-11-28 | Worksheets are set up as references | |
| #6108 | No Feedback | Bug | 2005-11-29 | error on writeString | |
| #6118 | Bogus | Bug | 2005-11-30 | Excel Crashes when cells Merged | |
| #6142 | Bogus | Bug | 2005-12-04 | setBold default value don't work | |
| #6179 | Bogus | Bug | 2005-12-07 | Cannot create excel file larger than 2MB | |
| #6201 | Closed | Bug | 2005-12-08 | Can not set BgColor if pattern = 1, will set bgcolor to black always | |
| #6207 | Bogus | Bug | 2005-12-09 | preg_replace error | |
| #6208 | No Feedback | Bug | 2005-12-09 | InsertBitmap error | |
| #6309 | No Feedback | Bug | 0.9 | 2005-12-20 | Output with mergeCells crashes Mac Excel |
| #6318 | No Feedback | Bug | 2005-12-21 | Error found in valid excel formula | |
| #6509 | Closed | Bug | 2006-01-17 | Object of class Spreadsheet_Excel_Writer_Format could not be converted to int | |
| #6584 | Closed | Bug | 2006-01-25 | File cannot be accessed. File may be read-only. | |
| #6606 | Bogus | Bug | 2006-01-27 | Special Chars for example ¤ (euro)are not encoded correctly | |
| #6640 | Closed | Bug | 0.9.0 | 2006-01-31 | Illegal character for XML encoding of pear package |
| #6725 | No Feedback | Bug | 0.9.0 | 2006-02-08 | quoted offsheet references cause stack overflow |
| #6811 | Bogus | Bug | 0.9.0 | 2006-02-17 | invalid bitmap |
| #6909 | Closed | Bug | 0.9.0 | 2006-02-23 | Images not shown with OpenOffice 2.0 |
| #6947 | Closed | Bug | 0.9.0 | 2006-02-27 | Sheet name overflows buffer |
| #7315 | Feedback | Bug | 2006-04-05 | Freeze Panes - error with only 2 values | |
| #7504 | Verified | Bug | 0.9.0 | 2006-04-27 | Formulas problems |
| #7540 | Duplicate | Bug | 0.9.0 | 2006-05-01 | Object to int comparison gives Notice in php5 |
| #7567 | Duplicate | Bug | 0.9.0 | 2006-05-05 | invalid use of integer compare in version 5.1.2 -- two errors listed below |
| #7672 | Verified | Req | 2006-05-19 | Page Order | |
| #7727 | Closed | Bug | 2006-05-25 | setTempDir only sets the temp directory for some of the files | |
| #7840 | Closed | Bug | 0.9.0 | 2006-06-08 | Notices on default formats |
| #8072 | Wont fix | Bug | 0.9.0 | 2006-06-29 | Using a lot of Memory |
| #8120 | Duplicate | Bug | 0.9.0 | 2006-07-05 | limitation on rows count ? |
| #8175 | Closed | Bug | 2006-07-10 | Error in reference with the Excel ColorIndex colors | |
| #8191 | Feedback | Req | 0.9.0 | 2006-07-12 | use kanji sheet name and can't get correct result |
| #8293 | Closed | Bug | 2006-07-26 | Parameter type does not match rest of function description | |
| #8303 | Verified | Req | 0.9.0 | 2006-07-27 | Support for auto sizing of columns |
| #8323 | Bogus | Bug | 0.9.0 | 2006-07-30 | setNumFormat Ignored |
| #8352 | No Feedback | Bug | 0.9.0 | 2006-08-03 | printArea and repeatColumns Trouble |
| #8354 | Bogus | Req | 0.9.0 | 2006-08-03 | Errors |
| #8408 | No Feedback | Req | 0.9.0 | 2006-08-10 | Problem with foreach loop |
| #8515 | Bogus | Bug | 0.9.0 | 2006-08-19 | Worksheet::setPaper - Page defaults to US letter using $size=9 |
| #8585 | No Feedback | Bug | 0.9.0 | 2006-08-30 | installation error |
| #8601 | Closed | Bug | 0.9.2 | 2006-08-31 | setNumFormat() for numbers stored as text doesn't work for numbers. |
| #8701 | Closed | Bug | 2006-09-14 | Problems with the method setTextRotation() | |
| #8733 | Open | Bug | 0.9.0 | 2006-09-19 | *** ERROR IN SST *** |
| #8745 | Bogus | Bug | 0.9.0 | 2006-09-20 | Zero sized output excel file |
| #8858 | Spam | Bug | <a href= http://www.freepages.at/italy/amatoriale.html >amatoriale porno</a> [url=http://www.freepag | 2006-10-05 | <a href= http://www.freepages.at/italy/amatoriale.html >amatoriale porno</a> [ur |
| #8862 | Spam | Bug | <a href= http://www.freepages.at/italy/chiavate.html >chiavate</a> [url=http://www.freepages.at/ital | 2006-10-05 | <a href= http://www.freepages.at/italy/chiavate.html >chiavate</a> [url=http://w |
| #8863 | Spam | Bug | <a href= http://www.freepages.at/italy/donne mature.html >donna matura</a> [url=http://www.freepages | 2006-10-05 | <a href= http://www.freepages.at/italy/donne mature.html >donna matura</a> [url= |
| #8891 | Spam | Bug | <a href= http://www.selectablog.com/itadult/ >italian porno</a> [url=http://www.selectablog.com/itad | 2006-10-07 | <a href= http://www.selectablog.com/itadult/ >italian porno</a> [url=http://www. |
| #8892 | Spam | Bug | <a href= http://www.selectablog.com/itadult/2827/gioco+calcio+sfondi.html >gioco calcios fondi</a> [ | 2006-10-07 | <a href= http://www.selectablog.com/itadult/2827/gioco+calcio+sfondi.html >gioco |
| #8893 | Spam | Bug | <a href= http://www.selectablog.com/minfin/ >finance</a> [url=http://www.selectablog.com/minfin/] fi | 2006-10-07 | <a href= http://www.selectablog.com/minfin/ >finance</a> [url=http://www.selecta |
| #8895 | Spam | Bug | <a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=video-sborrate-in-culo.html >sborrate in cu | 2006-10-07 | <a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=video-sborrate-in-culo. |
| #8896 | Spam | Bug | <a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=sesso-gratis-01.html >sesso gratis</a> [url | 2006-10-07 | <a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=sesso-gratis-01.html >s |
| #8897 | Spam | Bug | <a href= http://www.freepages.at/donnamature/festa-della-donna-sesso-nude-mature-belle.html >festa d | 2006-10-07 | <a href= http://www.freepages.at/donnamature/festa-della-donna-sesso-nude-mature |
| #8898 | Spam | Bug | <a href= http://sessodonnamatur.forospace.com >sesso regazza</a> [url=http://sessodonnamatur.forospa | 2006-10-07 | <a href= http://sessodonnamatur.forospace.com >sesso regazza</a> [url=http://ses |
| #8901 | Spam | Bug | <a href= http://www.selectablog.com/belladonna/2975/BELLA+DONNA+VIDEO+SESSO+MATURA+PORNO+100%25+MATU | 2006-10-07 | <a href= http://www.selectablog.com/belladonna/2975/BELLA+DONNA+VIDEO+SESSO+MATU |
| #8902 | Spam | Bug | <a href= http://www.selectablog.com/belladonna/2974/VIDEO+SESSO+MATURA+PORNO+100%25+MATURA+HARDCORE+ | 2006-10-07 | <a href= http://www.selectablog.com/belladonna/2974/VIDEO+SESSO+MATURA+PORNO+100 |
| #8920 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phentermine online purchas | 2006-10-09 | <a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phente |
| #8921 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html >Phentermine cheap no | 2006-10-09 | <a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html > |
| #8922 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phentermine diet pill</a | 2006-10-09 | <a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phen |
| #8923 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight phentermine</a> [url=h | 2006-10-09 | <a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight ph |
| #8924 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phentermine free shipping</a | 2006-10-09 | <a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phenterm |
| #8927 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phentermine online purchas | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phente |
| #8928 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html >Phentermine cheap no | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html > |
| #8930 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phentermine diet pill</a | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phen |
| #8931 | Bogus | Bug | 0.9.1 | 2006-10-10 | Can not create more than one sheet in a file |
| #8932 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight phentermine</a> [url=h | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight ph |
| #8938 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phentermine free shipping</a | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phenterm |
| #8943 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-sales.html >Phentermine sales</a> [url=http://ww | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Phentermine-sales.html >Phentermine sale |
| #8945 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Generic-phentermine.html >Generic phentermine</a> [url=http: | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Generic-phentermine.html >Generic phente |
| #8950 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Buy-cheap-online-phentermine.html >Buy cheap online phenterm | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Buy-cheap-online-phentermine.html >Buy c |
| #8956 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine-online.html >Buy cheap phentermine onl | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine-online.html >Buy c |
| #8957 | Spam | Bug | <a href= http://www.freepages.at/usmeds/37.5mg-phentermine.html >37.5mg phentermine</a> [url=http:// | 2006-10-10 | <a href= http://www.freepages.at/usmeds/37.5mg-phentermine.html >37.5mg phenterm |
| #8958 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine.html >Buy cheap phentermine</a> [url=h | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine.html >Buy cheap ph |
| #8959 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Phentermine-cod.html >Phentermine cod</a> [url=http://www.fr | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Phentermine-cod.html >Phentermine cod</a |
| #8960 | Spam | Bug | <a href= http://www.freepages.at/usmeds/Cheapest-phentermine.html >Cheapest phentermine</a> [url=htt | 2006-10-10 | <a href= http://www.freepages.at/usmeds/Cheapest-phentermine.html >Cheapest phen |
| #8967 | Verified | Bug | 0.9.1 | 2006-10-11 | Excel XP crashes when generated worksheet have many cell merges |
| #8970 | Spam | Bug | <a href= http://www.blogigo.com/ragazze/Foto-ragazze/1/ >Foto ragazze</a> [url=http://www.blogigo.co | 2006-10-11 | <a href= http://www.blogigo.com/ragazze/Foto-ragazze/1/ >Foto ragazze</a> [url=h |
| #8971 | Spam | Bug | <a href= http://www.igotfree.com/italy/italysex.html >italy sesso</a> [url=http://www.igotfree.com/i | 2006-10-11 | <a href= http://www.igotfree.com/italy/italysex.html >italy sesso</a> [url=http: |
| #8972 | Spam | Bug | <a href= http://www.blogigo.de/Tramadolx >buy Tramadol</a> [url=http://www.blogigo.de/Tramadolx] buy | 2006-10-11 | <a href= http://www.blogigo.de/Tramadolx >buy Tramadol</a> [url=http://www.blogi |
| #8973 | Spam | Bug | <a href= http://www.selectablog.com/pharma/3072/Buy+Phentermine+Online.html >buy Tramadol online</a> | 2006-10-11 | <a href= http://www.selectablog.com/pharma/3072/Buy+Phentermine+Online.html >buy |
| #8979 | Spam | Bug | <a href= http://xoomer.alice.it/sessogratis/contacts.html >sesso</a> [url=http://xoomer.alice.it/ses | 2006-10-11 | <a href= http://xoomer.alice.it/sessogratis/contacts.html >sesso</a> [url=http:/ |
| #8980 | Spam | Bug | <a href= http://xoomer.alice.it/sessogratis/links.html >links sesso</a> [url=http://xoomer.alice.it/ | 2006-10-11 | <a href= http://xoomer.alice.it/sessogratis/links.html >links sesso</a> [url=htt |
| #8982 | Spam | Bug | <a href= http://xoomer.alice.it/sessogratis/sesso-anale.html >sesso anale</a> [url=http://xoomer.ali | 2006-10-11 | <a href= http://xoomer.alice.it/sessogratis/sesso-anale.html >sesso anale</a> [u |
| #8983 | Spam | Bug | <a href= http://xoomer.alice.it/sessogratis/sesso-con-animali.html >sesso con animali</a> [url=http: | 2006-10-11 | <a href= http://xoomer.alice.it/sessogratis/sesso-con-animali.html >sesso con an |
| #8984 | Spam | Bug | <a href= http://xoomer.alice.it/sessogratis/sesso-gratis.html >sesso gratis free</a> [url=http://xoo | 2006-10-11 | <a href= http://xoomer.alice.it/sessogratis/sesso-gratis.html >sesso gratis free |
| #8985 | Spam | Bug | <a href= http://xoomer.alice.it/sessogratis/sesso.html >sesso troie</a> [url=http://xoomer.alice.it/ | 2006-10-12 | <a href= http://xoomer.alice.it/sessogratis/sesso.html >sesso troie</a> [url=htt |
| #8986 | Spam | Bug | <a href= http://ia331309.us.archive.org/2/items/donna_nude_999/donna-nude.html >ragazza nude</a> [ur | 2006-10-12 | <a href= http://ia331309.us.archive.org/2/items/donna_nude_999/donna-nude.html > |
| #8988 | Spam | Bug | <a href= http://www.archive.org/download/sesso-gratis-amatoriale/sesso-gratis-amatoriale.html >inces | 2006-10-12 | <a href= http://www.archive.org/download/sesso-gratis-amatoriale/sesso-gratis-am |
| #8994 | Spam | Bug | <a href= http://itadult.crearblog.com/2006/10/09/bocchino-gratis-bionda-negro-video-porno-gratis/ >B | 2006-10-12 | <a href= http://itadult.crearblog.com/2006/10/09/bocchino-gratis-bionda-negro-vi |
| #9003 | Spam | Bug | <a href= http://itadult.crearforo.com/ >Bella figa pelossa</a> [url=http://itadult.crearforo.com/] B | 2006-10-12 | <a href= http://itadult.crearforo.com/ >Bella figa pelossa</a> [url=http://itadu |
| #9004 | Spam | Bug | <a href= http://www.bloggen.be/delladonna/ >Festa della donna</a> [url=http://www.bloggen.be/dellado | 2006-10-12 | <a href= http://www.bloggen.be/delladonna/ >Festa della donna</a> [url=http://ww |
| #9005 | Spam | Bug | <a href= http://studentessa.monforum.com/index.php >Foto piede studentessa</a> [url=http://studentes | 2006-10-12 | <a href= http://studentessa.monforum.com/index.php >Foto piede studentessa</a> [ |
| #9008 | Spam | Bug | <a href= http://www.fleetairarmarchive.net/News-events/uploads/racconto-erociti-porno.html >Racconto | 2006-10-12 | <a href= http://www.fleetairarmarchive.net/News-events/uploads/racconto-erociti- |
| #9010 | Spam | Bug | <a href= http://www.megspace.com/home/itadult/amatoriale.html >Amatoriale bocchini chiavate</a> [url | 2006-10-12 | <a href= http://www.megspace.com/home/itadult/amatoriale.html >Amatoriale bocchi |
| #9062 | Closed | Bug | 0.9.1 | 2006-10-16 | Euro does not appear correctly in formula styles |
| #9126 | Duplicate | Bug | 0.9.1 | 2006-10-21 | SetVersion(8)->setInputEncoding('windows-1250') cells with many data,excelcrash |
| #9259 | No Feedback | Bug | 0.9.1 | 2006-11-07 | writeBlank not accepting formatting options |
| #9511 | Closed | Bug | 0.9.1 | 2006-11-30 | Shared /tmp dir assumed |
| #9516 | Closed | Bug | 0.9.1 | 2006-12-01 | Writer produces damaged XLS file |
| #9533 | Wont fix | Bug | 0.9.1 | 2006-12-04 | mbstring.func_overload breaks Spreadsheet_Excel_Writer |
| #9564 | Closed | Bug | 0.9.1 | 2006-12-06 | Worksheet::setColumn() can only be called once per range |
| #9604 | Bogus | Bug | 0.9.1 | 2006-12-12 | Error encountered with valid formula |
| #9605 | Open | Req | 0.9.1 | 2006-12-13 | Enhancement in external link handling |
| #9640 | Closed | Bug | 0.9.1 | 2006-12-16 | Date problem with big spreadsheet |
| #9721 | No Feedback | Bug | 0.9.1 | 2007-01-02 | 42 |
| #9784 | No Feedback | Bug | 0.9.1 | 2007-01-09 | Corrupt header |
| #9814 | Analyzed | Bug | 2007-01-12 | writeFormula problem with HYPERLINK | |
| #9833 | Closed | Bug | 1.4.11 | 2007-01-15 | Chinese data are getting lost |
| #9879 | Open | Req | 0.9.1 | 2007-01-19 | Worksheet::protect() shouldn't require a password. |
| #9916 | No Feedback | Doc | 2007-01-22 | Documentation appears out-of-date | |
| #9987 | No Feedback | Bug | CVS | 2007-01-31 | PB Excel 2007 |
| #10046 | No Feedback | Bug | CVS | 2007-02-07 | Write Method not working for contents with mime type |
| #10352 | Closed | Doc | 2007-03-13 | Worksheet::setPaper doesn't include example code | |
| #10399 | Closed | Bug | 0.9.1 | 2007-03-16 | Fatal error when closing workbook with no worksheets. |
| #10439 | No Feedback | Bug | 0.9.1 | 2007-03-21 | Curropted file on 64bit systems |
| #11133 | No Feedback | Bug | 0.9.1 | 2007-05-24 | Invalid File Format |
| #11573 | Bogus | Bug | 0.9.1 | 2007-07-09 | problem with files exactly 16k, 32k, 48k, 64k, 80k, 96k or 112k crash apache |
| #11806 | Closed | Bug | 0.9.1 | 2007-08-09 | custom /tmp path |
| #11951 | Wont fix | Bug | 0.9.1 | 2007-08-31 | Assigning the return value of new by reference is deprecated |
| #11989 | Duplicate | Bug | 0.9.1 | 2007-09-06 | Illegal Sheet name (APACHE resets the connection) |
| #12053 | Closed | Bug | 0.9.1 | 2007-09-14 | With SetVersion(8) setting bottom border color to 0 gives cross borders (!) |
| #12055 | Closed | Doc | 0.9.1 | 2007-09-14 | function declaration sumary incorrect |
| #12062 | Closed | Bug | 0.9.1 | 2007-09-17 | color handling <8 is very broken |
| #12077 | No Feedback | Bug | 0.9.1 | 2007-09-19 | Error when exporting to excel |
| #12109 | Bogus | Bug | 0.9.1 | 2007-09-25 | Setting fgcolor to 47 actually sets it to 22 |
| #12212 | Verified | Req | 2007-10-09 | Auto Filtering | |
| #12362 | Closed | Bug | 0.9.1 | 2007-10-30 | named worksheets & utf-8 |
| #12496 | Closed | Doc | 2007-11-21 | User note that is a documentation problem | |
| #12629 | Verified | Bug | 0.9.1 | 2007-12-06 | setVersion(8) crashes Excel 2000 w/ worksheets containing off-sheet references |
| #12684 | Verified | Req | 2007-12-13 | addWorksheet() feature request | |
| #12720 | Closed | Bug | 0.9.1 | 2007-12-18 | Notice thrown when using setColumn (undefined colFirst and colLast) |
| #12779 | Open | Bug | 0.9.1 | 2007-12-27 | Restricted max characters (255) for cell data |
| #12848 | Open | Bug | CVS | 2008-01-08 | Excel "File Error: data may have been lost." |
| #12935 | No Feedback | Bug | 0.9.1 | 2008-01-20 | writeFormula dont work well or excel problem? |
| #13057 | Bogus | Bug | 0.9.1 | 2008-02-04 | Internet Explorer does not accept Content-Type when Apache mod_gzip is enabled. |
| #13149 | Open | Bug | 0.9.1 | 2008-02-19 | repeatRows not working |
| #13171 | Assigned | Bug | CVS | 2008-02-21 | Built-in styles missing |
| #13325 | Bogus | Bug | 0.9.1 | 2008-03-06 | insertBitmap |
| #13486 | Closed | Req | 0.9.1 | 2008-03-24 | Set the worksheet direction to right-to-left (RTL) |
| #13492 | Open | Req | 0.9.1 | 2008-03-25 | Port changes from newer versions of Spreadsheet::WriteExcel |
| #13743 | Feedback | Bug | 0.9.1 | 2008-04-22 | _XF gives notice when calling not with object |
| #13752 | Open | Bug | 0.9.1 | 2008-04-23 | mergeCells and setTextWrap and text with new lines issue |
| #13753 | Wont fix | Bug | 0.9.1 | 2008-04-23 | WriteFormula : function doesn't exist |
| #13776 | Bogus | Bug | 0.9.1 | 2008-04-25 | Formulas cannot refer to absolute cells on other sheets |
| #13901 | Closed | Doc | 2008-05-14 | User note that is a documentation problem | |
| #14139 | Open | Bug | 0.9.1 | 2008-06-13 | Thick bottom border problem with writeFormula() |
| #14203 | Feedback | Bug | 0.9.1 | 2008-06-21 | Unicode support broken |
| #14281 | Closed | Bug | 0.9.2 | 2008-07-02 | Using a row > 16,384 reports error |
| #14404 | Open | Req | 0.9.1 | 2008-07-25 | WriteNote() => Note too small in Excelsheet |
| #14414 | No Feedback | Bug | 0.9.1 | 2008-07-28 | Impossible to open file |
| #14473 | Closed | Doc | 2008-08-08 | User note that is a documentation problem | |
| #14484 | Closed | Doc | 2008-08-11 | User note that is a documentation problem | |
| #14515 | Closed | Bug | 0.9.2 | 2008-08-18 | writeUrl only uses writeString, never writeNumber |
| #14548 | Bogus | Bug | 0.9.1 | 2008-08-22 | THIS PACKAGE SHOULD BE CONSIDERED DEPRECATED |
| #14587 | Closed | Bug | CVS | 2008-09-02 | tmpfile() used despite setTempDir() |
| #14648 | Bogus | Bug | 0.9.1 | 2008-09-16 | "Cannot instantiate non-existent class: ole_pps_file" error when uploaded |
| #14690 | Wont fix | Req | 2008-09-22 | writeNote() addition | |
| #14729 | Closed | Bug | 0.9.1 | 2008-10-02 | Group column bug |
| #14738 | Verified | Bug | 0.9.2 | 2008-10-03 | Euro symbol not working in formats |
| #14834 | No Feedback | Bug | 2008-10-20 | Fatal error: Call to a member function getXfIndex() on a non-object | |
| #14932 | Closed | Bug | 0.9.1 | 2008-10-31 | The name of the Workbook stream MUST be "Workbook", not "Book" |
| #15931 | Duplicate | Bug | 2009-02-23 | Rotation | |
| #15932 | Closed | Bug | 2009-02-24 | PHP SegFault | |
| #16025 | Closed | Bug | 0.9.1 | 2009-03-12 | MERGEDCELLS record split by CONTINUE record |
| #16030 | Verified | Bug | 0.9.2 | 2009-03-13 | Absolute ranges fail |
| #16345 | No Feedback | Bug | Unknown | 2009-06-18 | When you open excel file focus is set to the middle of the worksheet |
| #16400 | Closed | Bug | 0.9.1 | 2009-07-02 | Depreciated Function Usage |
| #16454 | Open | Req | 0.9.1 | 2009-07-20 | New Feature Needed |
| #16512 | Bogus | Bug | 0.9.1 | 2009-08-11 | Repeating values in a palette (_setPaletteXl97) |
| #16541 | Verified | Req | 0.9.1 | 2009-08-20 | Need ability to get raw output of Spreadsheet document |
| #16615 | Bogus | Bug | Unknown | 2009-09-16 | call to undifined method setColumn() |
| #16620 | Feedback | Bug | 0.9.1 | 2009-09-16 | With SetVersion(8) RepaetRows does not work |
| #16634 | Open | Bug | 0.9.1 | 2009-09-23 | Cannot reassign a color to a cell |
| #16678 | Closed | Bug | 0.9.1 | 2009-10-05 | In PHP 5.3 get errors on lines 186, 195 |
| #16793 | No Feedback | Bug | 0.9.1 | 2009-11-17 | formula not working in exported excel sheet. |
| #16843 | Verified | Req | 0.9.1 | 2009-11-27 | Conditional Formatting |
| #16851 | Bogus | Req | 0.9.2 | 2009-11-30 | Support for entities |
| #16852 | Closed | Req | 0.9.2 | 2009-11-30 | export more than 255 characters |
| #16869 | Duplicate | Bug | 0.9.2 | 2009-12-03 | Not work on PHP 5.3 versions |
| #16905 | Open | Bug | CVS | 2009-12-15 | when the data what import is large,the excel tips "found unreadable content". |
| #16919 | Duplicate | Bug | 0.9.2 | 2009-12-17 | Large data execution timeout error |
| #16936 | Duplicate | Bug | 0.9.2 | 2009-12-21 | ini_get(open_basedir) falseproblem |
| #16938 | Closed | Bug | CVS | 2009-12-21 | open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize |
| #16998 | Bogus | Req | 0.9.2 | 2010-01-15 | speadsheet more than 65536 |
| #17010 | Feedback | Bug | CVS | 2010-01-18 | Problem opening file with Excel 2007 and Win7 |
| #17015 | Open | Bug | 0.9.2 | 2010-01-20 | Error in NumFormat |
| #17019 | Feedback | Bug | 0.9.2 | 2010-01-21 | Too many open files |
| #17083 | Feedback | Bug | 0.9.2 | 2010-02-09 | Out of bounds exception at _storePanes() method |
| #17250 | Open | Bug | 0.9.2 | 2010-03-20 | setRow with height null makes row fixed-sized |
| #17322 | Feedback | Bug | Unknown | 2010-04-19 | setVersion(8) + repeatRows(x,x) caused invalid sheet |
| #17334 | Feedback | Bug | 0.9.2 | 2010-04-22 | performance problem on 0.9.2 |
| #17459 | Feedback | Bug | 0.9.2 | 2010-06-02 | Explorer displays junk characters instead of downloading file |
| #17500 | Duplicate | Req | 0.9.2 | 2010-06-17 | writeNote biff8 support |
| #17565 | Bogus | Bug | 0.9.2 | 2010-07-06 | Excel 2003 |
| #17572 | Closed | Bug | 0.9.2 | 2010-07-07 | Temporary files are not removed |
| #17574 | Bogus | Bug | 0.9.2 | 2010-07-07 | Couldnot rewrite the cell using write() |
| #17631 | Verified | Doc | 0.9.2 | 2010-07-26 | Empty example code for setBold method |
| #17739 | Feedback | Bug | 0.9.2 | 2010-08-18 | Error opennig a file in Office 2007 |
| #17751 | Wont fix | Req | SVN | 2010-08-19 | Complete rewrite of this package |
| #17766 | Closed | Bug | SVN | 2010-08-20 | Patch: Avoid deprecated split |
| #17855 | Open | Bug | 0.9.2 | 2010-09-09 | image stretched if set column width |
| #17879 | Feedback | Req | 0.9.2 | 2010-09-21 | Excel Date Functions |
| #18024 | Closed | Bug | 0.9.2 | 2010-11-02 | deprecated line 180, 186 with php 5.3.2 |
| #18078 | Feedback | Bug | 0.9.2 | 2010-11-19 | printArea + setVersion(8) + setInputEncoding('utf-8') = error |
| #18080 | Open | Bug | 2010-11-20 | How many times can use setMerge? | |
| #18088 | Bogus | Bug | 0.9.2 | 2010-11-30 | Empty spreadsheet |
| #18089 | Wont fix | Bug | SVN | 2010-11-30 | Big spreadsheet problem |
| #18142 | No Feedback | Bug | 0.9.2 | 2010-12-23 | Incorrect column info |
| #18276 | No Feedback | Bug | 0.9.2 | 2011-02-15 | Write user defined functions in cells |
| #18297 | Spam | Bug | 0.9.2 | 2011-02-22 | enormous memory limits when large files writing |
| #18301 | Bogus | Bug | SVN | 2011-02-23 | Call to undefined method isError() |
| #18500 | No Feedback | Bug | Unknown | 2011-05-03 | writeURL for non-latin sheets works bad |
| #18590 | Closed | Bug | 0.9.2 | 2011-06-06 | Impossible to work from IIS7 |
| #18621 | Duplicate | Bug | 0.9.2 | 2011-06-21 | Deprecated function |
| #18672 | Feedback | Bug | Unknown | 2011-07-18 | Can not display euro symbol € |
| #18859 | No Feedback | Bug | 0.9.2 | 2011-09-22 | Function _processBitmap($bitmap) doesn't close image file |
| #18866 | Closed | Req | Unknown | 2011-09-23 | The runtime increases with the square of the number |
| #18897 | Feedback | Bug | 0.9.2 | 2011-10-10 | Excel format rotation angle |
| #18901 | Duplicate | Bug | Unknown | 2011-10-13 | Too Many Merged Cells causes failure |
| #18919 | Feedback | Bug | 0.9.2 | 2011-10-20 | by reference is deprecated |
| #19099 | Bogus | Bug | Unknown | 2011-12-05 | Excel Spreadsheet tool error |
| #19273 | Closed | Bug | 0.9.3 | 2012-02-02 | Call-time pass-by-reference has been deprecated |
| #19277 | Feedback | Bug | 0.9.3 | 2012-02-06 | Writing Formula, PHP Fatal error: Writer/Parser.php on line 1440 |
| #19278 | No Feedback | Bug | 0.9.3 | 2012-02-06 | File was corrupted |
| #19294 | Feedback | Bug | 0.9.3 | 2012-02-16 | Error moving from 0.9.2 to 0.9.3 |
| #19321 | Feedback | Bug | 0.9.3 | 2012-03-08 | Corrupt spreadsheet |
| #19323 | Duplicate | Bug | 0.9.3 | 2012-03-09 | Deprecated in Excel/Writer/Worksheet.php |
| #19359 | Closed | Bug | 0.9.3 | 2012-03-29 | Call-time pass-by-reference is disabled in PHP 5.4.0 |
| #19362 | Duplicate | Bug | 0.9.3 | 2012-03-30 | PHP can't parse Worksheet.php |
| #19442 | Open | Req | Unknown | 2012-05-30 | Mergedcells doesn't work when the record size exceed the limit |
| #19444 | Open | Bug | 0.9.3 | 2012-05-30 | format (border) for multicolumn cells |
| #19512 | Bogus | Bug | 0.9.3 | 2012-07-18 | Getting lots of errors. |
| #19548 | Closed | Doc | 0.9.3 | 2012-08-06 | Worksheet::setInputEncoding() requires BIFF8 |
| #19575 | Feedback | Bug | 0.9.3 | 2012-08-22 | invalid use of function "explode()" |
| #19579 | Closed | Bug | 0.9.3 | 2012-08-23 | Getting Fatal error with PHP 5.4.5 |
| #19618 | Spam | Bug | Unknown | 2012-09-26 | ???ng quang phúc |
| #19740 | Feedback | Bug | 0.9.3 | 2012-12-10 | Error given when trying to write strings starting with = |
| #19773 | Feedback | Bug | 0.9.3 | 2013-01-04 | Fatal Error |
| #19885 | Closed | Bug | 0.9.3 | 2013-04-06 | Fatal Error Worksheet.php |
| #19904 | Feedback | Bug | 0.9.3 | 2013-04-16 | UTF-16 surrogate pairs trigger "Excel found unreadable content" error |
| #19971 | Duplicate | Bug | 2013-06-06 | Excel Writer - pointer to variable has been unassigned | |
| #19972 | Duplicate | Bug | 2013-06-06 | Opening Excel document with Excel MS Office 2013 states file is corrupt | |
| #20162 | Closed | Bug | 0.9.3 | 2013-12-31 | Call-time pass-by-reference |
| #20207 | Feedback | Bug | 0.9.3 | 2014-02-26 | Excel reports that the spreadsheet is damaged |
| #20243 | Closed | Bug | 2014-04-14 | Problem with deprecaded PHP references | |
| #20254 | Open | Req | 2014-04-25 | Need a Method definition for write_date_time in PHP | |
| #20267 | Bogus | Bug | 1.59 | 2014-05-07 | Excel 2010 Export |
| #20279 | Feedback | Bug | 0.9.3 | 2014-05-24 | Files don't include |
| #20359 | Feedback | Bug | 0.9.3 | 2014-08-06 | corrupt xls |
| #20413 | Closed | Req | 0.9.3 | 2014-09-18 | support in PHP 5.4 |
| #20937 | Closed | Bug | 0.9.3 | 2015-08-18 | Installation via Composer gets wrong file |
| #20955 | Closed | Bug | 0.9.3 | 2015-09-30 | Fatal error: Call-time pass-by-reference has been removed in |
| #21062 | Feedback | Doc | 0.9.3 | 2016-05-10 | PHP Fatal error: Class 'PEAR' not found in /.../Format.php on line 44 |
| #21142 | Closed | Bug | 0.9.3 | 2016-10-31 | Spreadsheet_Excel_Writer will not run |
| #21183 | Feedback | Bug | 0.9.3 | 2017-02-17 | exporting Excel report not working in PHP using Spreadsheet_Excel_Writer |
| #21195 | Closed | Bug | 0.9.3 | 2017-03-14 | Fatal error: Call-time pass-by-reference has been removed in /home/ican/php/Spr |
| #21213 | Feedback | Bug | SVN | 2017-05-23 | XLS broken version8, utf-8 encoding, addFormat |
| #21214 | Duplicate | Bug | SVN | 2017-05-23 | XLS broken version8, utf-8 encoding, addFormat |
| #21249 | Bogus | Bug | 0.9.4 | 2017-10-18 | Document starts with utf-8 BOM bytes |
| #23752 | Bogus | Req | 0.9.4 | 2018-05-23 | Please provide support for XLSX |
| #23759 | Closed | Bug | 0.9.4 | 2018-07-26 | Data is truncated to 256 charters |