Skip to content

Commit 3ba70a6

Browse files
authored
Update Excel.php
1 parent f92e523 commit 3ba70a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Utils/Excel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function handleCalculateSheet(Event $event)
6767
}
6868
}
6969

70-
info("最大单元格为 {$cell}, 最大列: {$maxColName} 最大行号: {$maxRow}");
70+
info("handleCalculateSheet: 最大单元格为 {$cell}, 最大列: {$maxColName} 最大行号: {$maxRow}");
7171
}
7272

7373
/**
@@ -149,7 +149,7 @@ public static function datetimeFromCell(mixed $datetime = null, $format = 'Y-m-d
149149
* @param Event $event
150150
* @return void
151151
*/
152-
public static function handleRequireCellTextColorForRed(Event $event)
152+
public static function handleRequireCellTextColorForRedAndHyperLink(Event $event)
153153
{
154154
$sheet = Excel::getSheet($event);
155155

@@ -197,7 +197,7 @@ public static function handleRequireCellTextColorForRed(Event $event)
197197
}
198198
}
199199

200-
info("最大单元格为 {$cell}, 最大列: {$maxColName} 最大行号: {$maxRow}");
200+
info("handleRequireCellTextColorForRedAndHyperLink: 最大单元格为 {$cell}, 最大列: {$maxColName} 最大行号: {$maxRow}");
201201
}
202202

203203
/**

0 commit comments

Comments
 (0)