JavaScript Data GridExcel Export API Reference
javascript logo
Enterprise

This page documents the Excel Export API and Interfaces.

Grid Properties

API Methods

Interfaces

ExcelExportParams

Properties available on the ExcelExportParams interface.

ExcelExportMultipleSheetParams

Properties available on the ExcelExportMultipleSheetParams interface.

See Multiple Sheets for more information.

ExcelAlignment

Properties available on the ExcelAlignment interface.

ExcelBorders

Properties available on the ExcelBorders interface.

ExcelBorder

Properties available on the ExcelBorder interface.

ExcelCell

Properties available on the ExcelCell interface.

ExcelData

Properties available on the ExcelData interface.

ExcelFont

Properties available on the ExcelFont interface.

ExcelHeaderFooter

Properties available on the ExcelHeaderFooter interface.

ExcelHeaderFooterContent

Properties available on the ExcelHeaderFooterContent interface.

ExcelImage

Properties available on the ExcelImage interface.

See: Base64

ExcelImagePosition

Properties available on the ExcelImagePosition interface.

ExcelInterior

Properties available on the ExcelInterior interface.

ExcelNumberFormat

Properties available on the ExcelNumberFormat interface.

ExcelProtection

Properties available on the ExcelProtection interface.

ExcelSheetMargin

Properties available on the ExcelSheetMargin interface.

ExcelSheetPageSetup

Properties available on the ExcelSheetPageSetup interface.

ExcelStyle

Properties available on the ExcelStyle interface.

Types

ExcelDataType

type ExcelDataType = 
    'String'   |
    'Formula'  |
    'Number'   |
    'Boolean'  |
    'DateTime' |
    'Error'

ExcelOOXMLDataType

type ExcelOOXMLDataType = 
    'str'       |
    's'         |
    'f'         |
    'inlineStr' |
    'n'         |
    'b'         |
    'd'         |
    'e'         |
    'empty'