securedeveloper / react-data-export

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

Cell Alignment failed #92

Open sakhisheikh opened 5 years ago

sakhisheikh commented 5 years ago

I have tried many ways but haven't succeeded in cell alignment changed to right. Please let me know if this is possible. I have used readingOrder.

{ value: "H1", style: { alignment: { readingOrder: 1} } },

{ value: "H1", style: { alignment: { readingOrder: 2} } },

Is there anything I'm doing wrong here. Thanks.

securedeveloper commented 5 years ago

readingOrder is not for cell alignment it's actually for ltr and rtl, try {alignment: {horizontal: VALUE }}