Open orlof opened 3 years ago
One keyword for extracting the custom region from excel as RPA table type.
This looks outdated, so I'll break this feature in the actions we need to support (checked means already supported):
Table
from Excel: Read Worksheet As Table -> where we get the entire content as a Table
objectTable
from Excel in one go: by providing top-left and bottom-right corners as cell positions. Can be accomplished with cell corner positions passed as params to Read Worksheet As Table
. Do we want to support the same when reading from a CSV file as well?Set Cells Area
new RPA.Excel.Files
keyword: which inserts with overwrite a given Table
from a starting top-left cell corner position into the active worksheet.So I feel numbers 3 & 4 are missing and should be implemented. Is that correct @orlof / @mikahanninen ? (marked this as in consideration until we further scope and prioritize it)
Sometimes it is necessary to extract a Table from exact area e.g. B3-D13. It might be logical to be able to also insert a Table into a specific location in Excel.