title: Jspreadsheet | Examples | Text wrap keywords: Jexcel, jquery, javascript, excel-like, spreadsheet, jquery plugin, text wrapping description: How to change the text wrap behavior in a Jspreadsheet column [Back to Examples](/jspreadsheet/v2/examples) # Text wrapping The javascript spreadsheet default configuration does not wrap the text. But, you can change this behavior by using the wordWrap option in the jquery plugin initialization. In the most recent version of Jspreadsheet, alt+enter will allow the user to add a new line when editing the text when the wrap is enabled ## Source code ```html
```