Generic Excel File(XLSX) Reader

com.myjeeva.poi
Interface ExcelXSSFRowCallbackHandler.ExcelRowContentCallback

Enclosing class:
ExcelXSSFRowCallbackHandler

public static interface ExcelXSSFRowCallbackHandler.ExcelRowContentCallback

Callback for processing a single row from excel file. Map keys are same as first row header columns.


Method Summary
 void process(Map<String,String> map, int rowNum)
           
 

Method Detail

process

void process(Map<String,String> map,
             int rowNum)
             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.