简体   繁体   中英

Export html table into Excel using java / javascript code

我想使用Java或javascript将HTML表格导出到Excel文件中。

You'll need this, if you are using java:

Apache HSSF

(Horrible SpreadSheet Format, which always makes me chuckle)

Java : you may use

display tag

or parse the HTML and go with

POI-HSSF

Javascript : if you can use ActiveX there you go with

this example

如果您使用GWT,则可以添加此模块http://code.google.com/p/gwt-table-to-excel/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM