Hi all,
In my project, we have a situation where we need to extract 3 tables appearing within a single tab of an excel spreadsheet. The challenge we are facing is to isolate these 3 tables from the single tab delimited by "#'. Also, the column range is a variable, meaning columns for table A/B/C can increase/decrease in number.
For ex:
A1 | A2 | A3 | # | B1 | B2 | B3 | # | C1 | C2 | C3 |
---|---|---|---|---|---|---|---|---|---|---|
Do you guys know any good approach for this ? Would really appreciate your help.