Skip to main content
Question

Manipulating the data of excel file with many sheets

  • March 9, 2018
  • 4 replies
  • 27 views

mario_bla
Participant
Forum|alt.badge.img+6

Hello,

I'm new in FME but have some basic knowledge. I am trying to fetch some data from excel file and use it for analysis and making graphical representations (charts) but I am stuck with the steps much prior to this analysis. Unfortunately, excel file is not very well organized nor structured so I'm trying to overcome this problems and I managed to read some amount of data in structured form.

What I'm having problem with is this: excel is organized in many sheet: first (main) sheet has summary data from all the rest of sheets and one column is hyperlink to a specific sheet which holds the data in more detail. I would like that after the running of the workbench I have the ability to choose the specific sheet for analysis based on list of sheets I have already obtained from hyperlinks in the main sheet.

I tried to figure this out for the whole day without success. I would appreciate any suggestions or pointers.

Thank you in advance!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • March 9, 2018

I would consider using a regular excel reader on the main sheet only, and analysing it to determine which additional sheets (feature types) need to be read in, and then using a feature reader on the same excel file to read in that specific sheet.


fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • March 11, 2018

This does sound like quite an interesting setup. If you could post a scaled down (data removed?) mockup Excel file, that might help others dig in.


mario_bla
Participant
Forum|alt.badge.img+6
  • Author
  • Participant
  • March 16, 2018

Thank you both very much for your effort. Sorry for taking me so long time to respond - I wasn't able to use FME for the last several days. I have prepared some mockup file, as asked, so I would appreciate any help with this issue.mockup.xlsx


jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • March 16, 2018

Here's the basic concept: excelreadsheetdynamically.fmw

The trick to remember is to enable hyperlinks when initially adding the main excel reader.