Relative Content

Tag Archive for javascriptxlsxsheetjs

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.