I have not had to do anything like this yet so I just need a little help in what direction I should go. I have an application I am working on in java. It has quite a few variables that refer to price amounts based on amount purchased. One product has about forty values based on quantity. Also there is the option to select a user name. When the user name is selected the info is attached to the sheet of the name selected.
What I am wondering is what is the best way to handle data like this. I would like it in a separate sheet so that if a value is changed I can change it in the sheet and not in the code itself. Same goes for the user info. I would like to keep it separate as well. I am still new with a lot of this stuff. I don't want to use a database so I am wondering what the best method is.