Excel data used in Java?
I made a randomly generated list of people with names, ages, weight,
height, etc. in Excel. I would like to know how I can use the information
in Excel to create a "Person" in Java so that each file would contain the
information of each person created in Excel. There are about 200,000
"People". For example a Java template: "name = [INSERT FROM EXCEL CELL
A1]" then goes to "age = [INSERT FROM EXCEL CELL A2]" and it does this for
the first row then saves the file and uses the empty variable template
again and does this for the 200,000 individuals. Is this possible or will
I have to do this by hand? Can this be automated?
No comments:
Post a Comment