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

@@ -5,6 +5,7 @@ namespace StructureHelperCommon.Models.Forces
{
public interface IGetTuplesFromFileLogic : ILogic
{
bool SkipWrongRows { get; set; }
IColumnedFileProperty ForceFileProperty { get; set; }
List<IForceTuple> GetTuples();