The logic within TableSheetService in the ImportTool project should be refactored.
A strongly typed structure should be implemented to transpose PropertyInfo[] into structured table columns and subsequently a template body.
Ideally, this structure could also facilitate the reading of data from a workbook back into the data model.
The logic within
TableSheetServicein the ImportTool project should be refactored.A strongly typed structure should be implemented to transpose
PropertyInfo[]into structured table columns and subsequently a template body.Ideally, this structure could also facilitate the reading of data from a workbook back into the data model.