public static java.lang.Object[] importData( java.io.InputStream fileStream, java.lang.String worksheetName, int row, int column, int rowCount, int columnCount ) |
Parameters
- fileStream
- The fileStream of a workbook.
- worksheetName
- The name of the worksheet.
- row
- The first row of the range.
- column
- The first column of the range.
- rowCount
- The count of the rows.
- columnCount
- The count of the columns.