PhpSpreadsheet/src
Danielle McLean 6703624223
Write generated HTML into Mpdf in chunks, rather than as one gigantic string
Due to a limitation in Mpdf, the HTML string passed to its WriteHTML method
must not exceed a particular length. PhpSpreadsheet produces one HTML string
containing all spreadsheet data when writing to HTML, which can easily exceed
Mpdf's size limit. Thus, it was impossible to write large spreadsheets to PDF
using the Mpdf writer - this change fixes that issue.

Fixes #637
Fixes #706
2018-11-03 18:37:47 +11:00
..
PhpSpreadsheet Write generated HTML into Mpdf in chunks, rather than as one gigantic string 2018-11-03 18:37:47 +11:00
Bootstrap.php Remove boilerplates 2017-09-30 22:12:28 +09:00