实例介绍
vsto 开发excel源代码 以c#写的
【实例截图】
【核心代码】
Sources.zip
├── Chapter2
│ ├── ApplicationStates
│ │ ├── ApplicationStates.csproj
│ │ ├── ApplicationStates.csproj.user
│ │ ├── ApplicationStates.sln
│ │ ├── ApplicationStates.suo
│ │ ├── ApplicationStates.xls
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ApplicationStates.dll
│ │ │ │ ├── ApplicationStates.pdb
│ │ │ │ └── ApplicationStates.xls
│ │ │ └── Release
│ │ │ ├── ApplicationStates.dll
│ │ │ ├── ApplicationStates.pdb
│ │ │ └── ApplicationStates.xls
│ │ ├── obj
│ │ │ ├── ApplicationStates.csproj.FileList.txt
│ │ │ ├── Debug
│ │ │ │ ├── ApplicationStates.csproj.GenerateResource.Cache
│ │ │ │ ├── ApplicationStates.csproj.ResolveComReference.cache
│ │ │ │ ├── ApplicationStates.dll
│ │ │ │ ├── ApplicationStates.pdb
│ │ │ │ ├── ApplicationStates.Properties.Resources.resources
│ │ │ │ ├── ApplicationStates.Sheet1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ └── Release
│ │ │ ├── ApplicationStates.csproj.FileListAbsolute.txt
│ │ │ ├── ApplicationStates.csproj.GenerateResource.Cache
│ │ │ ├── ApplicationStates.csproj.ResolveComReference.cache
│ │ │ ├── ApplicationStates.dll
│ │ │ ├── ApplicationStates.pdb
│ │ │ ├── ApplicationStates.Properties.Resources.resources
│ │ │ ├── ApplicationStates.Sheet1.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ ├── ThisWorkbook.Designer.xml
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── DynamicControls
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DynamicControls.dll
│ │ │ │ ├── DynamicControls.pdb
│ │ │ │ └── DynamicControls.xls
│ │ │ └── Release
│ │ │ ├── DynamicControls.dll
│ │ │ ├── DynamicControls.pdb
│ │ │ └── DynamicControls.xls
│ │ ├── DynamicControls.csproj
│ │ ├── DynamicControls.sln
│ │ ├── DynamicControls.suo
│ │ ├── DynamicControls.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DynamicControls.csproj.GenerateResource.Cache
│ │ │ │ ├── DynamicControls.csproj.ResolveComReference.cache
│ │ │ │ ├── DynamicControls.dll
│ │ │ │ ├── DynamicControls.pdb
│ │ │ │ ├── DynamicControls.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── DynamicControls.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── DynamicControls.csproj.GenerateResource.Cache
│ │ │ ├── DynamicControls.csproj.ResolveComReference.cache
│ │ │ ├── DynamicControls.dll
│ │ │ ├── DynamicControls.pdb
│ │ │ ├── DynamicControls.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ ├── ExcelWorkbook1
│ │ ├── Backup
│ │ │ ├── ExcelWorkbook1.csproj
│ │ │ ├── ExcelWorkbook1.csproj.user
│ │ │ ├── ExcelWorkbook1.sln
│ │ │ ├── ExcelWorkbook1.suo
│ │ │ ├── ExcelWorkbook1.xls
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Sheet1.cs
│ │ │ ├── Sheet1.Designer.cs
│ │ │ ├── Sheet1.Designer.xml
│ │ │ ├── Sheet1.resx
│ │ │ ├── Sheet2.cs
│ │ │ ├── Sheet2.Designer.cs
│ │ │ ├── Sheet2.Designer.xml
│ │ │ ├── Sheet3.cs
│ │ │ ├── Sheet3.Designer.cs
│ │ │ ├── Sheet3.Designer.xml
│ │ │ ├── ThisWorkbook.cs
│ │ │ ├── ThisWorkbook.Designer.cs
│ │ │ └── ThisWorkbook.Designer.xml
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ExcelWorkbook1.dll
│ │ │ │ ├── ExcelWorkbook1.pdb
│ │ │ │ └── ExcelWorkbook1.xls
│ │ │ └── Release
│ │ │ ├── ExcelWorkbook1.dll
│ │ │ ├── ExcelWorkbook1.pdb
│ │ │ └── ExcelWorkbook1.xls
│ │ ├── ExcelWorkbook1.csproj
│ │ ├── ExcelWorkbook1.csproj.user
│ │ ├── ExcelWorkbook1.sln
│ │ ├── ExcelWorkbook1.suo
│ │ ├── ExcelWorkbook1.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ExcelWorkbook1.csproj.GenerateResource.Cache
│ │ │ │ ├── ExcelWorkbook1.csproj.ResolveComReference.cache
│ │ │ │ ├── ExcelWorkbook1.dll
│ │ │ │ ├── ExcelWorkbook1.pdb
│ │ │ │ ├── ExcelWorkbook1.Properties.Resources.resources
│ │ │ │ ├── ExcelWorkbook1.Sheet1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── ExcelWorkbook1.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── ExcelWorkbook1.csproj.FileListAbsolute.txt
│ │ │ ├── ExcelWorkbook1.csproj.GenerateResource.Cache
│ │ │ ├── ExcelWorkbook1.csproj.ResolveComReference.cache
│ │ │ ├── ExcelWorkbook1.dll
│ │ │ ├── ExcelWorkbook1.pdb
│ │ │ ├── ExcelWorkbook1.Properties.Resources.resources
│ │ │ ├── ExcelWorkbook1.Sheet1.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet2.resx
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ ├── ThisWorkbook.Designer.xml
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── FirstExcelApplication
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Book1.xls
│ │ │ │ ├── FirstExcelApplication.exe
│ │ │ │ ├── FirstExcelApplication.pdb
│ │ │ │ └── FirstExcelApplication.vshost.exe
│ │ │ └── Release
│ │ │ ├── FirstExcelApplication.exe
│ │ │ ├── FirstExcelApplication.pdb
│ │ │ └── FirstExcelApplication.vshost.exe
│ │ ├── Book1.xls
│ │ ├── FirstExcelApplication.csproj
│ │ ├── FirstExcelApplication.sln
│ │ ├── FirstExcelApplication.suo
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── FirstExcelApplication.csproj.GenerateResource.Cache
│ │ │ │ ├── FirstExcelApplication.csproj.ResolveComReference.cache
│ │ │ │ ├── FirstExcelApplication.exe
│ │ │ │ ├── FirstExcelApplication.Form1.resources
│ │ │ │ ├── FirstExcelApplication.pdb
│ │ │ │ ├── FirstExcelApplication.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── FirstExcelApplication.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── FirstExcelApplication.csproj.GenerateResource.Cache
│ │ │ ├── FirstExcelApplication.csproj.ResolveComReference.cache
│ │ │ ├── FirstExcelApplication.exe
│ │ │ ├── FirstExcelApplication.Form1.resources
│ │ │ ├── FirstExcelApplication.pdb
│ │ │ ├── FirstExcelApplication.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RangeValueSamples
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── RangeValueSamples.exe
│ │ │ │ ├── RangeValueSamples.pdb
│ │ │ │ └── RangeValueSamples.vshost.exe
│ │ │ └── Release
│ │ │ ├── RangeValueSamples.exe
│ │ │ ├── RangeValueSamples.pdb
│ │ │ ├── RangeValueSamples.vshost.exe
│ │ │ └── RangeValueSamples.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── RangeValueSamples.csproj.GenerateResource.Cache
│ │ │ │ ├── RangeValueSamples.csproj.ResolveComReference.cache
│ │ │ │ ├── RangeValueSamples.exe
│ │ │ │ ├── RangeValueSamples.Form1.resources
│ │ │ │ ├── RangeValueSamples.pdb
│ │ │ │ ├── RangeValueSamples.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── RangeValueSamples.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── RangeValueSamples.csproj.FileListAbsolute.txt
│ │ │ ├── RangeValueSamples.csproj.GenerateResource.Cache
│ │ │ ├── RangeValueSamples.csproj.ResolveComReference.cache
│ │ │ ├── RangeValueSamples.exe
│ │ │ ├── RangeValueSamples.Form1.resources
│ │ │ ├── RangeValueSamples.pdb
│ │ │ ├── RangeValueSamples.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RangeValueSamples.csproj
│ │ ├── RangeValueSamples.sln
│ │ ├── RangeValueSamples.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── SaleItems
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── SaleItems.dll
│ │ │ │ ├── SaleItems.pdb
│ │ │ │ └── SaleItems.xls
│ │ │ └── Release
│ │ │ ├── SaleItems.dll
│ │ │ ├── SaleItems.pdb
│ │ │ └── SaleItems.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── SaleItems.csproj.GenerateResource.Cache
│ │ │ │ ├── SaleItems.csproj.ResolveComReference.cache
│ │ │ │ ├── SaleItems.dll
│ │ │ │ ├── SaleItems.pdb
│ │ │ │ ├── SaleItems.Properties.Resources.resources
│ │ │ │ ├── SaleItems.Sheet1.resources
│ │ │ │ └── TempPE
│ │ │ ├── Release
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── SaleItems.csproj.FileListAbsolute.txt
│ │ │ │ ├── SaleItems.csproj.GenerateResource.Cache
│ │ │ │ ├── SaleItems.csproj.ResolveComReference.cache
│ │ │ │ ├── SaleItems.dll
│ │ │ │ ├── SaleItems.pdb
│ │ │ │ ├── SaleItems.Properties.Resources.resources
│ │ │ │ ├── SaleItems.Sheet1.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── SaleItems.csproj.FileList.txt
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SaleItems.csproj
│ │ ├── SaleItems.csproj.user
│ │ ├── SaleItems.sln
│ │ ├── SaleItems.suo
│ │ ├── SaleItems.xls
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ ├── ThisWorkbook.Designer.xml
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── WindowsArrangement
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── WindowsArrangement.dll
│ │ │ │ ├── WindowsArrangement.pdb
│ │ │ │ └── WindowsArrangement.xls
│ │ │ └── Release
│ │ │ ├── WindowsArrangement.dll
│ │ │ ├── WindowsArrangement.pdb
│ │ │ └── WindowsArrangement.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ ├── WindowsArrangement.csproj.GenerateResource.Cache
│ │ │ │ ├── WindowsArrangement.csproj.ResolveComReference.cache
│ │ │ │ ├── WindowsArrangement.dll
│ │ │ │ ├── WindowsArrangement.pdb
│ │ │ │ ├── WindowsArrangement.Properties.Resources.resources
│ │ │ │ └── WindowsArrangement.Sheet1.resources
│ │ │ ├── Release
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowsArrangement.csproj.FileListAbsolute.txt
│ │ │ │ ├── WindowsArrangement.csproj.GenerateResource.Cache
│ │ │ │ ├── WindowsArrangement.csproj.ResolveComReference.cache
│ │ │ │ ├── WindowsArrangement.dll
│ │ │ │ ├── WindowsArrangement.pdb
│ │ │ │ ├── WindowsArrangement.Properties.Resources.resources
│ │ │ │ └── WindowsArrangement.Sheet1.resources
│ │ │ └── WindowsArrangement.csproj.FileList.txt
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ ├── ThisWorkbook.Designer.xml
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── WindowsArrangement.csproj
│ │ ├── WindowsArrangement.csproj.user
│ │ ├── WindowsArrangement.sln
│ │ ├── WindowsArrangement.suo
│ │ └── WindowsArrangement.xls
│ └── WorkbookProperties
│ ├── bin
│ │ ├── Debug
│ │ │ ├── WorkbookProperties.dll
│ │ │ ├── WorkbookProperties.pdb
│ │ │ └── WorkbookProperties.xls
│ │ └── Release
│ │ ├── WorkbookProperties.dll
│ │ ├── WorkbookProperties.pdb
│ │ └── WorkbookProperties.xls
│ ├── obj
│ │ ├── Debug
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── WorkbookProperties.csproj.GenerateResource.Cache
│ │ │ ├── WorkbookProperties.csproj.ResolveComReference.cache
│ │ │ ├── WorkbookProperties.dll
│ │ │ ├── WorkbookProperties.pdb
│ │ │ └── WorkbookProperties.Properties.Resources.resources
│ │ ├── Release
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WorkbookProperties.csproj.FileListAbsolute.txt
│ │ │ ├── WorkbookProperties.csproj.GenerateResource.Cache
│ │ │ ├── WorkbookProperties.csproj.ResolveComReference.cache
│ │ │ ├── WorkbookProperties.dll
│ │ │ ├── WorkbookProperties.pdb
│ │ │ └── WorkbookProperties.Properties.Resources.resources
│ │ └── WorkbookProperties.csproj.FileList.txt
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Sheet1.cs
│ ├── Sheet1.Designer.cs
│ ├── Sheet1.Designer.xml
│ ├── Sheet2.cs
│ ├── Sheet2.Designer.cs
│ ├── Sheet2.Designer.xml
│ ├── Sheet3.cs
│ ├── Sheet3.Designer.cs
│ ├── Sheet3.Designer.xml
│ ├── ThisWorkbook.cs
│ ├── ThisWorkbook.Designer.cs
│ ├── ThisWorkbook.Designer.xml
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── WorkbookProperties.csproj
│ ├── WorkbookProperties.csproj.user
│ ├── WorkbookProperties.sln
│ ├── WorkbookProperties.suo
│ └── WorkbookProperties.xls
├── Chapter3
│ ├── AddCommentSample
│ │ ├── AddCommentSample.csproj
│ │ ├── AddCommentSample.csproj.user
│ │ ├── AddCommentSample.sln
│ │ ├── AddCommentSample.suo
│ │ ├── AddCommentSample.xls
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── AddCommentSample.dll
│ │ │ │ ├── AddCommentSample.pdb
│ │ │ │ └── AddCommentSample.xls
│ │ │ └── Release
│ │ │ ├── AddCommentSample.dll
│ │ │ ├── AddCommentSample.pdb
│ │ │ └── AddCommentSample.xls
│ │ ├── obj
│ │ │ ├── AddCommentSample.csproj.FileList.txt
│ │ │ ├── Debug
│ │ │ │ ├── AddCommentSample.csproj.GenerateResource.Cache
│ │ │ │ ├── AddCommentSample.csproj.ResolveComReference.cache
│ │ │ │ ├── AddCommentSample.dll
│ │ │ │ ├── AddCommentSample.pdb
│ │ │ │ ├── AddCommentSample.Properties.Resources.resources
│ │ │ │ ├── AddCommentSample.Sheet1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ └── Release
│ │ │ ├── AddCommentSample.csproj.FileListAbsolute.txt
│ │ │ ├── AddCommentSample.csproj.GenerateResource.Cache
│ │ │ ├── AddCommentSample.csproj.ResolveComReference.cache
│ │ │ ├── AddCommentSample.dll
│ │ │ ├── AddCommentSample.pdb
│ │ │ ├── AddCommentSample.Properties.Resources.resources
│ │ │ ├── AddCommentSample.Sheet1.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ ├── ThisWorkbook.Designer.xml
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── AutoFillSample
│ │ ├── AutoFillSample.csproj
│ │ ├── AutoFillSample.sln
│ │ ├── AutoFillSample.suo
│ │ ├── AutoFillSample.xls
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── AutoFillSample.dll
│ │ │ │ ├── AutoFillSample.pdb
│ │ │ │ └── AutoFillSample.xls
│ │ │ └── Release
│ │ │ ├── AutoFillSample.dll
│ │ │ ├── AutoFillSample.pdb
│ │ │ └── AutoFillSample.xls
│ │ ├── obj
│ │ │ ├── AutoFillSample.csproj.FileList.txt
│ │ │ ├── Debug
│ │ │ │ ├── AutoFillSample.csproj.GenerateResource.Cache
│ │ │ │ ├── AutoFillSample.csproj.ResolveComReference.cache
│ │ │ │ ├── AutoFillSample.dll
│ │ │ │ ├── AutoFillSample.pdb
│ │ │ │ ├── AutoFillSample.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Release
│ │ │ ├── AutoFillSample.csproj.GenerateResource.Cache
│ │ │ ├── AutoFillSample.csproj.ResolveComReference.cache
│ │ │ ├── AutoFillSample.dll
│ │ │ ├── AutoFillSample.pdb
│ │ │ ├── AutoFillSample.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ ├── DIY
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CzExcel.dll
│ │ │ │ ├── DIY.dll
│ │ │ │ ├── DIY.pdb
│ │ │ │ └── DIY.xls
│ │ │ └── Release
│ │ │ ├── CzExcel.dll
│ │ │ ├── DIY.dll
│ │ │ ├── DIY.pdb
│ │ │ └── DIY.xls
│ │ ├── DIY.csproj
│ │ ├── DIY.sln
│ │ ├── DIY.suo
│ │ ├── DIY.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DIY.csproj.GenerateResource.Cache
│ │ │ │ ├── DIY.csproj.ResolveComReference.cache
│ │ │ │ ├── DIY.dll
│ │ │ │ ├── DIY.pdb
│ │ │ │ ├── DIY.Properties.Resources.resources
│ │ │ │ ├── DIY.Sheet1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── DIY.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── DIY.csproj.GenerateResource.Cache
│ │ │ ├── DIY.csproj.ResolveComReference.cache
│ │ │ ├── DIY.dll
│ │ │ ├── DIY.pdb
│ │ │ ├── DIY.Properties.Resources.resources
│ │ │ ├── DIY.Sheet1.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ ├── EveryCalendar
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EveryCalendar.dll
│ │ │ │ ├── EveryCalendar.pdb
│ │ │ │ └── EveryCalendar.xls
│ │ │ └── Release
│ │ │ ├── EveryCalendar.dll
│ │ │ ├── EveryCalendar.pdb
│ │ │ └── EveryCalendar.xls
│ │ ├── EveryCalendar.csproj
│ │ ├── EveryCalendar.csproj.user
│ │ ├── EveryCalendar.sln
│ │ ├── EveryCalendar.suo
│ │ ├── EveryCalendar.xls
│ │ ├── obj
│ │ │ ├── Calendar2006.csproj.FileList.txt
│ │ │ ├── Debug
│ │ │ │ ├── Calendar2006.csproj.GenerateResource.Cache
│ │ │ │ ├── Calendar2006.csproj.ResolveComReference.cache
│ │ │ │ ├── EveryCalendar.csproj.GenerateResource.Cache
│ │ │ │ ├── EveryCalendar.csproj.ResolveComReference.cache
│ │ │ │ ├── EveryCalendar.dll
│ │ │ │ ├── EveryCalendar.pdb
│ │ │ │ ├── EveryCalendar.Properties.Resources.resources
│ │ │ │ ├── EveryCalendar.Sheet1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── EveryCalendar.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── EveryCalendar.csproj.GenerateResource.Cache
│ │ │ ├── EveryCalendar.csproj.ResolveComReference.cache
│ │ │ ├── EveryCalendar.dll
│ │ │ ├── EveryCalendar.pdb
│ │ │ ├── EveryCalendar.Properties.Resources.resources
│ │ │ ├── EveryCalendar.Sheet1.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ ├── GradesFilter
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CzExcel.dll
│ │ │ │ ├── GradesFilter.dll
│ │ │ │ ├── GradesFilter.pdb
│ │ │ │ └── GradesFilter.xls
│ │ │ └── Release
│ │ │ ├── CzExcel.dll
│ │ │ ├── GradesFilter.dll
│ │ │ ├── GradesFilter.pdb
│ │ │ └── GradesFilter.xls
│ │ ├── GradesFilter.csproj
│ │ ├── GradesFilter.sln
│ │ ├── GradesFilter.suo
│ │ ├── GradesFilter.xls
│ │ ├── obj
│ │ │ ├── AutoFilterSample.csproj.FileList.txt
│ │ │ ├── Debug
│ │ │ │ ├── AutoFilterSample.csproj.GenerateResource.Cache
│ │ │ │ ├── AutoFilterSample.csproj.ResolveComReference.cache
│ │ │ │ ├── GradesFilter.csproj.GenerateResource.Cache
│ │ │ │ ├── GradesFilter.csproj.ResolveComReference.cache
│ │ │ │ ├── GradesFilter.dll
│ │ │ │ ├── GradesFilter.pdb
│ │ │ │ ├── GradesFilter.Properties.Resources.resources
│ │ │ │ ├── GradesFilter.Sheet1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── GradesFilter.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── GradesFilter.csproj.GenerateResource.Cache
│ │ │ ├── GradesFilter.csproj.ResolveComReference.cache
│ │ │ ├── GradesFilter.dll
│ │ │ ├── GradesFilter.pdb
│ │ │ ├── GradesFilter.Properties.Resources.resources
│ │ │ ├── GradesFilter.Sheet1.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ ├── GroupSample
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── GroupSample.dll
│ │ │ │ ├── GroupSample.pdb
│ │ │ │ └── GroupSample.xls
│ │ │ └── Release
│ │ │ ├── GroupSample.dll
│ │ │ ├── GroupSample.pdb
│ │ │ └── GroupSample.xls
│ │ ├── GroupSample.csproj
│ │ ├── GroupSample.sln
│ │ ├── GroupSample.suo
│ │ ├── GroupSample.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── GroupSample.csproj.GenerateResource.Cache
│ │ │ │ ├── GroupSample.csproj.ResolveComReference.cache
│ │ │ │ ├── GroupSample.dll
│ │ │ │ ├── GroupSample.pdb
│ │ │ │ ├── GroupSample.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── GroupSample.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── GroupSample.csproj.GenerateResource.Cache
│ │ │ ├── GroupSample.csproj.ResolveComReference.cache
│ │ │ ├── GroupSample.dll
│ │ │ ├── GroupSample.pdb
│ │ │ ├── GroupSample.Properties.Resources.resources
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ ├── ProductPrices
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CzExcel.dll
│ │ │ │ ├── ProductPrices.dll
│ │ │ │ ├── ProductPrices.pdb
│ │ │ │ └── ProductPrices.xls
│ │ │ └── Release
│ │ │ ├── CzExcel.dll
│ │ │ ├── ProductPrices.dll
│ │ │ ├── ProductPrices.pdb
│ │ │ └── ProductPrices.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ProductPrices.csproj.GenerateResource.Cache
│ │ │ │ ├── ProductPrices.csproj.ResolveComReference.cache
│ │ │ │ ├── ProductPrices.dll
│ │ │ │ ├── ProductPrices.pdb
│ │ │ │ ├── ProductPrices.Properties.Resources.resources
│ │ │ │ ├── ProductPrices.Sheet1.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ ├── ProductPrices.csproj.FileList.txt
│ │ │ └── Release
│ │ │ ├── ProductPrices.csproj.GenerateResource.Cache
│ │ │ ├── ProductPrices.csproj.ResolveComReference.cache
│ │ │ ├── ProductPrices.dll
│ │ │ ├── ProductPrices.pdb
│ │ │ ├── ProductPrices.Properties.Resources.resources
│ │ │ ├── ProductPrices.Sheet1.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── ProductPrices.csproj
│ │ ├── ProductPrices.sln
│ │ ├── ProductPrices.suo
│ │ ├── ProductPrices.xls
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ ├── SalesOutLine
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── SalesOutLine.dll
│ │ │ │ ├── SalesOutLine.pdb
│ │ │ │ └── SalesOutLine.xls
│ │ │ └── Release
│ │ │ ├── SalesOutLine.dll
│ │ │ ├── SalesOutLine.pdb
│ │ │ └── SalesOutLine.xls
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── OutLineSample.csproj.GenerateResource.Cache
│ │ │ │ ├── OutLineSample.csproj.ResolveComReference.cache
│ │ │ │ ├── SalesOutLine.csproj.GenerateResource.Cache
│ │ │ │ ├── SalesOutLine.csproj.ResolveComReference.cache
│ │ │ │ ├── SalesOutLine.dll
│ │ │ │ ├── SalesOutLine.pdb
│ │ │ │ ├── SalesOutLine.Properties.Resources.resources
│ │ │ │ ├── SalesOutLine.Sheet1.resources
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WorksheetOutLine.csproj.GenerateResource.Cache
│ │ │ │ ├── WorksheetOutLine.csproj.ResolveComReference.cache
│ │ │ │ ├── WorksheetOutLine.dll
│ │ │ │ ├── WorksheetOutLine.pdb
│ │ │ │ ├── WorksheetOutLine.Properties.Resources.resources
│ │ │ │ └── WorksheetOutLine.Sheet1.resources
│ │ │ ├── OutLineSample.csproj.FileList.txt
│ │ │ ├── Release
│ │ │ │ ├── SalesOutLine.csproj.GenerateResource.Cache
│ │ │ │ ├── SalesOutLine.csproj.ResolveComReference.cache
│ │ │ │ ├── SalesOutLine.dll
│ │ │ │ ├── SalesOutLine.pdb
│ │ │ │ ├── SalesOutLine.Properties.Resources.resources
│ │ │ │ ├── SalesOutLine.Sheet1.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── SalesOutLine.csproj.FileList.txt
│ │ │ └── WorksheetOutLine.csproj.FileList.txt
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SalesOutLine.csproj
│ │ ├── SalesOutLine.sln
│ │ ├── SalesOutLine.suo
│ │ ├── SalesOutLine.xls
│ │ ├── Sheet1.cs
│ │ ├── Sheet1.Designer.cs
│ │ ├── Sheet1.Designer.xml
│ │ ├── Sheet1.resx
│ │ ├── Sheet2.cs
│ │ ├── Sheet2.Designer.cs
│ │ ├── Sheet2.Designer.xml
│ │ ├── Sheet3.cs
│ │ ├── Sheet3.Designer.cs
│ │ ├── Sheet3.Designer.xml
│ │ ├── ThisWorkbook.cs
│ │ ├── ThisWorkbook.Designer.cs
│ │ └── ThisWorkbook.Designer.xml
│ └── SoccerGrades
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CzExcel.dll
│ │ │ ├── SoccerGrades.dll
│ │ │ ├── SoccerGrades.pdb
│ │ │ └── SoccerGrades.xls
│ │ └── Release
│ │ ├── CzExcel.dll
│ │ ├── SoccerGrades.dll
│ │ ├── SoccerGrades.pdb
│ │ └── SoccerGrades.xls
│ ├── obj
│ │ ├── Debug
│ │ │ ├── SoccerGrades.csproj.GenerateResource.Cache
│ │ │ ├── SoccerGrades.csproj.ResolveComReference.cache
│ │ │ ├── SoccerGrades.dll
│ │ │ ├── SoccerGrades.pdb
│ │ │ ├── SoccerGrades.Properties.Resources.resources
│ │ │ ├── SoccerGrades.Sheet1.resources
│ │ │ └── TempPE
│ │ ├── Release
│ │ │ ├── SoccerGrades.csproj.GenerateResource.Cache
│ │ │ ├── SoccerGrades.csproj.ResolveComReference.cache
│ │ │ ├── SoccerGrades.dll
│ │ │ ├── SoccerGrades.pdb
│ │ │ ├── SoccerGrades.Properties.Resources.resources
│ │ │ ├── SoccerGrades.Sheet1.resources
│ │ │ └── TempPE
│ │ └── SoccerGrades.csproj.FileList.txt
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Sheet1.cs
│ ├── Sheet1.Designer.cs
│ ├── Sheet1.Designer.xml
│ ├── Sheet1.resx
│ ├── Sheet2.cs
│ ├── Sheet2.Designer.cs
│ ├── Sheet2.Designer.xml
│ ├── Sheet3.cs
│ ├── Sheet3.Designer.cs
│ ├── Sheet3.Designer.xml
│ ├── SoccerGrades.csproj
│ ├── SoccerGrades.sln
│ ├── SoccerGrades.suo
│ ├── SoccerGrades.xls
│ ├── ThisWorkbook.cs
│ ├── ThisWorkbook.Designer.cs
│ └── ThisWorkbook.Designer.xml
└── Chapter4
├── BookStore
│ ├── Backup
│ │ ├── BookStore.csproj
│ │ ├── BookStore.csproj.user
│ │ ├── BookStore.sln
│ │ ├── BookStore.suo
│ │ ├── Books.xls
│ │ ├── CheckForm.cs
│ │ ├── CheckForm.Designer.cs
│ │ ├── CheckForm.resx
│ │ ├── Customers.xls
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AxInterop.OWC11.dll
│ │ │ ├── BookStore.exe
│ │ │ ├── BookStore.pdb
│ │ │ ├── BookStore.vshost.exe
│ │ │ ├── Books.xls
│ │ │ ├── Customers.xls
│ │ │ ├── CzExcel.dll
│ │ │ ├── Interop.MSComctlLib.dll
│ │ │ └── Interop.OWC11.dll
│ │ └── Release
│ │ ├── AxInterop.OWC11.dll
│ │ ├── BookStore.exe
│ │ ├── BookStore.pdb
│ │ ├── BookStore.vshost.exe
│ │ ├── BookStore.vshost.exe.manifest
│ │ ├── Books.xls
│ │ ├── Customers.xls
│ │ ├── CzExcel.dll
│ │ ├── Interop.MSComctlLib.dll
│ │ └── Interop.OWC11.dll
│ ├── BookStore.csproj
│ ├── BookStore.csproj.user
│ ├── BookStore.sln
│ ├── BookStore.suo
│ ├── Books.xls
│ ├── CheckForm.cs
│ ├── CheckForm.Designer.cs
│ ├── CheckForm.resx
│ ├── Customers.xls
│ ├── obj
│ │ ├── BookStore.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── AxInterop.OWC11.dll
│ │ │ ├── BookStore.CheckForm.resources
│ │ │ ├── BookStore.csproj.GenerateResource.Cache
│ │ │ ├── BookStore.csproj.ResolveComReference.cache
│ │ │ ├── BookStore.exe
│ │ │ ├── BookStore.pdb
│ │ │ ├── BookStore.Properties.Resources.resources
│ │ │ ├── Interop.MSComctlLib.dll
│ │ │ ├── Interop.OWC11.dll
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── AxInterop.OWC11.dll
│ │ ├── BookStore.CheckForm.resources
│ │ ├── BookStore.csproj.FileListAbsolute.txt
│ │ ├── BookStore.csproj.GenerateResource.Cache
│ │ ├── BookStore.csproj.ResolveComReference.cache
│ │ ├── BookStore.exe
│ │ ├── BookStore.pdb
│ │ ├── BookStore.Properties.Resources.resources
│ │ ├── Interop.MSComctlLib.dll
│ │ ├── Interop.OWC11.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── ItemBarcode
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CzBarcodeCtrl.dll
│ │ │ ├── CzExcel.dll
│ │ │ ├── GoodItems.xls
│ │ │ ├── GoodsItems.xls
│ │ │ ├── ItemBarcode.exe
│ │ │ ├── ItemBarcode.pdb
│ │ │ └── ItemBarcode.vshost.exe
│ │ └── Release
│ │ ├── CzBarcodeCtrl.dll
│ │ ├── CzExcel.dll
│ │ ├── GoodsItems.xls
│ │ ├── ItemBarcode.exe
│ │ ├── ItemBarcode.pdb
│ │ └── ItemBarcode.vshost.exe
│ ├── CzBarcodeCtrl.dll
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── GoodsItems.xls
│ ├── ItemBarcode.csproj
│ ├── ItemBarcode.csproj.user
│ ├── ItemBarcode.sln
│ ├── ItemBarcode.suo
│ ├── obj
│ │ ├── Debug
│ │ │ ├── ItemBarcode.csproj.GenerateResource.Cache
│ │ │ ├── ItemBarcode.csproj.ResolveComReference.cache
│ │ │ ├── ItemBarcode.exe
│ │ │ ├── ItemBarcode.Form1.resources
│ │ │ ├── ItemBarcode.pdb
│ │ │ ├── ItemBarcode.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── ItemBarcode.csproj.FileList.txt
│ │ └── Release
│ │ ├── ItemBarcode.csproj.GenerateResource.Cache
│ │ ├── ItemBarcode.csproj.ResolveComReference.cache
│ │ ├── ItemBarcode.exe
│ │ ├── ItemBarcode.Form1.resources
│ │ ├── ItemBarcode.pdb
│ │ ├── ItemBarcode.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
└── MemorandumTemplate
├── bin
│ ├── Debug
│ │ ├── Memorandum1.xls
│ │ ├── MemorandumTemplate.dll
│ │ ├── MemorandumTemplate.pdb
│ │ ├── MemorandumTemplate.xlt
│ │ └── ProductItems.xls
│ └── Release
│ ├── MemorandumTemplate.dll
│ ├── MemorandumTemplate.pdb
│ ├── MemorandumTemplate.xlt
│ └── ProductItems.xls
├── MemorandumForm.cs
├── MemorandumForm.Designer.cs
├── MemorandumForm.resx
├── MemorandumTemplate.csproj
├── MemorandumTemplate.csproj.user
├── MemorandumTemplate.sln
├── MemorandumTemplate.suo
├── MemorandumTemplate.xlt
├── obj
│ ├── Debug
│ │ ├── MemorandumTemplate.csproj.GenerateResource.Cache
│ │ ├── MemorandumTemplate.csproj.ResolveComReference.cache
│ │ ├── MemorandumTemplate.dll
│ │ ├── MemorandumTemplate.MemorandumForm.resources
│ │ ├── MemorandumTemplate.pdb
│ │ ├── MemorandumTemplate.Properties.Resources.resources
│ │ ├── MemorandumTemplate.Sheet1.resources
│ │ ├── MemorandumTemplate.SignForm.resources
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── MemorandumTemplate.csproj.FileList.txt
│ └── Release
│ ├── MemorandumTemplate.csproj.GenerateResource.Cache
│ ├── MemorandumTemplate.csproj.ResolveComReference.cache
│ ├── MemorandumTemplate.dll
│ ├── MemorandumTemplate.MemorandumForm.resources
│ ├── MemorandumTemplate.pdb
│ ├── MemorandumTemplate.Properties.Resources.resources
│ ├── MemorandumTemplate.Sheet1.resources
│ ├── MemorandumTemplate.SignForm.resources
│ ├── ResolveAssemblyReference.cache
│ └── TempPE
├── ProductItems.xls
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Sheet1.cs
├── Sheet1.Designer.cs
├── Sheet1.Designer.xml
├── Sheet1.resx
├── Sheet2.cs
├── Sheet2.Designer.cs
├── Sheet2.Designer.xml
├── Sheet3.cs
├── Sheet3.Designer.cs
├── Sheet3.Designer.xml
├── SignForm.cs
├── SignForm.Designer.cs
├── SignForm.resx
├── ThisWorkbook.cs
├── ThisWorkbook.Designer.cs
└── ThisWorkbook.Designer.xml
217 directories, 972 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论