Spreadsheet/Excel/Writer/Worksheet.php
authoredward <edward@roojs.com>
Thu, 12 May 2016 06:12:04 +0000 (14:12 +0800)
committeredward <edward@roojs.com>
Thu, 12 May 2016 06:12:04 +0000 (14:12 +0800)
Spreadsheet/Excel/Writer/Worksheet.php

index 82b8f54..a55c547 100644 (file)
@@ -617,6 +617,7 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
         }
 
         // Prepend the COLINFO records if they exist
+        print_R($this->_colinfo);EXIT;
         if (!empty($this->_colinfo)) {
             $colcount = count($this->_colinfo);
             for ($i = 0; $i < $colcount; $i++) {