Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 623 Bytes

excel.setSheetOrder.md

File metadata and controls

25 lines (17 loc) · 623 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.