I am looking for a way to control the layout of a file before exporting it. For example, I need to fix the width of columns, set the title color, add borders to tables, highlight specific rows, or enable word wrapping programmatically before exporting. My project is built using AngularJS. Can anyone suggest a library that supports these functionalities? Here is an example image of what I am trying to achieve: Picture of Excel File
Unfortunately, when I tried using alasql library to set column widths, I encountered this bug. Bug Screenshot
Does anyone have any suggestions on how to fix this issue?