Using Flexcel I would like insert graphs using Delphi.
Preferrably with the samen layout as the graphs I create with the AdvCharts component set.
Adding charts trough code is indeed in our todo list, just with not very big priority. (there are many things with higher number of requests). I've added a vote for them in my internal priority list.
As it is right now, you can add charts by InsertAndCopyRange(otherfile) and then calling TXlsChart.AddSeries to add new series, but it is more work than needed.