Posts by Pat • 13 points
2 posts
-
1
votes0
answers37
viewsQ: System.Outmemory error while exporting excel c#
I need to export a report to excel in c#, but when I use this code, the exception is returned 'System.OutOfMemory' on the line: wb.Worksheets.Add(dt, "Relatorio"); on account of excel size (580mil…
-
0
votes1
answer213
viewsQ: Popular List c#
I’m trying to return data from a list in a foreach. In the first foreach, it is returning the correct data, but it is not recording in the nflist variable of the first foreach, so as soon as it…