Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance Improvement for Xlsx Reader
Fix PHPOffice#3683. PR PHPOffice#3497 fixed a problem involving formulas and the quotePrefix style attribute. It did so by automatically turning off quotePrefix for any formulas encountered by Xlsx Reader. Under the right circumstances, it turns out that that change can cause a file read to take noticeably more time than previously. This change will turn off quotePrefix only if it is already on, and that appears to eliminate the performance problem while continuing to solve the original problem.
- Loading branch information