I want to edit an Excel sheet with some pre designed templates containing pie charts and graphs using java.
All I have to do is read some values from a different raw data Excel and insert the values into some specific cell in the Excel with the template. Reading values is done from external data sheet, I tried a lot to write the data into the Excel with the template.
the code is
note I removed all the exception handling. look more in the api