- Enh #23: Added
Spreadsheet::$writerCreator
allowing setup of custom spreadsheet writer (klimov-paul)
- Enh #21: Added
Spreadsheet::$startRowIndex
allowing to skip lines at the sheet document beginning (klimov-paul)
- Bug #11: Fixed
Spreadsheet::send()
fails for 'Xlsx' writer (klimov-paul)
- Bug #4: Fixed
Spreadsheet::save()
forces directory name to lowercase (klimov-paul) - Bug #5: Fixed
Spreadsheet::createDataColumn()
sets column format to 'text' instead of 'raw' (klimov-paul)
- Enh #2:
Spreadsheet::send()
now throws\RuntimeException
in case temporary file can not be created (Eseperio, klimov-paul)
- Initial release.