Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 550 Bytes

excel.zoomSheet.md

File metadata and controls

24 lines (17 loc) · 550 Bytes

Excel.zoomSheet

The zoomSheet function is established to zoom a sheet.

Sample

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

API

CallingReturning
Excel . zoomSheet ( sheetName, percent )Excel
ParametersTypeDescription
sheetNameStringThe sheet name.
percentNumberThe percent to zoom.