diff --git a/xlsxwriter.class.php b/xlsxwriter.class.php index a987735f8..e924f44b5 100644 --- a/xlsxwriter.class.php +++ b/xlsxwriter.class.php @@ -18,7 +18,7 @@ class XLSXWriter protected $company; protected $description; protected $keywords = array(); - + protected $current_sheet; protected $sheets = array(); protected $temp_files = array(); @@ -230,7 +230,7 @@ public function writeSheetHeader($sheet_name, array $header_types, $col_options $sheet->columns = $this->initializeColumnTypes($header_types); if (!$suppress_row) { - $header_row = array_keys($header_types); + $header_row = array_keys($header_types); $sheet->file_writer->write('