Skip to content

Commit

Permalink
Merge pull request PHPOffice#446 from wiseloren/develop
Browse files Browse the repository at this point in the history
CP21454 "No Impact" conditional formatting fix for NumberFormat
  • Loading branch information
Mark Baker committed Nov 13, 2014
2 parents 27e64c1 + 26aa0b2 commit 184c1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Classes/PHPExcel/Style/NumberFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public function __construct($isSupervisor = FALSE, $isConditional = FALSE)

if ($isConditional) {
$this->_formatCode = NULL;
$this->_builtInFormatCode = FALSE;
}
}

Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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):
Expand Down

0 comments on commit 184c1bc

Please sign in to comment.