Skip to content

Commit a4bef3c

Browse files
ttgrulesJohn Hunt
andauthored
Missing "offset" class property in Spreadsheet_Excel_Writer_Worksheet (#49)
add missing 'offset' property that was being set dynamically Co-authored-by: John Hunt <[email protected]>
1 parent 8bb0b9c commit a4bef3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Spreadsheet/Excel/Writer/Worksheet.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,11 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
451451
*/
452452
public $title_colmax;
453453

454+
/**
455+
* @var integer
456+
*/
457+
public $offset;
458+
454459
/**
455460
* Constructor
456461
*

0 commit comments

Comments
 (0)