嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# Excel数据导出导入 VS2010版
1.Excel2003、2007及2010格式的数据导入导出。 2.将Excel2003、2007及2010格式的数据报表导入到datagridview中预览 3.将datagridview中的数据导出为Excel2003、2007及2010格式的数据保存或查看。
.
├── C# Excel数据导出导入 VS2010版_Excel.rar
└── Excel
├── ClassDiagram1.jpg
├── Excel
│ ├── AppConfig.cs
│ ├── AppConfigKey.cs
│ ├── ClassDiagram1.cd
│ ├── Excel.config
│ ├── Excel.csproj
│ ├── Excel.csproj.user
│ ├── ExcelFile.cs
│ ├── ExcelVersion.cs
│ ├── HDRType.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── 2003.xls
│ │ └── 2007.xlsx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Excel.config
│ │ │ ├── Excel.dll
│ │ │ ├── Excel.pdb
│ │ │ ├── xiaoy.Excel.config
│ │ │ ├── xiaoy.Excel.dll
│ │ │ └── xiaoy.Excel.pdb
│ │ └── Release
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Excel.Properties.Resources.resources
│ │ ├── Excel.csproj.FileListAbsolute.txt
│ │ ├── Excel.dll
│ │ ├── Excel.pdb
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── Refactor
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── xiaoy.Excel.Properties.Resources.resources
│ │ ├── xiaoy.Excel.csproj.FileListAbsolute.txt
│ │ ├── xiaoy.Excel.csproj.GenerateResource.Cache
│ │ ├── xiaoy.Excel.dll
│ │ └── xiaoy.Excel.pdb
│ ├── xiaoy.Excel.csproj.FileList.txt
│ └── xiaoy.Excel.csproj.FileListAbsolute.txt
├── Excel.5.1.ReSharper.user
├── Excel.sln
├── Excel.suo
├── Thumbs.db
├── WebTest
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Default.aspx.designer.cs
│ ├── DownloadFile.aspx
│ ├── DownloadFile.aspx.cs
│ ├── DownloadFile.aspx.designer.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Web.config
│ ├── WebTest.csproj
│ ├── WebTest.csproj.user
│ ├── bin
│ │ ├── Excel.config
│ │ ├── Excel.dll
│ │ ├── Excel.pdb
│ │ ├── WebTest.dll
│ │ └── WebTest.pdb
│ ├── download
│ │ ├── 634460870717343750.xlsx
│ │ └── 634460877272500000.xls
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── WebTest.csproj.FileListAbsolute.txt
│ │ │ ├── WebTest.dll
│ │ │ └── WebTest.pdb
│ │ ├── WebTest.csproj.FileList.txt
│ │ └── WebTest.csproj.FileListAbsolute.txt
│ └── upload
│ ├── 634460870520468750路坤_2011年1月工作总结.xls
│ ├── 634460875374843750路坤_2011年1月工作总结.xls
│ └── 634460877230937500路坤_2011年1月工作总结.xls
├── _ReSharper.Excel
│ ├── BuildScriptCache
│ │ └── 6
│ │ └── 45fbae74.dat
│ ├── DecompilerCache
│ ├── ModuleIds.xml
│ ├── NamedArguments
│ │ └── 4
│ │ └── 39b2b3ce.dat
│ ├── PdbInfo
│ ├── ProjectModel
│ │ └── ProjectModel.dat
│ ├── Resources
│ ├── SymbolCache.bin
│ ├── TagPrefixes
│ │ └── 6
│ │ └── 45fbae74.dat
│ ├── TodoCache
│ │ └── 0
│ │ └── 1ee78aa9.dat
│ ├── WebsiteFileReferences
│ └── WordIndex
│ └── 8
│ └── 129e9003.dat
├── config.jpg
└── pic1.jpg
35 directories, 78 files