Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error While Creating Excel file?

Tags:

c#

c#-4.0

I am developing an Application using C#.NET in Window 7. The application generate excel document. In my system, Office 2010 had been installed.

Creating an instance of the COM component with CLSID {00024500-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 80010001.

like image 752
gaurav00500 Avatar asked Jul 23 '26 08:07

gaurav00500


1 Answers

You don't provide much information about. It's a web, a windows service or desktop application?

However, using com interop isn't needed any more to create Excel files in the new xml based format. See this:

http://excelpackage.codeplex.com/

Best regards.

like image 187
Oscar Avatar answered Jul 24 '26 23:07

Oscar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!