Exxcel 2003 XML working pattern property (#54)
This commit is contained in:
parent
30a5e4b893
commit
a5c21a7b43
|
@ -479,7 +479,7 @@ class Excel2003XML extends BaseReader implements IReader
|
||||||
$this->styles[$styleID]['fill']['color']['rgb'] = substr($styleAttributeValue, 1);
|
$this->styles[$styleID]['fill']['color']['rgb'] = substr($styleAttributeValue, 1);
|
||||||
break;
|
break;
|
||||||
case 'Pattern':
|
case 'Pattern':
|
||||||
$this->styles[$styleID]['fill']['type'] = substr($styleAttributeValue, 1);
|
$this->styles[$styleID]['fill']['type'] = strtolower($styleAttributeValue);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue