"No Impact" conditional formatting fix for NumberFormat
This commit is contained in:
parent
37b4d18d45
commit
26aa0b27f7
|
@ -120,6 +120,7 @@ class PHPExcel_Style_NumberFormat extends PHPExcel_Style_Supervisor implements P
|
|||
|
||||
if ($isConditional) {
|
||||
$this->_formatCode = NULL;
|
||||
$this->_builtInFormatCode = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ Planned for v1.8.1
|
|||
- Feature: (CQD) Work Item GH-389 - Additional Mac CJK codepage definitions
|
||||
- Feature: (bolovincev) Work Item GH-269 - Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell
|
||||
- Feature: (MBaker) - New methods added for testing cell status within merge groups
|
||||
- Bugfix: (wiseloren) Work Item CP21454 - "No Impact" conditional formatting fix for NumberFormat
|
||||
|
||||
|
||||
2014-03-02 (v1.8.0):
|
||||
|
|
Loading…
Reference in New Issue