This commit is contained in:
willkensonh 2018-10-12 09:58:46 +11:00
parent 61b2480cc1
commit 39d16b5bbf

View File

@ -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>';