securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 194 forks source link

How to merge cell #96

Open piliped opened 5 years ago

piliped commented 5 years ago

I want to merge cell when I export to excel file。but I don't know how to do this,is there an example which merges cell ? Thank you very much!

lloyddugmore commented 5 years ago

would also love to know this.

vinicius-felix commented 5 years ago

Nothing?

gsharp021 commented 4 years ago

I dug through the code and I'm pretty sure they haven't implemented merging. You can fake merging by changing the border color to white on cells that you want to look like they are merged.

bilalashraf1710 commented 3 years ago

Any update on Merge. I need to apply "Merge and Center" ( Merge cells and make the content center ).

noszone commented 3 years ago

Is there any way to merge the cells somehow? I used this component a lot in our react app. Even if it's not an implemented feature, could be possible to do some trick? Let's say to modify the code, but where in source?

yhaizler commented 3 years ago

Maybe someone has a solution how to simulate this option?