File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/com/automationanywhere/botcommand/actions/config Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments