oleibman
oleibman
Closing. No update in 7 months, and several similar tickets have all been due to errors in the originator's environment. Please open a new ticket if this is still not...
Rector team revised the documentation via PR #2861 on May 31. Closing this issue.
As you can see, I eliminated php-intl in this module after all. I agree that suggesting it is still a good move; I know that you've been on the verge...
Unfortunately, jpgraph is not maintained in composer. So the version that is installed "out of the box" with PhpSpreadsheet is a very old one, and results in the problem you...
We can now use mitoteam/jpgraph, which is maintained in Composer, in place of jpgraph/jpgraph. Closing this issue.
```php $spreadsheet->getActiveSheet()->getRowDimension($row)->setRowHeight($value); ``` That should work. If you don't think it does, please supply the spreadsheet and code which fails, and PhpSpreadsheet and Php version numbers.
Solution suggested in issue #3015. Closing this issue.
The problem is not with conditional formatting, it is with the use of form fields, namely checkboxes. I think that if you are able to test against PR #2455, you...
Correct, the PR is not yet merged. I don't expect it to be merged all that soon. I am wrestling with the question of "If this doesn't fix all related...
PR #2813 resolved an issue that seems similar to this one. If you can test against master, please see if that resolves your issue.