java - Display complete jtextarea content into single cell of excel file during export. -


i developing 1 desktop application functionality of exporting jtable content excel file.

now here flow of project code implementing:-

form textarea remarks , report

after importing jtable excel, data written in way:- (only single record in jtable)

enter image description here

now here data exporting in proper way except our remarks & client report.

i have tried implement setlinewrap() , setwrapstyleword() still not working.

here code above functions our remarks textarea:-

 txtourremarks.setlinewrap(true);  txtourremarks.setwrapstyleword(true); 

can me out in this? thanks.

i guess problem have new line characters in output file. need replace characters blank character appear on single line in excel.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -