Update ExcelFile.tsf

This commit is contained in:
hans 2022-02-25 13:08:50 +08:00
parent 46a7d167f0
commit a4db189894
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ Type ExcelFile = Class
///返回: [err, coordinates:json]json串满足条件的坐标数组
Function SearchSheet(sheet, value, reg);
Begin
return xlsx_call("SearchSheet", fh_, value, reg);
return xlsx_call("SearchSheet", fh_, sheet, value, reg);
End;
///保护工作表,防止其他用户意外或有意更改、移动或删除工作表中的数据。