PhpSpreadsheet
PhpSpreadsheet copied to clipboard
A pure PHP library for reading and writing spreadsheet files
This is: ``` - [x] a bug report - [ ] a feature request - [x] **not** a usage question ``` ### What is the expected behavior? The library versions...
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 bugfix - [ ] additional unit tests Checklist: - [ ] Changes are covered by unit tests - [ ] Changes are covered by existing...
This is: - [x] a bug report ### What is the expected behavior? PhpSpreadsheet should let the Y Axis displayed ### What is the current behavior? PhpSpreadsheet hides the Y...
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...
### What is the expected behavior? private ?Spreadsheet $parent = null; ### What is the current behavior? private ?Spreadsheet $parent; ### Which versions of PhpSpreadsheet and PHP are affected? 2.0.0
IM having the same problem but I couldnt solve it $spreadsheet = new Spreadsheet(); $sheet = $spreadsheet->getActiveSheet(); $sheet->setCellValue('A1', 'GeeksForGeeks!'); // -rw-r--r-- $sheet->setCellValue('B1', 'A Computer Science Portal For Geeks'); $writer =...
i am trying to rank students based on their total scores stored, say F9 to F20, and print the results in G9 to G20. I began to print the first...
### Discussed in https://github.com/PHPOffice/PhpSpreadsheet/discussions/3978 Originally posted by **rupaliipte** April 10, 2024 Hello, We are reading excel files created Excel 2016 version and it is working perfectly. But now we are...
This is: - [X] a bug report ### What is the expected behavior? I would expect `readActiveSheet` to return only cells with value or something in it. ### What is...