I am struggling with a VB.Net desktop app that some developer wrote 5 or 6 years ago. The data entry team inputs data into multiple spreadsheets (and multiple tabs per excel spreadsheet). The VB.Net desktop app takes around 10 to 15 spreadsheets as input and then validates the data in the excel spreadsheets...
This vb.net code references columns/cells in the spreadsheet, validates data and finally writes the data to a database. I would someday want us to replace this app with a web based data entry tool. Is there a shorter term approach to replacing the VB.Net app? A shorter term approach would invlove creating content, validating content and then writing it into a database...
thanks so much..the vb.net app is brutal and i need some great ideas....