Question
Infosys
Infosys
IN
Infosys
Posted: Feb 8, 2024
Last activity: Feb 27, 2024
Last activity: 27 Feb 2024 1:37 EST
Solved
How to extract multiple tables from excel sheet using Pega Robotics?
How to extract a Dynamic Multiple tables from excel sheet?
I have excel file having 1 sheet containing multiple tables and size of the tables might change (columns will be constant). I want to read all the tables.
***Edited by Moderator Rupashree to add Capability tags***
To see attachments, please log in.
@ShreeHarshaN16839089There is no specific table object in Excel that I am aware of. The only way you would be able to identify what a table is would be to essentially search for the start and end. Depending on how your worksheet is setup, there are probably more efficient ways to search it for the headers than searching cell by cell. Can you provide an example of what you are looking at (obviously obfuscate any proprietary or non-public data)?