PhpSpreadsheet
PhpSpreadsheet copied to clipboard
A pure PHP library for reading and writing spreadsheet files
This is: - [x] a bug report ### What is the expected behavior? PhpSpreadsheet sould not fail loading and writing this file ### What is the current behavior? PhpSpreasheet throws...
Some methods (ex.: `setCellValueByColumnAndRow`) has been removed in v2.0 but not mentioned in the [CHANGELOG](https://github.com/PHPOffice/PhpSpreadsheet/blob/2.0.0/CHANGELOG.md) file. Please consider updating it as it might misleading for whom are using this package.
This is: ``` [X] a bug report ``` ### What is the expected behavior? Formatted numbers. ### What is the current behavior? No formatting. ### What are the steps to...
This is: ``` - [X] a bug report - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What...
Sorry I don't know how to use Github message templates very well but let me try and explain. We have a template on a WordPress website that posts data to...
This is: ``` - [x ] a bug report - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ###...
Description of the bug Why does converting a .xlsx file to .pdf not retain the specified print area and instead produces the entire page without selection? mPDF version 8.2 PHP...
Trying to use getCalculatedValue() and the Calculation is erroring out: PHP Code Line: $cellValue = $sheet->getCell($column . $row)->getCalculatedValue(); In the Error State $column = F $row = 2 Excel Cell...
This is: - [x] a bugfix Checklist: - [x] Changes are covered by unit tests - [x] Changes are covered by existing unit tests - [ ] New unit tests...
This is: - [x] a bug report ### What is the expected behavior? Reading an CSV file with `IOFactory::load($file)` should use the Csv Reader no matter whether the file starts...