You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to transform a simple excel file with 4 colunms and some records,
but when I'm debuging it gives me a {"Exception of type 'System.OutOfMemoryException' was thrown."}...
An exception of type 'System.Exception' occurred in 1gk1m5gf.dll but was not handled in user code
it stops at this line: <# CreateFile("ExcelHelper.cs");#>
It generates A DataSetAnnotations.cs and a ClassGenerator.cs only with "ErrorDebuggingTemplate"
Looking at the code I think it should generate more cs with the classes for the 4 columns?
Thanx
UPDATE: I think the erros is thrown at this line: return DataSetHelper.CreateDataSet(excelPath);
The text was updated successfully, but these errors were encountered:
It should generate a cs class for every sheet you have in your work book. in addition some helper classes which are very useful for working with serializing classes to excel.
Would you be able to provide me with the excel file you are a trying to generate classes for? I can take a look at it and try and figure out what the issue is.
Hi,
I was trying to transform a simple excel file with 4 colunms and some records,
but when I'm debuging it gives me a {"Exception of type 'System.OutOfMemoryException' was thrown."}...
An exception of type 'System.Exception' occurred in 1gk1m5gf.dll but was not handled in user code
it stops at this line: <# CreateFile("ExcelHelper.cs");#>
It generates A DataSetAnnotations.cs and a ClassGenerator.cs only with "ErrorDebuggingTemplate"
Looking at the code I think it should generate more cs with the classes for the 4 columns?
Thanx
UPDATE: I think the erros is thrown at this line: return DataSetHelper.CreateDataSet(excelPath);
The text was updated successfully, but these errors were encountered: