You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a very long delay, PR #3528 has been moved to ready status, and will be installed soon, warts and all. And it has warts aplenty. It fixes some problem, and doesn't break anything. But it leaves some outstanding problems. In the hope that dealing with those will be easier if they are addressed in bite-sized pieces, I am opening this ticket to document what is missing.
FixPHPOffice#282, which went stale over 7 years ago, and is now reopened. This is certainly related to issue PHPOffice#4379. If merged cells are in the midst of deleted rows/columns, the merge may continue to exist after the deletion, leading to various problems including spreadsheet corruption. The problem is not with either Reader or Writer.
This PR will automatically unmerge all merged cells whose first cell is in the delete range before performing the deletion. This will address the corruption problem. Something more sophisticated may be required, so I won't merge this PR for a while to give me a chance to think about it some more.
After a very long delay, PR #3528 has been moved to ready status, and will be installed soon, warts and all. And it has warts aplenty. It fixes some problem, and doesn't break anything. But it leaves some outstanding problems. In the hope that dealing with those will be easier if they are addressed in bite-sized pieces, I am opening this ticket to document what is missing.
insertNewRowBefore
and/orremoveRow
, does not update cell Reference in formula on other sheets #3380. Note that any resolution to this will probably exacerbate performance problems.#REF!
.The text was updated successfully, but these errors were encountered: