xml - Error in excel file -
xml - Error in excel file -
i have generated excel file. when seek open it, error "problems came in next areas during load: table". open log , found
xml error in table reason: bad value file: c:\test.xml group: cell tag: info value: 5 xml error in table reason: bad value file: c:\test.xml group: cell tag: info value: 5 xml error in table reason: bad value file: c:\test.xml group: cell tag: info value: 5 xml error in table reason: bad value file: c:\test.xml group: cell tag: info value: 5how can found error? it's big file 80 mb. possible exist tools show info error more accurate.
you can start openinng xml file in text editor , finding places <cell><data>...</data></cell> has value "5" or similar (with regex <cell.*>[\r\n\s]*<data.*>5.*</data>[\r\n\s]*</cell> example). after identify rows causing error can compare them ones don't. think problem cell's style doesn't correspond value.
you can seek repair file excel (http://office.microsoft.com/en-us/excel-help/repairing-corrupted-files-in-excel-ha001034656.aspx)
if identify problem rows still can't figure out problem is, upload truncated file somewhere
xml excel logging
Comments
Post a Comment