bugfix
This commit is contained in:
parent
61b2480cc1
commit
39d16b5bbf
@ -186,7 +186,7 @@ class Worksheet
|
|||||||
*/
|
*/
|
||||||
public function getColWidthXML()
|
public function getColWidthXML()
|
||||||
{
|
{
|
||||||
if (empty($colWidths)) {
|
if (empty($this->colWidths)) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
$xml = '<cols>';
|
$xml = '<cols>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user