Skip to content

Commit e0efc23

Browse files
committed
fix #87
1 parent 1896b6d commit e0efc23

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

zss/src/org/zkoss/zss/api/SheetOperationUtil.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,6 @@ public void run(Range range) {
414414
String prefix = range.getSheetName();
415415
int num = 1;
416416
String name = null;
417-
//
418-
// Pattern pattern = Pattern.compile("(.*) \\(([0-9]+)\\)$");
419-
// Matcher matcher = pattern.matcher(prefix);
420-
// if(matcher.find()) {
421-
// prefix = matcher.group(1);
422-
// num = Integer.parseInt(matcher.group(2));
423-
// }
424417

425418
for(int i = 0, length = range.getBook().getNumberOfSheets(); i <= length; i++) {
426419
String n = prefix + " (" + ++num + ")";

0 commit comments

Comments
 (0)