Skip to content

Commit

Permalink
Let workbook load worksheet class so that user code doesn't have to.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Manley committed Dec 6, 2015
1 parent 000b633 commit 1c04f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class.writeexcel_workbook.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
require_once('class.writeexcel_format.inc.php');
require_once('class.writeexcel_formula.inc.php');
require_once('class.writeexcel_olewriter.inc.php');
require_once('class.writeexcel_worksheet.inc.php');

class writeexcel_workbook extends writeexcel_biffwriter {

Expand Down

0 comments on commit 1c04f64

Please sign in to comment.