The getMaxRow function is established to get the last row number starting from 1.
var excel = new Excel("test.xlsx"); var maxrow = excel.getMaxRow("Sheet1");
Calling | Returning |
---|---|
Excel . getMaxRow ( sheetName ) | Number |
Parameters | Type | Description |
---|---|---|
sheetName | String | The sheet name. |