cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

In backoffice, how can I adjust attribute's sequence in excel export?

0 Likes
320

Hi,

I tried to implement excel export for custom field using translator template. So, I did export data what i want. But, I want to adjust attribute sequence too.

Do I need to extend the ExcelExportHandler to make adjustments?

or If you guys know simple method to do, please let me know.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member682593
Participant
0 Likes

Hi,

You can override DefaultExcelExportDivider bean, and decorate method getAttributes, to sort them as you like. You will need to return a SortedSet, as the getAttributes returns a Set.

Thanks, Marcin