Generic Excel File (XLSX) Reader

com.myjeeva.poi
Interface ExcelRowContentCallback


public interface ExcelRowContentCallback

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

Since:
v1.1

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

Method Detail

processRow

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