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

Latest commit

 

History

History
24 lines (17 loc) · 619 Bytes

excel.setSheetOrder.md

File metadata and controls

24 lines (17 loc) · 619 Bytes

Excel.setSheetOrder

The setSheetOrder function is established to move a sheet's position.

Sample

	var excel = new Excel("test.xlsx");
	excel.createSheet("newSheet").setSheetOrder("newSheet", 1);

API

CallingReturning
Excel . setSheetOrder ( sheetName , order )Excel
ParametersTypeDescription
sheetNameStringThe sheet name.
orderNumberThe position of the sheet.Starting from 1.