Skip to content

Commit 9acce28

Browse files
committed
updated excel reader node label
1 parent 811fd06 commit 9acce28

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ configure(allprojects){
2525
testNgVersion = '7.7.0'
2626
loggerVersion = '2.24.3'
2727
jnaVersion = '5.3.1'
28-
version '3.2.1'
28+
version '3.2.3'
2929
}
3030
group "$groupName"
3131

@@ -61,7 +61,6 @@ configure(allprojects){
6161
exclude 'META-INF/*.DSA'
6262
exclude 'META-INF/*.RSA'
6363
relocate 'org.apache.commons.io', 'botframework.shaded.commons.io'
64-
relocate 'org.apache.logging.log4j', 'botframework.shaded.log4j'
6564
}
6665

6766
dependencies {

src/main/java/com/automationanywhere/botcommand/actions/config/ExcelReader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
*/
2626
@BotCommand
2727
@CommandPkg(label = "Read Excel",
28-
node_label = "file: {{inputFilePath}}, sheet {{selectSheetBy == 'name' ? sheetName : 'index ' + sheetIndex}} with {{parsingMethod}} and save to" +
29-
"{{returnTo}}",
28+
node_label = "file: {{inputFilePath}}, sheet by {{selectSheetBy}} | {{sheetIndex}} || {{sheetName}} |with " +
29+
"{{parsingMethod}} and save to {{returnTo}}",
3030
description = "Read values from Excel file and save to dictionary",
3131
icon = "excel.svg", name = "config_read_excel",
3232
group_label = "Config",

0 commit comments

Comments
 (0)