diff --git a/CHANGELOG.md b/CHANGELOG.md index a5218b4..cfbb2e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed feature by issue.([Issue #76](https://github.com/overdrive1708/MagonoteToolkit/issues/76)) - Changed feature by issue.([Issue #77](https://github.com/overdrive1708/MagonoteToolkit/issues/77)) - Changed feature by issue.([Issue #78](https://github.com/overdrive1708/MagonoteToolkit/issues/78)) +- Changed feature by issue.([Issue #82](https://github.com/overdrive1708/MagonoteToolkit/issues/82)) ### Fixed diff --git a/src/MagonoteToolkit/Models/ExcelFileInspector.cs b/src/MagonoteToolkit/Models/ExcelFileInspector.cs index 25e5942..d256e57 100644 --- a/src/MagonoteToolkit/Models/ExcelFileInspector.cs +++ b/src/MagonoteToolkit/Models/ExcelFileInspector.cs @@ -19,6 +19,11 @@ public class InspectionResult /// public string FileName { get; set; } = string.Empty; + /// + /// シート + /// + public string Sheet { get; set; } = string.Empty; + /// /// セル /// @@ -86,6 +91,7 @@ public static List InspectionFile(string filename, List InspectionFile(string filename, List InspectionFile(string filename, List InspectionFile(string filename, List InspectionFile(string filename, List InspectionFile(string filename, List InspectionFile(string filename, List InspectionFile(string filename, List +