Spreadsheet/Excel/Writer/Parser.php
authoredward <edward@roojs.com>
Thu, 12 May 2016 05:57:08 +0000 (13:57 +0800)
committeredward <edward@roojs.com>
Thu, 12 May 2016 05:57:08 +0000 (13:57 +0800)
Spreadsheet/Excel/Writer/Parser.php

index 33a272f..59145ec 100644 (file)
@@ -769,7 +769,7 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR
         } else {
             return $this->raiseError("Unknown class $class", 0, PEAR_ERROR_DIE);
         }
-        
+        print_R(unpack("C", $ptgArea));exit;
         return $ptgArea . $ext_ref . $row1 . $row2 . $col1. $col2;
     }