excel exporter output not vertical but horizontal

1
Hi, I am just trying out the excel exporter, every thing works fine but I want the output of my columns not vertical but horizontally. I know you can transpose your content within excel but I want to do it automatically. Any ideas how to achieve this?
asked
1 answers
1

Friso,

The module itself does not have this option, neither is there a standard function for this in the apache poi lib that is used. However you could expand the existing java code with the option for creating the export as a transposed document.

answered