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