Skip to main content
Solved

How to remove image when writing to excel

  • January 11, 2018
  • 4 replies
  • 50 views

Forum|alt.badge.img

I'm reading in ECW file to get the Filename, X Y Min, X Y Max. Write to excel, I do not want the image/raster in my excel file.

How do I get rid of the image?

Best answer by danilo_fme

Hi @corndawgpower,

You can use the transformer GeometryRemover before your Write XLS.

Thanks,

Danilo

 

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

danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • Best Answer
  • January 11, 2018

Hi @corndawgpower,

You can use the transformer GeometryRemover before your Write XLS.

Thanks,

Danilo

 


Forum|alt.badge.img

Hi @corndawgpower,

You can use the transformer GeometryRemover before your Write XLS.

Thanks,

Danilo

 

Thank you.


danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • January 11, 2018

Thank you.

You are welcome. :)

 

 


fmejamesl
Contributor
Forum|alt.badge.img+5
  • Contributor
  • July 11, 2024

Just ran into this one. This post saved my afternoon. :)