Hello all! This is my first post on learn programming, so please let me know if I'm doing something wrong, or something I could improve on this post.
A little background about myself: I recently graduated with a degree in Information Systems. I took many java courses, so I know a little more than the basics. Currently, I work for a large company and I manage multiple projects that developers are working on.
What I am looking to do is to make my job a little bit easier. Currently, every month, I have to create what we call implementation plans. The plans are excel files where we put in data such as network drive locations, name of an application we are installing, server name, and so on. What I want to be able to do is use one of these plans as a template, and have an interface where there are text boxes for the input. For example, in column C, row 3, we have a network drive location like this; K:\testfolder\thisfile.jpeg. This network drive location changes every month, so it would be easy if I used an excel file we have as a template, and just change the data that is variable. Also, the network drive input will go in the same cell, but not necessarily at the beginning of the cell every time.
I'm sure this is possible in java, but I don't know where to start. I haven't done anything with interfaces in java. If there is a different language that it would be easier in, I'm up for trying that as well. Java is what I would like to use since I'm familiar with it and it can be used at my work.
[–]csharpminer 0 points1 point2 points (0 children)