securedeveloper / react-data-export

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

Documentation on cell alignment is incorrect #181

Open joeohm opened 11 months ago

joeohm commented 11 months ago

When using the multiDataSet (from the styled_excel_sheet example), it seems that the styling for the vertical alignment does not follow the values that are outlined in the documentation:

alignment | vertical | "bottom" or "center" or "top" -- | -- | --

I found the correct values to be "left", "center" and "right". Which also makes more sense.

Hope someone finds this info useful, or that you can update the documentation.