Skip to main content
Question

Add results of FME Workbench to an existing Excel Workbook

  • February 20, 2023
  • 1 reply
  • 363 views

brad_burrell

I have pull and transformed a series of table from a MS SQL Database. I am now trying to using FME to enter them into a specific sheet starting as a specified cell.

 

I feel like this should incredible simple, but I struggling to get it to do what I need.

1 reply

srinivasgg
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 18 replies
  • February 21, 2023

Hi,

In order to use existing excel Workbook, we may need to update the sheet using row_id which SHOULD match in excel sheet and as well as in the pulled table. Before that we need to read the existing ExcelSheet for the requried Attributes to get update. Below attached screen might be helpful.

image