xlsx-ls-style : Support for merged cell styles for iOS applications
I am having problems with the rendering of merged cells in iOS applications such as Numbers
.
can not apply styles to cells in SheetJS
I’ve created a JavaScript code that is supposed to retrieve data from a Spring Controller and download the data in the format of an Excel file. The data retrieval part is working fine, and I’m able to apply width and height to the cells as well. However, aligning or any other styling of the text inside the cells is problematic.