Hi, I am trying to use the logic implemented in BigGridDemo.java file (http://www.docjar.org/docs/api/org/apache/poi/xssf/usermodel/examples/BigGridDemo.html), its blazing fast and consumes very less memory but it fails most of the time due to some special characters in the data. Is there a way to avoid the special characters related issues when using this code?
Currently I am handling the characters (by replacing them with some other string) one by one whenever I face an issue with any particular character, it would be great if someone has any solution to overcome this issue? Thanks, Barani -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Regarding-BigGridDemo-Special-characters-issue-tp3965446p3965446.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
