I've run into the same "error" at least and it turned out to be surprising enough, illegal characters for XML without being escaped. Either check the source data coming in or add in all of the checks to make sure the data you're inserting doesn't have < > & etc...

On 8/20/2010 9:30 AM, dpchandra wrote:
I used BigGridDemo in my project for generating huge data having nearly 60
thousand rows. In my project i am trying to generate 3 continuous xlsx files
continuously. Out of 3 files only two files which has limited rows generated
without any issue. But the third file which has huge data is giving problem
while opening. Code wise i checked there are no exceptions and temporary xml
file was generated. But while opening it is giving an error like

"Replaced Part: /xl/worksheets/sheet1.xml part with XML error.  Illegal xml
character. Line 31287, column 139."

Can any one suggest me what may be the cause for this error.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to