I met the same problem. I already changed X, Y, Width, Height, example:
HSSFChart[] chart = HSSFChart.getSheetCharts(sheet); chart[0].setChartX(100); chart[0].setChartHeight(500); After saving this file, I opened again and checked, those values were saved, but no any change in layout. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Move-chart-in-an-excel-sheet-tp3344139p5150279.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
