Currently in the functions we have to pass the sheet number to extract the information from excel. Is there is any other excel plugin or function to get the data using the sheet name.
Discussion posts and replies are publicly visible
AFAIK there is no plugin to extract details based on sheet name.
Partha
Please use the plugin
readexcelsheetwithfilter( excelDocument: document , sheetNumber: 1, startRow: 2, endRow: 4, startColumn: 1, endColumn: 2 )
community.appian.com/.../excel-utility
As i mentioned, I want to extract using the sheet name.