[转]生成 Excel.dll

来自:http://bbs.csdn.net/topics/330137762

默认的情况下microsoft excel 11.0 object library对象是一个.exe文件,所以我们需要利用工具Tlbimp.exe 生成主 Interop 程序集:
1)使用VS命令行工具;
2)把Excel拷贝到 \Microsoft Visual Studio 8\SDK\v2.0\Bin
3)输入tlbimp EXCEL.exe   /out:Excel.dll
命令完成后得到:
Microsoft (R) .NET Framework Type Library to Assembly Converter 2.0.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
TlbImp : warning TI0000 : Primary interop assembly 'Microsoft.Office.Interop.Exc
el, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' is alrea
dy registered for type library 'D:\Program Files\Microsoft Visual Studio 8\SDK\v
2.0\bin\EXCEL.exe'.
Type library imported to D:\Program Files\Microsoft Visual Studio 8\VC\Excel.dll

posted on 2018-01-08 10:12  z5337  阅读(1102)  评论(0编辑  收藏  举报