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:-
after importing jtable excel, data written in way:- (only single record in jtable)
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
Post a Comment