We are using the Display tag library in our Java based web application.
Apart from just using display tag library to show lists, we are also using it to export data to excel sheets which is working fine.
The problem is that the data is wrapped up in the Excel sheet columns.
I need to click on the cell to expand the cell to see the complete data.
Is there any way to prevent this wrapping up of data? Can Excel sheet cells adjust themselves to the width of the data in it?