Multiple header in excel

1
Hello. I tried to create an excel using excel exporter module. I want to create multiple column header like this. How can I do it?
asked
1 answers
4

Hi Prakasa,

You will have to implement a custom java action using the apache poi library to implement your use case.

You can check the java action used in the excel export module to create an excel file (the Excel Exporter module also uses the Apache poi Library)

answered