基本信息
源码名称:C# 生成Excel 合并、统计、插入图片、WEB下载、设置样式
源码大小:2.99M
文件格式:.rar
开发语言:C#
更新时间:2023-11-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# 生成Excel 合并、统计、插入图片、WEB下载、设置样式
C# 简单方便地生成Excel,不需调用Office 组件,可提供: 1.单元格合并、分组、添加字体样式、设置单元格行高、列宽 ...6.添加并设置单元格的下拉列表显示 另外,能够非常方便的在WEB中动态生成Excel并下载

.
├── C# 生成Excel 合并、统计、插入图片、WEB下载、设置样式_向Excel写入文件(导出信息到Excel).rar
├── Ionic_Utils_Zip_license.txt
├── NPOI License.txt
├── NPOI.Examples
│   ├── AddHyperlinkInXls
│   │   ├── AddHyperlinkInXls.csproj
│   │   ├── AddHyperlinkInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AddHyperlinkInXls.exe
│   │   │       ├── AddHyperlinkInXls.pdb
│   │   │       ├── AddHyperlinkInXls.vshost.exe
│   │   │       ├── AddHyperlinkInXls.vshost.exe.manifest
│   │   │       ├── Ionic.Zip.dll
│   │   │       ├── NPOI.dll
│   │   │       └── test.xls
│   │   └── obj
│   │       └── Debug
│   │           ├── AddHyperlinkInXls.csproj.FileListAbsolute.txt
│   │           ├── AddHyperlinkInXls.exe
│   │           ├── AddHyperlinkInXls.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   ├── ApplyFontInXls
│   │   ├── ApplyFontInXls.csproj
│   │   ├── ApplyFontInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── AutoSizeColumnInXls
│   │   ├── AutoSizeColumnInXls.csproj
│   │   ├── AutoSizeColumnInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AutoSizeColumnInXls.vshost.exe
│   │   │       └── AutoSizeColumnInXls.vshost.exe.manifest
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── ChangeSheetTabColorInXls
│   │   ├── ChangeSheetTabColorInXls.csproj
│   │   ├── ChangeSheetTabColorInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── ColorfulMatrixTable
│   │   ├── ColorfulMatrixTable.csproj
│   │   ├── ColorfulMatrixTable.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── ColorfulMatrixTable.vshost.exe
│   │   │       └── ColorfulMatrixTable.vshost.exe.manifest
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── ConditionalFormattingInXls
│   │   ├── ConditionalFormattingInXls.csproj
│   │   ├── ConditionalFormattingInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── CreateDropDownListCellInXls
│   │   ├── CreateDropDownListCellInXls.csproj
│   │   ├── CreateDropDownListCellInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── CreateEmptyExcelFile
│   │   ├── CreateEmptyExcelFile.csproj
│   │   ├── CreateEmptyExcelFile.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── CreateHeaderFooterInXls
│   │   ├── CreateHeaderFooterInXls.csproj
│   │   ├── CreateHeaderFooterInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── CreatePOIFSFile
│   │   ├── CreatePOIFSFile.csproj
│   │   ├── CreatePOIFSFile.csproj.vspscc
│   │   ├── CreatePOIFSFile.sln
│   │   ├── CreatePOIFSFile.suo
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── CreatePOIFSFileWithProperties
│   │   ├── CreatePOIFSFileWithProperties.csproj
│   │   ├── CreatePOIFSFileWithProperties.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── DisplayGridlinesInXls
│   │   ├── DisplayGridlinesInXls.csproj
│   │   ├── DisplayGridlinesInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── DrawingInXls
│   │   ├── DrawingInXls.csproj
│   │   ├── DrawingInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── ExportXlsToDownload
│   │   ├── App_Data
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Default.aspx.designer.cs
│   │   ├── ExportXlsToDownload.csproj
│   │   ├── ExportXlsToDownload.csproj.user
│   │   ├── ExportXlsToDownload.csproj.vspscc
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Web.config
│   │   ├── bin
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── ExtractStringsFromXls
│   │   ├── App.config
│   │   ├── ExtractStringsFromXls.csproj
│   │   ├── ExtractStringsFromXls.csproj.vspscc
│   │   ├── HSSFTestDataSamples.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── FillBackgroundInXls
│   │   ├── FillBackgroundInXls.csproj
│   │   ├── FillBackgroundInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── GenerateXlsFromXlsTemplate
│   │   ├── GenerateXlsFromXlsTemplate.csproj
│   │   ├── GenerateXlsFromXlsTemplate.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   │       └── TempPE
│   │   └── template
│   │       └── Book1.xls
│   ├── GroupRowAndColumnInXls
│   │   ├── GroupRowAndColumnInXls.csproj
│   │   ├── GroupRowAndColumnInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── HideColumnAndRowInXls
│   │   ├── HideColumnAndRowInXls.csproj
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── ImportXlsToDataTable
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── ImportXlsToDataTable.csproj
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── xls
│   │       └── Book1.xls
│   ├── InsertPicturesInXls
│   │   ├── InsertPicturesInXls.csproj
│   │   ├── InsertPicturesInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── image
│   │   │   └── HumpbackWhale.jpg
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── Lib
│   │   ├── Ionic.Zip.dll
│   │   └── NPOI.dll
│   ├── MergeCellsInXls
│   │   ├── MergeCellsInXls.csproj
│   │   ├── MergeCellsInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── MultplicationTableInXls
│   │   ├── MultplicationTableInXls.csproj
│   │   ├── MultplicationTableInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── NPOI.Examples.sln
│   ├── NPOI.Examples.suo
│   ├── NPOI.Examples.vssscc
│   ├── NumberFormatInXls
│   │   ├── NumberFormatInXls.csproj
│   │   ├── NumberFormatInXls.csproj.vspscc
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── RepeatingRowsAndColumns
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RepeatingRowsAndColumns.csproj
│   │   ├── RepeatingRowsAndColumns.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── RotateTextInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RotateTextInXls.csproj
│   │   ├── RotateTextInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetActiveCellRangeInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetActiveCellRangeInXls.csproj
│   │   ├── SetActiveCellRangeInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetAlignmentInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetAlignmentInXls.csproj
│   │   ├── SetAlignmentInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetBorderStyleInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetBorderStyleInXls.csproj
│   │   ├── SetBorderStyleInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetCellCommentInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetCellCommentInXls.csproj
│   │   ├── SetCellCommentInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetCellValuesInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetCellValuesInXls.csproj
│   │   ├── SetCellValuesInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetDateCellInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetDateCellInXls.csproj
│   │   ├── SetDateCellInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetPrintSettingsInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetPrintSettingsInXls.csproj
│   │   ├── SetPrintSettingsInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SetWidthAndHeightInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SetWidthAndHeightInXls.csproj
│   │   ├── SetWidthAndHeightInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── ShrinkToFitColumnInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ShrinkToFitColumnInXls.csproj
│   │   ├── ShrinkToFitColumnInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── SplitAndFreezePanes
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SplitAndFreezePanes.csproj
│   │   ├── SplitAndFreezePanes.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   ├── UseBasicFormulaInXls
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── UseBasicFormulaInXls.csproj
│   │   ├── UseBasicFormulaInXls.csproj.vspscc
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   │           └── TempPE
│   └── ZoomSheet
│       ├── Program.cs
│       ├── Properties
│       │   └── AssemblyInfo.cs
│       ├── ZoomSheet.csproj
│       ├── ZoomSheet.csproj.vspscc
│       ├── bin
│       │   └── Debug
│       └── obj
│           └── Debug
│               └── TempPE
├── Read Me.txt
├── binary
│   ├── Ionic.Zip.dll
│   └── NPOI.dll
├── release notes.txt
└── 应用实例.rar

267 directories, 198 files