Posts by user179582 • 1 point
1 post
- 
		-1 votes2 answers670 viewsA: An Exception of type 'System.Outofmemoryexception' occurred in mscorlib.dll but was not handled in user code Asp.netAs the error message indicates, your system has run out of memory. Your excel file has 400 rows and 142 columns, which, by the size, makes it impossible to put everything in memory. So what I…