Last Updated: Dec 1, 2020
Use this function to copy the values along with properties like font, color, etc. from the input range to the data table from an excel sheet.
Copy To Table with MetaData (table_name, range)
Input Parameter Name | Description |
---|---|
table_name | Name of the table from table definition to which data will be copied |
range_value | Two cell values (first cell and last cell) separated by ‘:’ to copy the values |
':' is used as separator between the cells.
Copy To Table with MetaData (FourColstable, C3:F8)
To view all the Excel functions, click here.