Category: ExcelToApp

  • Software Application As Commodity–Excel–part 2

    Now,about how the workflow is organized .  Step 1:  Read Excel With https://www.nuget.org/packages/stankins.excel . From this it should find the name of the sheet  = name of the tables. Also,it should find the first row with names ( = column names). So it generates models for each sheet Step 2: Generating .NET Core,Angular and Cordova…

  • Software Application As Commodity–Excel–part 1

    From the beginning of my programming I was pissed by the repetitive tasks. Most of the software for the business implies a database ( for me,it was mostly SqlServer – but can be also IBM DB2,Oracle,others) and making a GUI for CRUD operations. Agree,the initial CRUD GUI was improving over time with business requirements  –…