Skip to main content

Hi,

Im trying to write data to an xlsw writer where i want for each partner a seperate excel file with a sheet for each municipality.

So i tried to create a writer where i set my sheet name to an variabel attribute (gemeente) and then by the fanout option i tried the variabel attribute "gegevenspartner". But is doesn't work, what am i doing wrong?

hi @nath, does it work if you put "@Value(Gegevenspartner).xlsx" as fanout expression? I think the extension is important


hi @nath, does it work if you put "@Value(Gegevenspartner).xlsx" as fanout expression? I think the extension is important

Yes! Now it works! I had typed xlsx in the expression this instead of @value


Reply