question in using office web components in c# windows application

M

Manikandan

Hi,
I have a question reg excel interop.
I have no excel installation(office installation) in my system
I'm using office web components in my application.
is there any help available to use office web components in c#
windows application?
I would like to know how to regenerate interop assembly for excel
I tried using tlbimp, getting error as below

TlbImp : error TI0000 : The input file 'C:\DEV\test\ExcelInterop\O
WC11.dll' is not a valid type library.

tried with Interop.OWC11.dll also, getting same error.

TlbImp : error TI0000 : The input file 'C:\DEV\test\ExcelInterop
\Interop.OWC11.dll' is not a valid type library.

Any help link/tutorial available for using office web components?


Thanks,
Mani
 
R

Rad [Visual C# MVP]

Hi,
I have a question reg excel interop.
I have no excel installation(office installation) in my system
I'm using office web components in my application.
is there any help available to use office web components in c#
windows application?
I would like to know how to regenerate interop assembly for excel
I tried using tlbimp, getting error as below

TlbImp : error TI0000 : The input file 'C:\DEV\test\ExcelInterop\O
WC11.dll' is not a valid type library.

tried with Interop.OWC11.dll also, getting same error.

TlbImp : error TI0000 : The input file 'C:\DEV\test\ExcelInterop
\Interop.OWC11.dll' is not a valid type library.

Any help link/tutorial available for using office web components?


Thanks,
Mani

If you have no excel in the server then you need to use some third
party component that allows you to create and manipulate excel files.
Check out aspose.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top