com.github.dandelion.datatables.extras.export.poi
Class XlsExport
java.lang.Object
com.github.dandelion.datatables.extras.export.poi.XlsExport
- All Implemented Interfaces:
- DatatablesExport
public class XlsExport
- extends Object
- implements DatatablesExport
Default Excel export class.
- Author:
- Thibault Duchateau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XlsExport
public XlsExport()
initExport
public void initExport(HtmlTable table)
- Specified by:
initExport in interface DatatablesExport
processExport
public void processExport(OutputStream output)
- Specified by:
processExport in interface DatatablesExport
Copyright © 2013–2014 Dandelion Project. All rights reserved.