title: Customize the spreadsheet style CSS keywords: Jexcel, javascript, excel-like, spreadsheet, table style, css description: Bring a very special touch to your applications customizing your javascript spreadsheet. [Back to Examples](/jspreadsheet/v3/examples "Back to the examples section") # Custom javascript spreadsheet style ## How to apply style to your table You can define the CSS for specific columns during the initialization, or through programmatically javascript calls. But, after the initialization is still possible to manage the cell style programmatically using the method getStyle or setStyle. ```html

```