In the documentation for finding out which FlexCel version you are using the solution is
//The FlexCelVersion constant in FlexCel.Core contains the current version.
WriteLn(FlexCelVersion);
but in VCL_FlexCel_Core I do not find FlexCelVersion
How can I get the FlexCell version ?