Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Commented Unassigned: v4.1 - We found a problem with some content [15577]

$
0
0


Hi,

I am getting that error message using the latest version 4.1 - works find on 4.0.5 but I need some of the new
features on the latest version like InsertColumn which copies comments, and notes etc...

error message
"We found a problem with some content in " when opening the file, after its stream as file.

This occurs when using GetAsByteArray()

I seen some examples like

Response.Clear();
Response.ClearHeaders();
Response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
Response.AppendHeader("Content-Disposition", string.Format("attachment;filename={0}", fileName));
Response.BinaryWrite(output);
Response.Flush();
Response.End();

and

const string contentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
return File(output, contentType, fileName);

but neither is working .





Comments: Narrow down to an issue calling method InsertColumn - my Excel file has comments added to a few cells, guess something new in this method that copy the comments details across, it causing the file to display error - Removed Records: Formula from /xl/worksheets/sheet9.xml part

Viewing all articles
Browse latest Browse all 2262

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>