修正SetSheetViewOptions等方法BUG
This commit is contained in:
parent
bd05d3fc29
commit
1912059347
|
|
@ -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.
Loading…
Reference in New Issue