I have the following data in a excel
SERIES_NAME DATA_POINT1 DATA_POINT2 DATA_POINT3 S1 DP1V1 DP2V1 DPV1 DP4V1 S2 DP1V2 DP2V2 DP3V2 DP4V2 I want to make a template such that the chart is automatically redrawn everytime i add a new Series -
i.e S3,DP1V3,DP2V3,DP3V3,DP4V4
Any help or links is appreciated.
Edit: Adding requested details - Its a simple line chart. Im trying to create a template so that i can populate the data for N number of series in the excel through java and the chart is automatically populated with all series.
I want that as soon as user adds any new series in sheet, chart is automatically updated.
