public class OdsSheet| Name | 工作表名稱 |
| AddRow | 加入Row |
| Clone | Clone OdsSheet |
| 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) |
| GetCellByText(String, OdsCell) | 搜尋儲存格內容回傳儲存格 |
| GetCellByText(Int32, String, OdsCell) | 搜尋某一Row儲存格內容回傳儲存格 |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| InsertRow | 插入Row |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| MergeCells | 合併儲存格 |
| RemoveRow(Int32) | 移除Row |
| RemoveRow(OdsRow) | 移除Row |
| RemoveRows | 依指定數量,移除Row |
| RowCopyAndInsert | 依指定數量,複製Row並且插入該Row之後 |
| SetWatermarkCell | 設定浮水印位置(左上角) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| 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) |