com.grapecity.documents.excel Package / Workbook Class / importData Method / importData(String,String,int,int,int,int) Method
The path and name for the file.
The name of the worksheet.
The first row of the range.
The first column of the range.
The count of the rows.
The count of the columns.
In This Topic
importData(String,String,int,int,int,int) Method
In This Topic
Import the data of a specified range from a file.
Syntax
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.
See Also