From 607884aa972e01eee860ddcd9f69bd49bcc70d2c Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 25 Feb 2022 14:00:55 +0800 Subject: [PATCH] Update ExcelFile.tsf --- ExcelFile.tsf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExcelFile.tsf b/ExcelFile.tsf index e511b03..17f2ddc 100755 --- a/ExcelFile.tsf +++ b/ExcelFile.tsf @@ -1262,7 +1262,7 @@ Type ExcelFile = Class ///col: string ///row: int ///·µ»Ø [err, cell:string]£¬²Î¼ûSplitCellName - Function JoinCellName(sheet); + Function JoinCellName(sheet, col, row); Begin return xlsx_call("JoinCellName", col, row); End;