securedeveloper / react-data-export

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

ExcelColumn width and style prop - Feature #82

Closed tiagohermano closed 6 years ago

tiagohermano commented 6 years ago

Pass a width prop to the ExcelColumn component.

My reason:

It would be nice to set the width for the column, so it can fit all the content inside the column's cells. Maybe even implementing a prop for styling on ExcelColumn as well. I think it would be great being able to style the column titles.

securedeveloper commented 6 years ago

@tiagohermano we already have this feature, please refer to (https://github.com/securedeveloper/react-data-export/blob/master/examples/styled_excel_sheet.md)