I’m creating an XLS report using JasperReports with code: I need to remove Software information from the xls file metadata The result of running exiftool Vinculaciones.xls command: Answer Try adding these lines: This won’t remove the Software metadata field, but it would put an empty value for it. If you want to completely remove the field you’ll have to change/extend
Tag: export-to-excel
Multiline text in Excel cells
I’m trying to write multiline text to excel cells. But when I open the document, I see only one line until I double-click it for editing, then it becomes two-lined. Why is it so? Thanks Answer You need to set the row height to accomodate two lines of text. You need to set the wrap text = true to get