I have a project where i query DB and get the results in Excel and then i need to copy that table to a word document. i manage to do all steps and it works perfectly except that the headers are not being pasted although I did not tick “Exclude Source header”
Thank you Lukas
yes, i have a formatted table and i need it like that as the data is different each day and i need to capture it dynamically; i cannot copy the full range as it will bring the empty cells
I don´t have StudioX, so I don´t now the limitations really…
You could try to enter “Excel.Sheet(Excel.Table(“YourTableName”).Worksheet).Range(“YourRangeA1:B” & Excel.Table(“YourTableName”).RowCount+1)” into Source.
or use the Activity “Find First/Last Data Row”, so you can get the exact range you need.