Yeah the titles confusing, but heres what im trying to do
- Obtain 6 .txt files in Java (more or less depending on what i need)
- Put them into a excel document cells and allow a graph to sort the data (without bringing up the excel window, if possible)
- Create a single-page PDF using the graph created in the excel document
- Open PDF Viewer and show the PDF.
I have no idea how to do any of this. Im good in basic Java so i can do #1 for the .txt file processing and how to insert data into cells, but once i have to create the graph I get lost.
Dont be afraid to post anything if you dont know every single step, I just want to take it step by step.
Note: The graph be a horizontal line graph, there will be (num of text documents) # of "Series" and every series has about 10 pieces of data