OdfHelperCreateOdsHelper(String) Method
建立並回傳OdsHelper物件
Namespace: eBizprise.UtilityAssembly: eBizprise.Utility.OdfHelper (in eBizprise.Utility.OdfHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public static OdsHelper CreateOdsHelper(
string odsFile
)
- odsFile String
- ods檔案路徑
OdsHelperOdsHelper物件
string odsFile = "..\\..\\..\\OdsHelperSample.odt";
using (OdsHelper odsHelper = OdsHelper.CreateOdsHelper(odsFile))
{
// 其它作業
}
| Date | Version | Description |
|---|
| 2021/04/08 | 1.0.0.0 | 初版 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |