I am exporting excel file from Angular 8 application using https://www.npmjs.com/package/xlsx package v 0.15.3.
Everything works fine, but I can't seem to find a way to define text alignment in the cell in the exported file.
When I export excel file, text in all cells is aligned left by default, and I want to align it right.
ColInfo
and RowInfo
interfaces from this package don't seem to offer options to align text in cells.
Does anyone know how to do it with this package or any other way?