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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -