mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-20 00:20:42 +00:00
95c8bb9918
We often want to export a table as an excel sheet. The system renders the html and it seems like a waste of time to write it to the file system to use the reader. This allows us to render the html and then just pass it to a reader Closes #1136