资源简介
NPOI操作EXCEL报表
代码片段和文件信息
/*
类:Export
描述:导出
编 码 人:韩兆新 日期:2015年01月17日
修改记录:
*/
using NPOI.SS.UserModel;
using NPOI.Extend;
namespace ExcelReport
{
public static class Export
{
///
/// 导出格式化处理后的文件到二进制文件流
///
///
///
///
public static byte[] ExportToBuffer(string templateFile params SheetFormatter[] sheetFormatters)
{
IWorkbook workbook = NPOIHelper.LoadWorkbook(templateFile);
foreach (SheetFormatter sheetFormatter in sheetFormatters)
{
sheetFormatter.Format(workbook);
}
return workbook.SaveToBuffer();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 5488 2017-04-21 09:17 ExcelReport\ExcelReport.csproj
....... 347 2017-04-21 09:17 ExcelReport\Exceptions\ExcelReportException.cs
....... 359 2017-04-21 09:17 ExcelReport\Exceptions\ExcelReportFormatException.cs
....... 376 2017-04-21 09:17 ExcelReport\Exceptions\ExcelReportTemplateException.cs
....... 861 2017-04-21 09:17 ExcelReport\Export.cs
....... 2708 2017-04-21 09:17 ExcelReport\ExportHelper.cs
....... 915 2017-04-21 09:17 ExcelReport\Extend\EnumerableExtend.cs
....... 694 2017-04-21 09:17 ExcelReport\Extend\ImageExtend.cs
....... 1912 2017-04-21 09:17 ExcelReport\Extend\ob
....... 1201 2017-04-21 09:17 ExcelReport\Extend\TypeExtend.cs
....... 1972 2017-04-21 09:17 ExcelReport\Formatters\Complex\ComplexFormatter.cs
....... 7156 2017-04-21 09:17 ExcelReport\Formatters\Complex\RepeaterFormatter.cs
....... 6035 2017-04-21 09:17 ExcelReport\Formatters\Complex\TableFormatter.cs
....... 597 2017-04-21 09:17 ExcelReport\Formatters\ElementFormatter.cs
....... 506 2017-04-21 09:17 ExcelReport\Formatters\em
....... 2705 2017-04-21 09:17 ExcelReport\Formatters\Simple\CellFormatter.cs
....... 2876 2017-04-21 09:17 ExcelReport\Formatters\Simple\PartFormatter.cs
....... 1476 2017-04-21 09:17 ExcelReport\Formatters\Simple\SimpleFormatter.cs
文件 6826 2018-11-05 13:22 ExcelReport\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 42 2018-11-05 13:22 ExcelReport\obj\Debug\ExcelReport.csproj.CoreCompileInputs.cache
文件 11112 2018-11-05 13:22 ExcelReport\obj\Debug\ExcelReport.csprojAssemblyReference.cache
....... 832 2017-04-21 09:17 ExcelReport\Others\Accumulation.cs
....... 579 2017-04-21 09:17 ExcelReport\Others\RowIndexAccumulation.cs
....... 203 2017-04-21 09:17 ExcelReport\packages.config
....... 384 2017-04-21 09:17 ExcelReport\Parameter\Parameter.cs
....... 1793 2017-04-21 09:17 ExcelReport\Parameter\SheetParameterContainer.cs
....... 3514 2017-04-21 09:17 ExcelReport\Parameter\WorkbookParameterContainer.cs
....... 1336 2017-04-21 09:17 ExcelReport\Properties\AssemblyInfo.cs
....... 5526 2017-04-21 09:17 ExcelReport\SheetAdapter.cs
....... 1813 2017-04-21 09:17 ExcelReport\SheetFormatter.cs
............此处省略17个文件信息
- 上一篇:C#设计简易计算器
- 下一篇:C# 谷歌验证器 源码
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
- C#之WPF重绘动态正弦余弦曲线
评论
共有 条评论