react-data-export icon indicating copy to clipboard operation
react-data-export copied to clipboard

Is this package missing border styling?

Open ogostos opened this issue 4 years ago • 0 comments

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?

ogostos avatar May 14 '20 11:05 ogostos