ExcelHelper Class

Excel助手

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.ExcelHelper (in eBizprise.Utility.ExcelHelper.dll) Version: 25.0.1.0+9af286275430f5cdff066120a88db0d7edbaef7c
C#
public class ExcelHelper
Inheritance
Object    ExcelHelper

Constructors

ExcelHelperInitializes a new instance of the ExcelHelper class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReadCSVT(Stream) 讀取CSV文件並轉換為物件
ReadCSVT(Stream, CsvConfiguration) 讀取CSV文件並轉換為物件
ReadCSVT(Stream, Char) 讀取CSV文件並轉換為物件
ReadCSVT(Stream, String) 讀取CSV文件並轉換為物件
ReadExcelT(Stream) 讀取Excel文件並轉換為物件
ReadExcelT(Stream, Boolean) 讀取Excel文件並轉換為物件
ReadExcelT(Stream, Boolean, Int32) 讀取Excel文件並轉換為物件
ReadExcelT(Stream, Boolean, String) 讀取Excel文件並轉換為物件
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteCSVT(Stream, ListT) 將物件寫入CSV文件
WriteCSVT(Stream, ListT, CsvConfiguration) 將物件寫入CSV文件
WriteCSVT(Stream, ListT, Char) 將物件寫入CSV文件
WriteCSVT(Stream, ListT, String) 將物件寫入CSV文件
WriteExcelT(Stream, ListT) 將物件寫入Excel文件
WriteExcelT(Stream, ListT, String) 將物件寫入Excel文件
WriteExcelT(Stream, ListT, String, Boolean) 將物件寫入Excel文件
WriteExcelT(Stream, ListT, String, Boolean, Boolean) 將物件寫入Excel文件

Extension Methods

ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToXmlString 轉換Xml字串
(Defined by SerializeExtend)
WriteJsonFile 寫入Json格式檔案
(Defined by SerializeExtend)

See Also