sonata-project / exporter

Lightweight Exporter library
https://docs.sonata-project.org/projects/exporter
MIT License
438 stars 88 forks source link

XlsWriter exports HTML #37

Closed benglass closed 10 years ago

benglass commented 10 years ago

Clearly this is intended behavior but it seems counterintuitive that XlsWriter should output an html table rather than using something like PHP_Excel to output an actual xls file.

Junky2008 commented 10 years ago

I have made a ajustment so that the XlsWriter uses PHPExcel to write an xls file. But I am a newbie on github and have no idea how to share my solution. Is it possible to share this so that others may profit from it?

rande commented 10 years ago

PHP_Excel cannot flush contents to a file and keep information into memory. Which cannot work with a lot of lines ...