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...
Hello, I am looking to modify an xlsx file that contains tables, images, logos, hyperlinks, colors, formulas, and charts. I want to be able to edit the data in the...
See discussion #4117. This PR implements image transparency, for Xlsx Reader and Writer, Html Reader, and Html/Dompdf/Mpdf Writer. (Mpdf treats 100% opacity as if it were zero, but it's otherwise...
Fix #1412 which had gone stale and which I've reopened. Add boolean property `preferHyperlinkToLabel` with setter and getter to Csv Writer. Default is false, so no BC problems; in addition,...
Hi PHPOffice, I am looking for a way to export my XLSX file to CSV where some columns have a hyperlink and I could not figure out how to export...
This is: - [x] a bugfix - [ ] a new feature - [ ] refactoring - [x] additional unit tests Checklist: - [x] Changes are covered by unit tests...
I have an issue with my 3D barchart, I can't rotate and set right angles for it, because Layout class has no such functions right now?
XLOOKUP
This is: - [ ] a bug report - [X] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What is...
Continuing work started with PR #4016, PR #4026, and PR #4060. Improve documentation within program by making explicit what types of values are allowed for variables described as "mixed". In...
I have been having some time-out problems with php-cs-fixer in my environment (no problems *yet* in Github). Bringing that up with them, the first thing they suggested was that it...