Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 505 Bytes

excel.getMaxRow.md

File metadata and controls

22 lines (16 loc) · 505 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.