com.myjeeva.poi.demo
Class ExcelRowCallbackDemo
java.lang.Object
com.myjeeva.poi.demo.ExcelRowCallbackDemo
public class ExcelRowCallbackDemo
- extends Object
Excel Worksheet Handler for XML SAX parsing (.xlsx document model)
http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api
Inspired by Jeevanandam Madanagopal
https://github.com/jeevatkm/generic-repo/tree/master/excelReader
Usage: Provide a ExcelXSSFRowCallbackHandler.ExcelRowContentCallback
callback that will be provided a map
representing a row of data from the file. The keys will be the column headers and values the row data.
Your callback class encapsulates any business logic for processing the string data into dates, numbers, etc
to allow full customization of the parsing and processing logic.
- Author:
- https://github.com/DouglasCAyers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelRowCallbackDemo
public ExcelRowCallbackDemo()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception