public static java.lang.Object[] importData( java.lang.String fileName, java.lang.String worksheetName, int row, int column, int rowCount, int columnCount ) |
Parameters
- fileName
- The path and name for the file.
- 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.