

All contributions for PHPExcel, patches and new features, should target PhpSpreadsheet master branch.ĭo you need to migrate? There is an automated tool for that.

It breaks compatibility to dramatically improve the code base quality (namespaces, PSR compliance, use of latest PHP language features, etc.).īecause all efforts have shifted to PhpSpreadsheet, PHPExcel will no longer be maintained. PhpSpreadsheet is the next version of PHPExcel. Planned posts for the future include topics like:Īfter a period of six months exclusive to Patreon supporters, articles will be incorporated into the public documentation for the library. My aim is to post at least one article each month, taking a detailed look at some feature of MS Excel and how to use that feature in PhpSpreadsheet, or on how to perform different activities in PhpSpreadsheet. The next post (currently being written) will be: Advice on Iterating through the rows and cells in a worksheet.A look at how MS Excel (and PhpSpreadsheet) handle date and time values.Posts already available to Patreon supporters: Supporters will receive access to articles about working with PhpSpreadsheet, and how to use some of its more advanced features. I am now running a Patreon to support the work that I do on PhpSpreadsheet. Please ask your support questions on StackOverflow, or have a quick chat on Gitter. Read more about it, including install instructions, in the official documentation. One or the other of these libraries is necessary if you want to generate HTML or PDF files that include charts. Settings:: setChartRenderer(\ PhpOffice\ PhpSpreadsheet\ Chart\ Renderer\ JpGraph::class) // to use jpgraph/jpgraph //or Settings:: setChartRenderer(\ PhpOffice\ PhpSpreadsheet\ Chart\ Renderer\ MtJpGraphRenderer::class) // to use mitoteam/jpgraph
