Skip to content

PHP Excel 1.0.2 for PHP7

Latest
Compare
Choose a tag to compare
@iliaal iliaal released this 23 Jun 14:17
· 28 commits to php7 since this release
* Fixed bug in ExcelSheet::addPictureDim() (see issue #120)
* Fixed bug in ExcelSheet::isLicensed() (see issue #122)
* Added new methods (requires LibXL 3.6.2)
    - ExcelBook::setAutoFitArea()
    - ExcelBook::printArea()
    - ExcelBook::printRepeatCols()
    - ExcelBook::printRepeatRows()
* Added support for LibXL 3.6.3
* ExcelSheet::addPictureDim() & ExcelSheet::addPictureScaled() now support position parameters
* Includes official PHP7 release
* Added support for libxl compiled from source