Open GoogleCodeExporter opened 8 years ago
Change line 532 - 535 - 538 - 541
function borderLeftColor($row, $col, $sheet = 0) {
return isset($this->colors[$this->xfProperty($row,$col,$sheet,'borderLeftColor')]) ? $this->colors[$this->xfProperty($row,$col,$sheet,'borderLeftColor')] : '';
}
function borderRightColor($row,$col,$sheet=0) {
return isset($this->colors[$this->xfProperty($row,$col,$sheet,'borderRightColor')]) ? $this->colors[$this->xfProperty($row,$col,$sheet,'borderRightColor')] : '';
}
function borderTopColor($row, $col, $sheet = 0) {
return isset($this->colors[$this->xfProperty($row,$col,$sheet,'borderTopColor')]) ? $this->colors[$this->xfProperty($row,$col,$sheet,'borderTopColor')] : '';
}
function borderBottomColor($row, $col, $sheet = 0) {
return isset($this->colors[$this->xfProperty($row,$col,$sheet,'borderBottomColor')]) ? $this->colors[$this->xfProperty($row,$col,$sheet,'borderBottomColor')] : '';
}
Original comment by revolt...@gmail.com
on 18 Aug 2013 at 12:25
Line 637
if(!isset($this->sheets[$sheet]['cellsInfo'][$row][$col]['dontprint']) || !$this->sheets[$sheet]['cellsInfo'][$row][$col]['dontprint']) {
Original comment by revolt...@gmail.com
on 18 Aug 2013 at 12:27
Original issue reported on code.google.com by
blockedm...@gmail.com
on 25 Jul 2010 at 7:17