Using PHP wants to export html into doc,excel
File is exporting properly, but HTML file contains iframe , So iframe part is not exported in doc and excel. iframe calls html 开发者_如何学Gofile for graph. Graph is done using flex.
Take a look at the PHPExcel and PHPWord Libraries. These are PHP libraries that will enable you to create real MS Excel and/or MS Word files.
精彩评论