public class ExcelHelper| ExcelHelper | Initializes a new instance of the ExcelHelper class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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文件並轉換為物件 |
| ToString | Returns 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文件 |
| 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) |