NPOIHelper Class | Helper帮助文档 |
NPOI操作帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class NPOIHelper
Public Class NPOIHelper
public ref class NPOIHelper
type NPOIHelper = class end
The NPOIHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NPOIHelper | Initializes a new instance of the NPOIHelper class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Export(DataTable, String) |
DataTable导出到Excel的MemoryStream
| |
Export(DataTable, String, String) |
DataTable导出到Excel文件
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Import | 读取excel
默认第一行为标头
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also