This repository was archived by the owner on Jan 2, 2019. It is now read-only.
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
Conditionnal Formatting range. #362
Open
Description
Hi,
I have an Excel File which contains some conditionnal formattings. Excel handle a cell range upon hundreds of cells.
If i open then save this file, I get my conditionnal formatting defined for every cell covered by the range.
So on my worksheet I get 6 X hundreds of conditionnal formattings instead of 6. (PhpExcel 1.6.7 and 1.8.0).
This conditionnal formatting still works, but Excel got severe performance issues. Is this behavior normal ?
Is it possible to keep my cell range on conditionnal formating while using PhpExcel ? Is there a workaround ?
For my particular needs, I only need to edit 1 worksheet. So I wish PhpExcel to not modify my others worksheets. Is this possible ?