org.springframework.batch.item.excel.jxl
Class JxlSheet

java.lang.Object
  extended by org.springframework.batch.item.excel.jxl.JxlSheet
All Implemented Interfaces:
Sheet

Deprecated. since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)

@Deprecated
public class JxlSheet
extends Object
implements Sheet

Sheet implementation for JXL.

Since:
0.5.0
Author:
Marten Deinum

Method Summary
 String getName()
          Deprecated. Get the name of the sheet.
 int getNumberOfRows()
          Deprecated. Get the number of rows in this sheet.
 String[] getRow(int rowNumber)
          Deprecated. Get the row as a String[].
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNumberOfRows

public int getNumberOfRows()
Deprecated. 
Get the number of rows in this sheet.

Specified by:
getNumberOfRows in interface Sheet
Returns:
the number of rows.

getRow

public String[] getRow(int rowNumber)
Deprecated. 
Get the row as a String[]. Returns null if the row doesn't exist.

Specified by:
getRow in interface Sheet
Parameters:
rowNumber - the row number to read.
Returns:
a String[] or null

getName

public String getName()
Deprecated. 
Get the name of the sheet.

Specified by:
getName in interface Sheet
Returns:
the name of the sheet.


Copyright © 2017. All rights reserved.