oleibman
oleibman
As for your issue, you have a problem with Composer, possibly related to how it caches its information. See https://github.com/PHPOffice/PhpSpreadsheet/issues/3615#issuecomment-1595846986 for steps to correct it.
The issue is open only so that the fix to the Composer problem is easily available to those experiencing the problem. There is no problem to fix in PhpSpreadsheet in...
Closing as duplicate of #3615, which has suggestions for fixing the problem.
Reopening. Do not expect a fix any time soon.
Re-closing. I enter `=RANK(B1,(C1,D1))` into an Excel cell, and it tells me that `(C1,D1)` is invalid and returns `#N/A`. If you have a spreadsheet where this is handled as you...
Month is up. I have made no progress on a better test case, but need to move forward with the fix anyhow.
Probably not. It looks like the issue here is that Html Reader processes inline styles, but omits most styles from Css classes. So, if your original Html file was generated...
Reopening, but don't look for a solution any time soon.
You need perform your `addSheet` before `setCellValue`. (You also need to change the sheet title first; I assume you just omitted that from your code fragment since you would have...
Thank you for the sample file. You have some defined names which refer to other spreadsheets on your hard drive. They are causing this problem. I am not sure how...