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

@@ -24,6 +24,7 @@ namespace StructureHelperCommon.Models.Forces
public double GlobalFactor { get; set; } = 1d;
/// <inheritdoc/>
public List<IColumnFileProperty> ColumnProperties { get; } = new();
public bool SkipWrongRows { get; set; } = false;
public ColumnedFileProperty(Guid id)
{