PhpSpreadsheet
PhpSpreadsheet copied to clipboard
A pure PHP library for reading and writing spreadsheet files
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...
This is: - [x] a bugfix - [ ] a new feature - [ ] refactoring - [ ] additional unit tests Checklist: - [ ] Changes are covered by...
PHP Warning: Division by zero in /vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php on line 155 This is: ``` - [ x] a bugfix - [ ] a new feature - [ ] refactoring - [...
This is: ``` - [ ] 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) ``` ###...
This is: ``` - [X] a feature request - [X] **not** a usage question ``` When creating a large spreadsheet (Xlsx for my application but I'm interested in the general...
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...
This is: ``` - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What is the expected behavior? ###...
This is: ``` - [ ] a bug report ``` ### What is the expected behavior? Insert footer and header according to documentation. ### What is the current behavior? There...
This is: ``` - [ ] a bug report - [X] a feature request - [X] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What is...
开发环境: docker php7.3-alpine wlswriter: 1.3.4.1 步骤: 1. 使用insertImage插入图片,代码如下 ```php $config = ['path' => $dstDir]; $excel = new \Vtiful\Kernel\Excel($config); $fileObject = $excel->fileName($fileRealName, 'TOP20')->header([1]); foreach ($list as $item) { $imgPath = $this->saveImage($url);...