Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 411 Bytes

excel.zoomSheet.md

File metadata and controls

21 lines (15 loc) · 411 Bytes

Excel.zoomSheet

The zoomSheet function is used to zoom a sheet.

Sample

var excel = new Excel("test.xlsx");
excel.zoomSheet("mySheet",75);

API

Calling Returning
excel. zoomSheet ( sheetName, percent ) Excel
Parameters Type Description
sheetName String The sheet name.
percent Number The percentage to zoom.