Skip to content

Commit

Permalink
修改 workflow 命名空間
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzh1999tw committed Jan 15, 2024
1 parent ceddc7f commit d1f22f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Excely.ClosedXML/Workflows/XlsxExporterExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Excely.ClosedXML.TableConverters;
using Excely.Workflows;

namespace Excely.ClosedXML.Workflows
namespace Excely.Workflows
{
public static class XlsxExporterExtension
{
Expand Down
2 changes: 1 addition & 1 deletion Excely.ClosedXML/Workflows/XlsxImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Excely.ClosedXML.TableFactories;
using Excely.Workflows;

namespace Excely.ClosedXML.Workflows
namespace Excely.Workflows
{
/// <summary>
/// 提供快速建立從 Excel 到指定資料結構之 Importer 的方法。
Expand Down
2 changes: 1 addition & 1 deletion Excely/TableConverters/ClassListTableConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public class ClassListTableConverterOptions<TClass>
public bool HasSchema { get; set; } = true;

/// <summary>
/// 當轉換發生錯誤時是否立刻停止
/// 當轉換發生錯誤時是否立刻擲出異常
/// 若此欄為 false,則發生錯誤時會跳過該 Row,繼續執行匯入。
/// </summary>
public bool ThrowWhenError { get; set; } = true;
Expand Down

0 comments on commit d1f22f5

Please sign in to comment.