I am working on a project wherein I need to write the contents of my data table to specific columns on my Excel sheet.
The excel sheet has the following headers:
while my data table has the following headers:
Is there any way I can write the data to their respective places on Excel given that there are columns on the Excel file that have to be skipped. These columns are for formulas. Formulas are just overwritten when I tried to write the data table wherein I insert extra columns first to match the schema of the excel.
For each set of columns its better you use a filter datatable activity to match the columns and then use write range with cell number…because if not the values would be over written if formula are not inserted
Eg: you can use filter datatbe and have columns from ID to address and then use write range with cell number as E2