Display a sheet with a chart in TMS FlexCel for VCL

Hi!

We have a task to show an Excel sheet with an embedded chart on the sheet using Flexcel.

We can show the sheets data OK with TFlexCelGrid, but the embedded charts on the sheets does not show.

Is that at all possible i FlexCel?

Hi,
FlexCelGrid is very old, and indeed can't show charts. The new rendering engine can, but it will show as a print preview, not as a grid

Take a look at the example: Custom previewing (Delphi) | FlexCel Studio for VCL and FireMonkey documentation

You can also render the chart alone if that's what you need. Please look at Rendering standalone objects (Delphi) | FlexCel Studio for VCL and FireMonkey documentation

Thank you for a fast reply :-)