javascript - Export Webpage to XLS -
in cakephp project have page report lists amount of products. need users able export page xls.
the trick in report's table there picture field need put xls, in other words need export whole thing not data.
none of examples i've seen online capable of doing this.
help appreciated guys.
you can use phpexcel library export page content.
if provide more examples of data structure can show examples you'll have map data excel document manually based on it's content.
Comments
Post a Comment