react-data-export
react-data-export copied to clipboard
How to merge cell
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!
would also love to know this.
Nothing?
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.
Any update on Merge. I need to apply "Merge and Center" ( Merge cells and make the content center ).
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?
Maybe someone has a solution how to simulate this option?