MV Excel Data Input Library
During the majority of my working life I have had to handle, view and manipulate large quantities of data, usually retrieved from databases, data or log files. one of the easiest way to do this is using a speadsheet such as MS Excel. However, getting the data into that spreadsheet can be a challenge, usually involving several steps and possibly intermediate files.
For years I longed for a way to create and populate spreadsheets programmatically so that yhe data could be viewed, sorted, filtered or otherwise utilised but never had the time or opportunity to write something suitable.
With the release of MS Visual Studio I realised that MSOffice actually had a programmers API and gleefully set about taking advantage of Excel's by writing a C# library that programs could use to do this. Now that I have retired I no longer needed this capability and stopped development but i would really like to resume sometime soon because I am not aware of anything else that can do what a completed version of this library would be capable of and would love to get it into a usable and working state.
Watch this space.