Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix additional empty worksheet in excel creation
When instancing the ExcelWriter class, if the first sheet is given a custom name the class adds an empty 'Worksheet'. This is due to the creation of a default sheet operated by the construct of the PHPExcel class.
- Loading branch information