Export dynamic html table to excel in javascript in firefox browser

前端 未结 4 443

Want to Export dynamic html table to excel in javascript is there any way can i do do in firefox browser without using activex object in code .please help me

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 16:31

    There is an extension table2clipboard for firefox. You can also generate csv output from DOM tree manually and let user save it as csv file. Excel can import from CSV.

提交回复
热议问题