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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -