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()
{
if (empty($colWidths)) {
if (empty($this->colWidths)) {
return '';
}
$xml = '<cols>';