Fix #5884 - add photo to report
authorAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 09:36:00 +0000 (17:36 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 09:36:00 +0000 (17:36 +0800)
Spreadsheet/Excel/Writer/Worksheet.php

index 1c90177..3159102 100644 (file)
@@ -3194,6 +3194,7 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
     function insertBitmap($row, $col, $bitmap, $x = 0, $y = 0, $scale_x = 1, $scale_y = 1)
     {
         $bitmap_array = $this->_processBitmap($bitmap);
+        //var_dump($bitmap_array);exit;
         if ($this->isError($bitmap_array)) {
             $this->writeString($row, $col, $bitmap_array->getMessage());
             return;