Open GoogleCodeExporter opened 8 years ago
Please provide us more details or post some sample code that causes issue.
Original comment by jetcat
on 15 Apr 2009 at 12:57
I am not sure about Sameer's question from 2009, but when I paste the sample
code from one ExcelLibrary website into the Main function for a Console App, C#
complains about almost everything in the file. For a start, C# (VS 2010)
complains about the following statement in the sample code:
" Workbook workbook = new Workbook();"
And here is the error message:
"Cannot create an instance of the abstract class or interface
'Microsoft.Office.Tools.Excel.Workbook".
I understand interfaces, so the question is, what was intended in the sample
code?
Thus, I cannot even move on to the complaints about Interop, which is not one
of the references for the project, and which this code does not "use".
Original comment by walter.p...@kronosconsulting.net
on 23 Jan 2012 at 10:35
Original issue reported on code.google.com by
sameer.g...@gmail.com
on 6 Apr 2009 at 10:00