Insert custom datatable format from excel to word

Hello Everyone,

How To insert custom datatable format from excel to word.

image

Attaching Excel :
Forum.xlsx (10.1 KB)

I have this table and i want to insert into the word document without changing the format how can i achieve it ?

Thanks in Advance

Hi @Dheerendra_vishwakarma

Please find the below flow:

Sequence35.xaml (12.9 KB)

Output:

Hope it helps!!

1 Like
  1. Read Range:
  • Use an appropriate activity to read the data table from your chosen source.
  • Specify the range of cells you want to read from.
  1. Copy Image:
  • Manually select the image you want to copy.
  • Use the keyboard shortcut (e.g., Ctrl + C) to copy the image to the clipboard.
  1. Paste Image:
  • Select the target cell or range where you want to paste the image.
  • Use the keyboard shortcut (e.g., Ctrl + V) to paste the image from the clipboard.
  • Ensure the cell is empty before pasting.
  1. Save Image:
  • Utilize the “Word Application Scope” activity to define the Word document where you intend to save the image.
  • Within the Word Application Scope:
    • Use the “Add Picture” activity to insert the copied image into the Word document.
    • Optionally, specify the folder path where you want to save the Word document containing the image.

Cheers :upside_down_face:

1 Like

@Parvathy

I have tried this but it will paste at the top i want to paste this table at specified location.

Thanks

@jawagarraja123 ,

Thanks for your help

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.