> Dear All, > > i am using the BigGridDemo example for export to excel and i continuously > getting following error > > Replaced Part: /xl/worksheets/sheet1.xml part with XML error. Illegal xml > character. Line 36197, column 199. > > Yes i alread replaced following chars > < to ( >> to ) > & to AND > / to , > \ to ,
Why do you do this? Replacing & and \ could be a significant problem. These are escape characters. Regards, Dave > > but still get the same error with different line and column. > > how can i find which char is the problem? > > Can i get the list of illegal chars > > Thanks In Advance > > Shivkumar > > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/BigGridDemo-error-tp3384009p3384009.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
