Quote (UCFSON @ Sep 1 2016 08:58am)
Not much data in my opinion.
I agree.
100 rows is like nothing. you could type those in an hour.
80 columns sounds like a lot but it is not.
The only thing 80 columns does, is raising an anti-pattern" alert. In this case there is probably data in each row that could be moved to a separate dataset. one would want to do this to minimize redundancy and improve maintenance quality.
I think that a very important aspect of automation is in analyzing the process.
Instead of thinking bout migrating your project (excel spreadhseet ) to another system, try to find out what people are trying to do, and how you could simplify the process.
Sometimes the usage of spreadsheets can be left out altogether.
And programming an application is easy. Telling what the program should do is a lot harder. You should be able to roughly estimate how long it will take, If you cannot, you might want to gain more insight on the process, before proposing to migrate.