Change excel reading process

This commit is contained in:
Evgeny Redikultsev
2025-10-18 20:04:08 +05:00
parent 8d4c788a7e
commit 5bf01bcb09
21 changed files with 337 additions and 61 deletions

View File

@@ -15,5 +15,6 @@ namespace StructureHelperCommon.Models.Forces
/// List of file properties for import combination
/// </summary>
List<IColumnedFileProperty> ForceFiles { get; set; }
bool SkipWrongRows { get; set; }
}
}