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. # Custom javascript spreasheet 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. ### Source code ```html