PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

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

Manual

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#21ClosedBug2003-09-18Formula BUG
#59ClosedBug2003-10-03Undefined value $retval notice
#225ClosedBug2003-11-11bug in http parsing
#266No FeedbackBug2003-11-17setmerge
#399ClosedBug2003-12-10var $_selection is declared twice in Spreadsheet\Excel\Writer\Worksheet.php
#415ClosedBug2003-12-12array_push called with onyl one parameter
#417ClosedBug2003-12-12"Sintactic" in error message should be "Syntax"
#482No FeedbackBug2003-12-22open_basedir problems
#578ClosedBug2004-01-14setVPageBreaks doesn't handle multiple value arrays
#581DuplicateBug2004-01-14repeatColumns function does not repeat columns
#608ClosedBug2004-01-22Column guts always hidden, i.e. always displayed with zero height
#614BogusBug2004-01-23!
#623ClosedBug2004-01-25setBgColor sets color to black no matter what
#688ClosedBug2004-02-05ouput error
#781ClosedBug2004-02-17Spreadsheet_Excel_Writer_Worksheet::insertBitmap ignores row height
#944BogusBug2004-03-04repeatRow() doesn't work with IE(!) as a client
#1134BogusBug2004-04-05bug in Worksheet
#1149No FeedbackBug2004-04-06addWorksheet() causes segmentation fault
#1166ClosedBug2004-04-08Segmentation fault
#1218ClosedBug2004-04-16pb with function _storeSharedStringsTable()
#1239BogusBug2004-04-19function mergeCells does not support merged text
#1256DuplicateBug2004-04-21Excel unable to open multi-sheet files with large strings
#1286ClosedBug2004-04-26setHPageBreaks( array) Only adds the first entered break
#1344ClosedBug2004-05-05Excell error writing big xls docs (biff8)
#1422BogusBug2004-05-17#781 still not fixed
#1464ClosedBug2004-05-21Documentation setTempDir belongs to workbook
#1521ClosedBug2004-05-28insertBitmap makes the XLS file invalid
#1572DuplicateReq2004-06-07Charset support
#1706ClosedBug2004-06-23Formulas refer to other Worksheets with "spezial" names don't work
#1730ClosedBug2004-06-28Wrong operand class used for A1:A2
#1754BogusBug2004-06-30The freezePanes() function does not work properly
#1774BogusBug2004-07-02bug with the '<' char
#1780BogusBug2004-07-02Cell text truncated with strlen > 255
#1791BogusBug2004-07-05Garbled output when space is inserted before opening <?php tag
#1796ClosedBug2004-07-05Wrong regular expression in _writeUrlInternal
#1805ClosedBug2004-07-06Cyrillic symbols problem in Excel '97
#1878BogusBug2004-07-14Doesn't work under PHP5.0.0
#1921ClosedBug2004-07-20sheetname may not exceed 31 chars
#2010ClosedBug2004-07-28SetVersion (8) BIFF8 crashes Excel X
#2146FeedbackBug2004-08-17setversion(8) used with printArea crashes Excel
#2159ClosedBug2004-08-18UTF-8 Characters cause format corruption
#2243BogusReq2004-08-28ob_clean
#2261ClosedBug2004-08-31Excel 2002 crashes when use write() with @ as first value of the text
#2346No FeedbackBug2004-09-15SetColumn - Format not set
#2363ClosedBug2004-09-20Wrong export filename with spaces
#2405ClosedBug2004-09-27Text concat operator & truncate formula
#2425ClosedBug2004-09-30Error using writeFormula with Now() and TODAY()
#2426BogusBug2004-10-01Worksheet::SetMerge
#2480ClosedReq2004-10-08Align Seperation - V + H
#2539DuplicateBug2004-10-15Method call to getXfIndex() fails
#2582ClosedBug2004-10-21Coding Standard Fixes, patches included
#2623BogusBug2004-10-26bug in SAFE_MODE
#2722BogusBug2004-11-09Problems with PHP5 pack() function
#2748ClosedBug2004-11-13setMargins(), setHeader() and setFooter() work in excel but not in openoffice.
#2760No FeedbackBug2004-11-15page break problems
#2797ClosedReq2004-11-19Groups
#2823ClosedBug2004-11-24Inpropper results from writeUrl() method
#2862VerifiedBug2004-12-01insertBitmap scales image incorrect in Excel 2000
#2863No FeedbackBug2004-12-01hideGridLines does not work in Excel 2000
#2876ClosedBug2004-12-02German Umlauts destroy sheet references
#2878ClosedBug2004-12-03bad formulas can cause infinate loops and crash.
#2923BogusBug2004-12-08Problem inserting a newline into a cell
#2942ClosedBug2004-12-10Problems with files with over 200 row / or 30kb of filesize
#3000BogusBug2004-12-21excel writer doesn't work under php 4.3.10
#3148VerifiedBug2005-01-10write() works incorrectly for some locales
#3171No FeedbackBug2005-01-11Formula Parsing failing on valid formula
#3203No FeedbackBug0.9.22005-01-14Formulas not opening properly in Excel
#3384ClosedBug2005-02-05adding worksheet name in addWorksheet() causes failure on many-sheet doc
#3390ClosedReq2005-02-06Output Buffer
#3399BogusBug2005-02-08Documentation Bug - Dependencies missing
#3482ClosedBug2005-02-15setVersion(8) views fine in Excel 2004 but not Mailmerge
#3514No FeedbackBug2005-02-18Excel Cell Formatting to Text
#3669BogusBug2005-03-02Empty Worksheet
#3743No FeedbackBug2005-03-08Incorrect call to split() function.
#3832ClosedBug2005-03-15dates are exported as text, not as dates
#3986ClosedReq2005-03-28Update to match Spreadsheet-WriteExcel
#4018No FeedbackBug2005-03-31OpenOffice, Excel Cyrillic Bug
#4117ClosedBug2005-04-11Hight of multiline cells is incorrect
#4147No FeedbackBug2005-04-14Invalid format file
#4174ClosedBug0.42005-04-17MS Outlook 2003 corrupts excel files generated by version .4 or later
#4247ClosedBug2005-04-29crash with big excel files
#4329BogusBug2005-05-11setBgColor not working with setNumFormat?
#4395ClosedReq2005-05-20Capitalization of formulas is required
#4482ClosedBug2005-05-31Can't use Windows-1251 encoding
#4553DuplicateReq2005-06-08choices for output xls files
#4560ClosedBug2005-06-09Spreadsheet_Excel_Writer mergeCells setBorder issue
#4665VerifiedReq2005-06-23Support for extended classes
#4674No FeedbackReq2005-06-24open local file
#5141No FeedbackBug2005-08-18get a 0Ko file on adding a worksheet
#5169BogusBug2005-08-21install error
#5313ClosedBug2005-09-06Performance of many calls to strlen() function in Parser.php
#5347AnalyzedBug2005-09-09using writeNote() causes excel crash
#5379DuplicateBug2005-09-13WriteFormula bug
#5403ClosedDoc2005-09-14function argument descriptions inadequate
#5560VerifiedReq2005-09-29Add Autofilter Functionality
#5599ClosedBug2005-10-04probably incorrect codepage
#5698ClosedBug2005-10-15preg_replace in _writeUrlInternal
#5775DuplicateBug2005-10-25Send Excel by Outlook destroy file - it cannot open
#5887No FeedbackBug2005-11-07Usage of setVersion Function results in Error
#6045BogusBug2005-11-23Not work break \n or chr('0x0A') character
#6067DuplicateBug2005-11-25Warnings are thrown if using a cell format
#6073ClosedReq2005-11-25Cutted texts
#6099BogusBug2005-11-28Worksheets are set up as references
#6108No FeedbackBug2005-11-29error on writeString
#6118BogusBug2005-11-30Excel Crashes when cells Merged
#6142BogusBug2005-12-04setBold default value don't work
#6179BogusBug2005-12-07Cannot create excel file larger than 2MB
#6201ClosedBug2005-12-08Can not set BgColor if pattern = 1, will set bgcolor to black always
#6207BogusBug2005-12-09preg_replace error
#6208No FeedbackBug2005-12-09InsertBitmap error
#6309No FeedbackBug0.92005-12-20Output with mergeCells crashes Mac Excel
#6318No FeedbackBug2005-12-21Error found in valid excel formula
#6509ClosedBug2006-01-17Object of class Spreadsheet_Excel_Writer_Format could not be converted to int
#6584ClosedBug2006-01-25File cannot be accessed. File may be read-only.
#6606BogusBug2006-01-27Special Chars for example ¤ (euro)are not encoded correctly
#6640ClosedBug0.9.02006-01-31Illegal character for XML encoding of pear package
#6725No FeedbackBug0.9.02006-02-08quoted offsheet references cause stack overflow
#6811BogusBug0.9.02006-02-17invalid bitmap
#6909ClosedBug0.9.02006-02-23Images not shown with OpenOffice 2.0
#6947ClosedBug0.9.02006-02-27Sheet name overflows buffer
#7315FeedbackBug2006-04-05Freeze Panes - error with only 2 values
#7504VerifiedBug0.9.02006-04-27Formulas problems
#7540DuplicateBug0.9.02006-05-01Object to int comparison gives Notice in php5
#7567DuplicateBug0.9.02006-05-05invalid use of integer compare in version 5.1.2 -- two errors listed below
#7672VerifiedReq2006-05-19Page Order
#7727ClosedBug2006-05-25setTempDir only sets the temp directory for some of the files
#7840ClosedBug0.9.02006-06-08Notices on default formats
#8072Wont fixBug0.9.02006-06-29Using a lot of Memory
#8120DuplicateBug0.9.02006-07-05limitation on rows count ?
#8175ClosedBug2006-07-10Error in reference with the Excel ColorIndex colors
#8191FeedbackReq0.9.02006-07-12use kanji sheet name and can't get correct result
#8293ClosedBug2006-07-26Parameter type does not match rest of function description
#8303VerifiedReq0.9.02006-07-27Support for auto sizing of columns
#8323BogusBug0.9.02006-07-30setNumFormat Ignored
#8352No FeedbackBug0.9.02006-08-03printArea and repeatColumns Trouble
#8354BogusReq0.9.02006-08-03Errors
#8408No FeedbackReq0.9.02006-08-10Problem with foreach loop
#8515BogusBug0.9.02006-08-19Worksheet::setPaper - Page defaults to US letter using $size=9
#8585No FeedbackBug0.9.02006-08-30installation error
#8601ClosedBug0.9.22006-08-31setNumFormat() for numbers stored as text doesn't work for numbers.
#8701ClosedBug2006-09-14Problems with the method setTextRotation()
#8733OpenBug0.9.02006-09-19*** ERROR IN SST ***
#8745BogusBug0.9.02006-09-20Zero sized output excel file
#8858SpamBug<a href= http://www.freepages.at/italy/amatoriale.html >amatoriale porno</a> [url=http://www.freepag2006-10-05<a href= http://www.freepages.at/italy/amatoriale.html >amatoriale porno</a> [ur
#8862SpamBug<a href= http://www.freepages.at/italy/chiavate.html >chiavate</a> [url=http://www.freepages.at/ital2006-10-05<a href= http://www.freepages.at/italy/chiavate.html >chiavate</a> [url=http://w
#8863SpamBug<a href= http://www.freepages.at/italy/donne mature.html >donna matura</a> [url=http://www.freepages2006-10-05<a href= http://www.freepages.at/italy/donne mature.html >donna matura</a> [url=
#8891SpamBug<a href= http://www.selectablog.com/itadult/ >italian porno</a> [url=http://www.selectablog.com/itad2006-10-07<a href= http://www.selectablog.com/itadult/ >italian porno</a> [url=http://www.
#8892SpamBug<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
#8893SpamBug<a href= http://www.selectablog.com/minfin/ >finance</a> [url=http://www.selectablog.com/minfin/] fi2006-10-07<a href= http://www.selectablog.com/minfin/ >finance</a> [url=http://www.selecta
#8895SpamBug<a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=video-sborrate-in-culo.html >sborrate in cu2006-10-07<a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=video-sborrate-in-culo.
#8896SpamBug<a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=sesso-gratis-01.html >sesso gratis</a> [url2006-10-07<a href= http://cdm.berkeley.edu/lib/exe/fetch.php?media=sesso-gratis-01.html >s
#8897SpamBug<a href= http://www.freepages.at/donnamature/festa-della-donna-sesso-nude-mature-belle.html >festa d2006-10-07<a href= http://www.freepages.at/donnamature/festa-della-donna-sesso-nude-mature
#8898SpamBug<a href= http://sessodonnamatur.forospace.com >sesso regazza</a> [url=http://sessodonnamatur.forospa2006-10-07<a href= http://sessodonnamatur.forospace.com >sesso regazza</a> [url=http://ses
#8901SpamBug<a href= http://www.selectablog.com/belladonna/2975/BELLA+DONNA+VIDEO+SESSO+MATURA+PORNO+100%25+MATU2006-10-07<a href= http://www.selectablog.com/belladonna/2975/BELLA+DONNA+VIDEO+SESSO+MATU
#8902SpamBug<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
#8920SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phentermine online purchas2006-10-09<a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phente
#8921SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html >Phentermine cheap no2006-10-09<a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html >
#8922SpamBug<a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phentermine diet pill</a2006-10-09<a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phen
#8923SpamBug<a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight phentermine</a> [url=h2006-10-09<a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight ph
#8924SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phentermine free shipping</a2006-10-09<a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phenterm
#8927SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phentermine online purchas2006-10-10<a href= http://www.freepages.at/usmeds/Phentermine-online-purchase.html >Phente
#8928SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html >Phentermine cheap no2006-10-10<a href= http://www.freepages.at/usmeds/Phentermine-cheap-no-prescription.html >
#8930SpamBug<a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phentermine diet pill</a2006-10-10<a href= http://www.freepages.at/usmeds/Buy-phentermine-diet-pill.html >Buy phen
#8931BogusBug0.9.12006-10-10Can not create more than one sheet in a file
#8932SpamBug<a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight phentermine</a> [url=h2006-10-10<a href= http://www.freepages.at/usmeds/Overnight-phentermine.html >Overnight ph
#8938SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phentermine free shipping</a2006-10-10<a href= http://www.freepages.at/usmeds/Phentermine-free-shipping.html >Phenterm
#8943SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-sales.html >Phentermine sales</a> [url=http://ww2006-10-10<a href= http://www.freepages.at/usmeds/Phentermine-sales.html >Phentermine sale
#8945SpamBug<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
#8950SpamBug<a href= http://www.freepages.at/usmeds/Buy-cheap-online-phentermine.html >Buy cheap online phenterm2006-10-10<a href= http://www.freepages.at/usmeds/Buy-cheap-online-phentermine.html >Buy c
#8956SpamBug<a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine-online.html >Buy cheap phentermine onl2006-10-10<a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine-online.html >Buy c
#8957SpamBug<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
#8958SpamBug<a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine.html >Buy cheap phentermine</a> [url=h2006-10-10<a href= http://www.freepages.at/usmeds/Buy-cheap-phentermine.html >Buy cheap ph
#8959SpamBug<a href= http://www.freepages.at/usmeds/Phentermine-cod.html >Phentermine cod</a> [url=http://www.fr2006-10-10<a href= http://www.freepages.at/usmeds/Phentermine-cod.html >Phentermine cod</a
#8960SpamBug<a href= http://www.freepages.at/usmeds/Cheapest-phentermine.html >Cheapest phentermine</a> [url=htt2006-10-10<a href= http://www.freepages.at/usmeds/Cheapest-phentermine.html >Cheapest phen
#8967VerifiedBug0.9.12006-10-11Excel XP crashes when generated worksheet have many cell merges
#8970SpamBug<a href= http://www.blogigo.com/ragazze/Foto-ragazze/1/ >Foto ragazze</a> [url=http://www.blogigo.co2006-10-11<a href= http://www.blogigo.com/ragazze/Foto-ragazze/1/ >Foto ragazze</a> [url=h
#8971SpamBug<a href= http://www.igotfree.com/italy/italysex.html >italy sesso</a> [url=http://www.igotfree.com/i2006-10-11<a href= http://www.igotfree.com/italy/italysex.html >italy sesso</a> [url=http:
#8972SpamBug<a href= http://www.blogigo.de/Tramadolx >buy Tramadol</a> [url=http://www.blogigo.de/Tramadolx] buy2006-10-11<a href= http://www.blogigo.de/Tramadolx >buy Tramadol</a> [url=http://www.blogi
#8973SpamBug<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
#8979SpamBug<a href= http://xoomer.alice.it/sessogratis/contacts.html >sesso</a> [url=http://xoomer.alice.it/ses2006-10-11<a href= http://xoomer.alice.it/sessogratis/contacts.html >sesso</a> [url=http:/
#8980SpamBug<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
#8982SpamBug<a href= http://xoomer.alice.it/sessogratis/sesso-anale.html >sesso anale</a> [url=http://xoomer.ali2006-10-11<a href= http://xoomer.alice.it/sessogratis/sesso-anale.html >sesso anale</a> [u
#8983SpamBug<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
#8984SpamBug<a href= http://xoomer.alice.it/sessogratis/sesso-gratis.html >sesso gratis free</a> [url=http://xoo2006-10-11<a href= http://xoomer.alice.it/sessogratis/sesso-gratis.html >sesso gratis free
#8985SpamBug<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
#8986SpamBug<a href= http://ia331309.us.archive.org/2/items/donna_nude_999/donna-nude.html >ragazza nude</a> [ur2006-10-12<a href= http://ia331309.us.archive.org/2/items/donna_nude_999/donna-nude.html >
#8988SpamBug<a href= http://www.archive.org/download/sesso-gratis-amatoriale/sesso-gratis-amatoriale.html >inces2006-10-12<a href= http://www.archive.org/download/sesso-gratis-amatoriale/sesso-gratis-am
#8994SpamBug<a href= http://itadult.crearblog.com/2006/10/09/bocchino-gratis-bionda-negro-video-porno-gratis/ >B2006-10-12<a href= http://itadult.crearblog.com/2006/10/09/bocchino-gratis-bionda-negro-vi
#9003SpamBug<a href= http://itadult.crearforo.com/ >Bella figa pelossa</a> [url=http://itadult.crearforo.com/] B2006-10-12<a href= http://itadult.crearforo.com/ >Bella figa pelossa</a> [url=http://itadu
#9004SpamBug<a href= http://www.bloggen.be/delladonna/ >Festa della donna</a> [url=http://www.bloggen.be/dellado2006-10-12<a href= http://www.bloggen.be/delladonna/ >Festa della donna</a> [url=http://ww
#9005SpamBug<a href= http://studentessa.monforum.com/index.php >Foto piede studentessa</a> [url=http://studentes2006-10-12<a href= http://studentessa.monforum.com/index.php >Foto piede studentessa</a> [
#9008SpamBug<a href= http://www.fleetairarmarchive.net/News-events/uploads/racconto-erociti-porno.html >Racconto2006-10-12<a href= http://www.fleetairarmarchive.net/News-events/uploads/racconto-erociti-
#9010SpamBug<a href= http://www.megspace.com/home/itadult/amatoriale.html >Amatoriale bocchini chiavate</a> [url2006-10-12<a href= http://www.megspace.com/home/itadult/amatoriale.html >Amatoriale bocchi
#9062ClosedBug0.9.12006-10-16Euro does not appear correctly in formula styles
#9126DuplicateBug0.9.12006-10-21SetVersion(8)->setInputEncoding('windows-1250') cells with many data,excelcrash
#9259No FeedbackBug0.9.12006-11-07writeBlank not accepting formatting options
#9511ClosedBug0.9.12006-11-30Shared /tmp dir assumed
#9516ClosedBug0.9.12006-12-01Writer produces damaged XLS file
#9533Wont fixBug0.9.12006-12-04mbstring.func_overload breaks Spreadsheet_Excel_Writer
#9564ClosedBug0.9.12006-12-06Worksheet::setColumn() can only be called once per range
#9604BogusBug0.9.12006-12-12Error encountered with valid formula
#9605OpenReq0.9.12006-12-13Enhancement in external link handling
#9640ClosedBug0.9.12006-12-16Date problem with big spreadsheet
#9721No FeedbackBug0.9.12007-01-0242
#9784No FeedbackBug0.9.12007-01-09Corrupt header
#9814AnalyzedBug2007-01-12writeFormula problem with HYPERLINK
#9833ClosedBug1.4.112007-01-15Chinese data are getting lost
#9879OpenReq0.9.12007-01-19Worksheet::protect() shouldn't require a password.
#9916No FeedbackDoc2007-01-22Documentation appears out-of-date
#9987No FeedbackBugCVS2007-01-31PB Excel 2007
#10046No FeedbackBugCVS2007-02-07Write Method not working for contents with mime type
#10352ClosedDoc2007-03-13Worksheet::setPaper doesn't include example code
#10399ClosedBug0.9.12007-03-16Fatal error when closing workbook with no worksheets.
#10439No FeedbackBug0.9.12007-03-21Curropted file on 64bit systems
#11133No FeedbackBug0.9.12007-05-24Invalid File Format
#11573BogusBug0.9.12007-07-09problem with files exactly 16k, 32k, 48k, 64k, 80k, 96k or 112k crash apache
#11806ClosedBug0.9.12007-08-09custom /tmp path
#11951Wont fixBug0.9.12007-08-31Assigning the return value of new by reference is deprecated
#11989DuplicateBug0.9.12007-09-06Illegal Sheet name (APACHE resets the connection)
#12053ClosedBug0.9.12007-09-14With SetVersion(8) setting bottom border color to 0 gives cross borders (!)
#12055ClosedDoc0.9.12007-09-14function declaration sumary incorrect
#12062ClosedBug0.9.12007-09-17color handling <8 is very broken
#12077No FeedbackBug0.9.12007-09-19Error when exporting to excel
#12109BogusBug0.9.12007-09-25Setting fgcolor to 47 actually sets it to 22
#12212VerifiedReq2007-10-09Auto Filtering
#12362ClosedBug0.9.12007-10-30named worksheets & utf-8
#12496ClosedDoc2007-11-21User note that is a documentation problem
#12629VerifiedBug0.9.12007-12-06setVersion(8) crashes Excel 2000 w/ worksheets containing off-sheet references
#12684VerifiedReq2007-12-13addWorksheet() feature request
#12720ClosedBug0.9.12007-12-18Notice thrown when using setColumn (undefined colFirst and colLast)
#12779OpenBug0.9.12007-12-27Restricted max characters (255) for cell data
#12848OpenBugCVS2008-01-08Excel "File Error: data may have been lost."
#12935No FeedbackBug0.9.12008-01-20writeFormula dont work well or excel problem?
#13057BogusBug0.9.12008-02-04Internet Explorer does not accept Content-Type when Apache mod_gzip is enabled.
#13149OpenBug0.9.12008-02-19repeatRows not working
#13171AssignedBugCVS2008-02-21Built-in styles missing
#13325BogusBug0.9.12008-03-06insertBitmap
#13486ClosedReq0.9.12008-03-24Set the worksheet direction to right-to-left (RTL)
#13492OpenReq0.9.12008-03-25Port changes from newer versions of Spreadsheet::WriteExcel
#13743FeedbackBug0.9.12008-04-22_XF gives notice when calling not with object
#13752OpenBug0.9.12008-04-23mergeCells and setTextWrap and text with new lines issue
#13753Wont fixBug0.9.12008-04-23WriteFormula : function doesn't exist
#13776BogusBug0.9.12008-04-25Formulas cannot refer to absolute cells on other sheets
#13901ClosedDoc2008-05-14User note that is a documentation problem
#14139OpenBug0.9.12008-06-13Thick bottom border problem with writeFormula()
#14203FeedbackBug0.9.12008-06-21Unicode support broken
#14281ClosedBug0.9.22008-07-02Using a row > 16,384 reports error
#14404OpenReq0.9.12008-07-25WriteNote() => Note too small in Excelsheet
#14414No FeedbackBug0.9.12008-07-28Impossible to open file
#14473ClosedDoc2008-08-08User note that is a documentation problem
#14484ClosedDoc2008-08-11User note that is a documentation problem
#14515ClosedBug0.9.22008-08-18writeUrl only uses writeString, never writeNumber
#14548BogusBug0.9.12008-08-22THIS PACKAGE SHOULD BE CONSIDERED DEPRECATED
#14587ClosedBugCVS2008-09-02tmpfile() used despite setTempDir()
#14648BogusBug0.9.12008-09-16"Cannot instantiate non-existent class: ole_pps_file" error when uploaded
#14690Wont fixReq2008-09-22writeNote() addition
#14729ClosedBug0.9.12008-10-02Group column bug
#14738VerifiedBug0.9.22008-10-03Euro symbol not working in formats
#14834No FeedbackBug2008-10-20Fatal error: Call to a member function getXfIndex() on a non-object
#14932ClosedBug0.9.12008-10-31The name of the Workbook stream MUST be "Workbook", not "Book"
#15931DuplicateBug2009-02-23Rotation
#15932ClosedBug2009-02-24PHP SegFault
#16025ClosedBug0.9.12009-03-12MERGEDCELLS record split by CONTINUE record
#16030VerifiedBug0.9.22009-03-13Absolute ranges fail
#16345No FeedbackBugUnknown2009-06-18When you open excel file focus is set to the middle of the worksheet
#16400ClosedBug0.9.12009-07-02Depreciated Function Usage
#16454OpenReq0.9.12009-07-20New Feature Needed
#16512BogusBug0.9.12009-08-11Repeating values in a palette (_setPaletteXl97)
#16541VerifiedReq0.9.12009-08-20Need ability to get raw output of Spreadsheet document
#16615BogusBugUnknown2009-09-16call to undifined method setColumn()
#16620FeedbackBug0.9.12009-09-16With SetVersion(8) RepaetRows does not work
#16634OpenBug0.9.12009-09-23Cannot reassign a color to a cell
#16678ClosedBug0.9.12009-10-05In PHP 5.3 get errors on lines 186, 195
#16793No FeedbackBug0.9.12009-11-17formula not working in exported excel sheet.
#16843VerifiedReq0.9.12009-11-27Conditional Formatting
#16851BogusReq0.9.22009-11-30Support for entities
#16852ClosedReq0.9.22009-11-30export more than 255 characters
#16869DuplicateBug0.9.22009-12-03Not work on PHP 5.3 versions
#16905OpenBugCVS2009-12-15when the data what import is large,the excel tips "found unreadable content".
#16919DuplicateBug0.9.22009-12-17Large data execution timeout error
#16936DuplicateBug0.9.22009-12-21ini_get(open_basedir) falseproblem
#16938ClosedBugCVS2009-12-21open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize
#16998BogusReq0.9.22010-01-15speadsheet more than 65536
#17010FeedbackBugCVS2010-01-18Problem opening file with Excel 2007 and Win7
#17015OpenBug0.9.22010-01-20Error in NumFormat
#17019FeedbackBug0.9.22010-01-21Too many open files
#17083FeedbackBug0.9.22010-02-09Out of bounds exception at _storePanes() method
#17250OpenBug0.9.22010-03-20setRow with height null makes row fixed-sized
#17322FeedbackBugUnknown2010-04-19setVersion(8) + repeatRows(x,x) caused invalid sheet
#17334FeedbackBug0.9.22010-04-22performance problem on 0.9.2
#17459FeedbackBug0.9.22010-06-02Explorer displays junk characters instead of downloading file
#17500DuplicateReq0.9.22010-06-17writeNote biff8 support
#17565BogusBug0.9.22010-07-06Excel 2003
#17572ClosedBug0.9.22010-07-07Temporary files are not removed
#17574BogusBug0.9.22010-07-07Couldnot rewrite the cell using write()
#17631VerifiedDoc0.9.22010-07-26Empty example code for setBold method
#17739FeedbackBug0.9.22010-08-18Error opennig a file in Office 2007
#17751Wont fixReqSVN2010-08-19Complete rewrite of this package
#17766ClosedBugSVN2010-08-20Patch: Avoid deprecated split
#17855OpenBug0.9.22010-09-09image stretched if set column width
#17879FeedbackReq0.9.22010-09-21Excel Date Functions
#18024ClosedBug0.9.22010-11-02deprecated line 180, 186 with php 5.3.2
#18078FeedbackBug0.9.22010-11-19printArea + setVersion(8) + setInputEncoding('utf-8') = error
#18080OpenBug2010-11-20How many times can use setMerge?
#18088BogusBug0.9.22010-11-30Empty spreadsheet
#18089Wont fixBugSVN2010-11-30Big spreadsheet problem
#18142No FeedbackBug0.9.22010-12-23Incorrect column info
#18276No FeedbackBug0.9.22011-02-15Write user defined functions in cells
#18297SpamBug0.9.22011-02-22enormous memory limits when large files writing
#18301BogusBugSVN2011-02-23Call to undefined method isError()
#18500No FeedbackBugUnknown2011-05-03writeURL for non-latin sheets works bad
#18590ClosedBug0.9.22011-06-06Impossible to work from IIS7
#18621DuplicateBug0.9.22011-06-21Deprecated function
#18672FeedbackBugUnknown2011-07-18Can not display euro symbol €
#18859No FeedbackBug0.9.22011-09-22Function _processBitmap($bitmap) doesn't close image file
#18866ClosedReqUnknown2011-09-23The runtime increases with the square of the number
#18897FeedbackBug0.9.22011-10-10Excel format rotation angle
#18901DuplicateBugUnknown2011-10-13Too Many Merged Cells causes failure
#18919FeedbackBug0.9.22011-10-20by reference is deprecated
#19099BogusBugUnknown2011-12-05Excel Spreadsheet tool error
#19273ClosedBug0.9.32012-02-02Call-time pass-by-reference has been deprecated
#19277FeedbackBug0.9.32012-02-06Writing Formula, PHP Fatal error: Writer/Parser.php on line 1440
#19278No FeedbackBug0.9.32012-02-06File was corrupted
#19294FeedbackBug0.9.32012-02-16Error moving from 0.9.2 to 0.9.3
#19321FeedbackBug0.9.32012-03-08Corrupt spreadsheet
#19323DuplicateBug0.9.32012-03-09Deprecated in Excel/Writer/Worksheet.php
#19359ClosedBug0.9.32012-03-29Call-time pass-by-reference is disabled in PHP 5.4.0
#19362DuplicateBug0.9.32012-03-30PHP can't parse Worksheet.php
#19442OpenReqUnknown2012-05-30Mergedcells doesn't work when the record size exceed the limit
#19444OpenBug0.9.32012-05-30format (border) for multicolumn cells
#19512BogusBug0.9.32012-07-18Getting lots of errors.
#19548ClosedDoc0.9.32012-08-06Worksheet::setInputEncoding() requires BIFF8
#19575FeedbackBug0.9.32012-08-22invalid use of function "explode()"
#19579ClosedBug0.9.32012-08-23Getting Fatal error with PHP 5.4.5
#19618SpamBugUnknown2012-09-26???ng quang phúc
#19740FeedbackBug0.9.32012-12-10Error given when trying to write strings starting with =
#19773FeedbackBug0.9.32013-01-04Fatal Error
#19885ClosedBug0.9.32013-04-06Fatal Error Worksheet.php
#19904FeedbackBug0.9.32013-04-16UTF-16 surrogate pairs trigger "Excel found unreadable content" error
#19971DuplicateBug2013-06-06Excel Writer - pointer to variable has been unassigned
#19972DuplicateBug2013-06-06Opening Excel document with Excel MS Office 2013 states file is corrupt
#20162ClosedBug0.9.32013-12-31Call-time pass-by-reference
#20207FeedbackBug0.9.32014-02-26Excel reports that the spreadsheet is damaged
#20243ClosedBug2014-04-14Problem with deprecaded PHP references
#20254OpenReq2014-04-25Need a Method definition for write_date_time in PHP
#20267BogusBug1.592014-05-07Excel 2010 Export
#20279FeedbackBug0.9.32014-05-24Files don't include
#20359FeedbackBug0.9.32014-08-06corrupt xls
#20413ClosedReq0.9.32014-09-18support in PHP 5.4
#20937ClosedBug0.9.32015-08-18Installation via Composer gets wrong file
#20955ClosedBug0.9.32015-09-30Fatal error: Call-time pass-by-reference has been removed in
#21062FeedbackDoc0.9.32016-05-10PHP Fatal error: Class 'PEAR' not found in /.../Format.php on line 44
#21142ClosedBug0.9.32016-10-31Spreadsheet_Excel_Writer will not run
#21183FeedbackBug0.9.32017-02-17exporting Excel report not working in PHP using Spreadsheet_Excel_Writer
#21195ClosedBug0.9.32017-03-14Fatal error: Call-time pass-by-reference has been removed in /home/ican/php/Spr
#21213FeedbackBugSVN2017-05-23XLS broken version8, utf-8 encoding, addFormat
#21214DuplicateBugSVN2017-05-23XLS broken version8, utf-8 encoding, addFormat
#21249BogusBug0.9.42017-10-18Document starts with utf-8 BOM bytes
#23752BogusReq0.9.42018-05-23Please provide support for XLSX
#23759ClosedBug0.9.42018-07-26Data is truncated to 256 charters