diff --git a/src/SimpleXLSXGen.php b/src/SimpleXLSXGen.php index a70beb6..8db5529 100644 --- a/src/SimpleXLSXGen.php +++ b/src/SimpleXLSXGen.php @@ -688,7 +688,7 @@ class SimpleXLSXGen { } foreach ( $COL as $k => $max ) { $w = isset($this->sheets[$idx]['colwidth'][$k]) ? $this->sheets[$idx]['colwidth'][$k] : min( $max+1, 60); - $COLS[] = ''; + $COLS[] = ''; } $COLS[] = ''; $REF = 'A1:'.$this->num2name(count($COL)) . $CUR_ROW;