Skip to main content

Hello, i would like to get the cells information on table XLS.

For example, i know that has a format attribute in xls reader ( xlsx_row_id ) but i need too the information columm.

The image below is G 14, but how can i get it with FME wie a value attribute?

Thanks.

Hi,

Column information can be treated from attribute header in your reader.

Pratap
If you want to use G14 to locate the value, you can set "Field Names Row" to 0
If you don't want to keep the header row, set "Cell range" to start from row 2, as row 1 has the headers.
Now u have attributes A,B,C etc. With row_id's.

You can do this in the reader Parameters.

Another way would be to use a "attribute exploder."

Thanks @pratap and @gio


Reply