修正SetSheetViewOptions等方法BUG

This commit is contained in:
hans 2022-02-15 11:21:46 +08:00
parent bd05d3fc29
commit 1912059347
4 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ Type ExcelFile = Class
///返回: [err, option:json]json字符串表格属性参考SetSheetViewOptions
Function GetSheetViewOptions(sheet, viewIndex);
Begin
return xlsx_call("GetSheetViewOptions", fh_, viewIndex);
return xlsx_call("GetSheetViewOptions", fh_, sheet, viewIndex);
End;
///设置工作表页面布局

Binary file not shown.

Binary file not shown.

Binary file not shown.