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

@@ -18,7 +18,9 @@ namespace DataAccess.DTOs
public bool SetInGravityCenter { get; set; }
[JsonProperty("ForcePoint")]
public IPoint2D ForcePoint { get; set; } = new Point2DDTO();
[JsonProperty("SkipWrongRows")]
public bool SkipWrongRows { get; set; } = false;
public ForceCombinationFromFileDTO(Guid id)
{
Id = id;