Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 509 Bytes

excel.getMaxRow.md

File metadata and controls

23 lines (16 loc) · 509 Bytes

Excel.getMaxRow

The getMaxRow function is established to get the last row number starting from 1.

Sample

var excel = new Excel("test.xlsx");
var maxrow = excel.getMaxRow("Sheet1");

API

CallingReturning
Excel . getMaxRow ( sheetName )Number
ParametersTypeDescription
sheetNameStringThe sheet name.