Merge cells while exporting to excel

Merge cells while exporting to excel

anshgupta1298anshgupta1298 Posts: 3Questions: 3Answers: 0

I jave customized the excel button to create a new sheet which is parsed to fill data in the sheet.
The sheet looks like this:

A -> B
A -> C
A -> D

P - > Q

R -> S
R -> T

I want the cells in the first column to be merged.

Like:
A -> B
-> C
-> D
P -> Q

R -> S
-> T

Can anyone plz tell how this can be achieved using datatables.
I tried mergeCells. But could not get any success. It keeps on showing cannot read property 'appendChild' of undefined.

Answers

Sign In or Register to comment.