securedeveloper / react-data-export

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

Is this package missing border styling? #133

Open ogostos opened 4 years ago

ogostos commented 4 years ago

I'm using styles like it is defined in instructions.

data: [ [ { value: 'Red', style: { border: { style: 'thick', color: { rgb: "FFFFAA00" } }, fill: { patternType: 'solid', fgColor: { rgb: 'FFFF0000' } } } }, ],

Still can't see any border. If there is no such functionality how can we implement it? Any ideas?