Search Results for

    Show / Hide Table of Contents

    API Documentation

    In this section you can find a list of all the classes, methods and properties available in FlexCel.

    Below is a list of all the namespaces that you can use. Each namespace contains a list of the classes it contains, and each class contains a list of its members.

    Note

    We define namespace in Delphi as a collection of units which you can use with a single line. So for example, to use any of the types in the namespace FlexCel.Core you would write uses unit1, unit2, ..., FlexCel.Core, ...

    In this section:

    FlexCel.AddinFunctions

    The functions in this namespace are implementation of standard Addin functions included with FlexCel. They are used by the recalculating engine, and while you could use them on their own, they are designed to be called by FlexCel.

    FlexCel.Core

    Core types and utilities used by FlexCel. If you are creating a VCL application, you need to use VCL.FlexCel.Core at least once in your app.

    For FireMonkey apps, you need to use FMX.FlexCel.Core at least once.

    For Linux, use SKIA.FlexCel.Core.

    You will normally use this in the platform dependent units in your app. For your units which could be used from any platform, you can simply use FlexCel.Core.

    FlexCel.Pdf

    This is a low level PDF engine. It provides an API similar to GDI+ to generate pdf files. isn't Excel related and you can use it on its own. It is used by FlexCel.Render to convert xls/x files into PDF.

    FlexCel.Preview

    This unit implements a viewer for xls or xlsx files. The viewer is similar to the one in Excel's "Print Preview" and will show a list of the pages to be printed. This unit is used automatically when you drop a TFlexCelPreviewer component.

    FlexCel.Render

    This is the rendering engine. It can render an xls or xlsx file into an image, pdf or html files.

    FlexCel.Report

    This is the FlexCel reporting engine. You need to use this unit when using the class TFlexCelReport.

    FlexCel.XlsAdapter

    This is the Engine to natively generate and read xls or xlsx files. You will normally want to use this file.

    Note

    Every public type and method is documented, so if you are looking for a method and can't find it here, it is likely a method for internal use only.

    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.8.0
    © 2002 - 2020 tmssoftware.com