嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Excel AddIn 示例
.
├── Excel AddIn 示例_JxyExcelAddIn.rar
└── JxyExcelAddIn
├── ExcelApp.cs
├── FormSpliTableSetting.Designer.cs
├── FormSpliTableSetting.cs
├── JxyExcelAddIn.csproj
├── JxyExcelAddIn.csproj.user
├── JxyExcelAddIn.sln
├── JxyExcelAddIn_TemporaryKey.pfx
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── RibbonCustom.Designer.cs
├── RibbonCustom.cs
├── RibbonCustom.resx
├── ThisAddIn.Designer.cs
├── ThisAddIn.Designer.xml
├── ThisAddIn.cs
├── bin
│ ├── Debug
│ │ ├── JxyExcelAddIn.dll
│ │ ├── JxyExcelAddIn.dll.manifest
│ │ ├── JxyExcelAddIn.pdb
│ │ ├── JxyExcelAddIn.vsto
│ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll
│ │ └── app.publish
│ │ ├── Application Files
│ │ │ └── JxyExcelAddIn_1_0_0_1
│ │ │ ├── JxyExcelAddIn.dll.deploy
│ │ │ ├── JxyExcelAddIn.dll.manifest
│ │ │ ├── JxyExcelAddIn.vsto
│ │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll.deploy
│ │ │ └── images
│ │ │ └── edit.png.deploy
│ │ ├── JxyExcelAddIn.vsto
│ │ └── setup.exe
│ └── Release
├── images
│ ├── commit.png
│ ├── debug.png
│ ├── edit.png
│ ├── home.png
│ ├── manager.png
│ ├── rollback.png
│ ├── run.png
│ ├── run_bulk.png
│ ├── run_step.png
│ ├── showplan.png
│ ├── table.png
│ └── trace.png
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── JxyExcelAddIn.Properties.Resources.resources
│ ├── JxyExcelAddIn.RibbonCustom.resources
│ ├── JxyExcelAddIn.csproj.AssemblyReference.cache
│ ├── JxyExcelAddIn.csproj.CopyComplete
│ ├── JxyExcelAddIn.csproj.CoreCompileInputs.cache
│ ├── JxyExcelAddIn.csproj.FileListAbsolute.txt
│ ├── JxyExcelAddIn.csproj.GenerateResource.cache
│ ├── JxyExcelAddIn.dll
│ ├── JxyExcelAddIn.pdb
│ └── TempPE
└── publish
├── Application Files
│ ├── JxyExcelAddIn_1_0_0_0
│ │ ├── JxyExcelAddIn.dll.deploy
│ │ ├── JxyExcelAddIn.dll.manifest
│ │ ├── JxyExcelAddIn.vsto
│ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll.deploy
│ │ └── images
│ │ └── edit.png.deploy
│ └── JxyExcelAddIn_1_0_0_1
│ ├── JxyExcelAddIn.dll.deploy
│ ├── JxyExcelAddIn.dll.manifest
│ ├── JxyExcelAddIn.vsto
│ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll.deploy
│ └── images
│ └── edit.png.deploy
├── JxyExcelAddIn.vsto
├── publish.rar
└── setup.exe
19 directories, 67 files