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