Generic Excel File(XLSX) Reader

com.myjeeva.poi.demo
Class ExcelRowCallbackDemo

java.lang.Object
  extended by 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

Constructor Summary
ExcelRowCallbackDemo()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelRowCallbackDemo

public ExcelRowCallbackDemo()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

Generic Excel File(XLSX) Reader

Copyright © myjeeva.com, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva.com has license information.