UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

25 lines (23 loc) 623 B
/** * DevExtreme (excel_exporter.d.ts) * Version: 25.2.7 * Build date: Tue May 05 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ export { DataGridCell, PivotGridCell, DataGridExportOptions as ExcelExportDataGridProps, PivotGridExportOptions as ExcelExportPivotGridProps, exportDataGrid, exportPivotGrid, CellAddress, CellRange, } from './common/export/excel'; export { ExcelExportBaseOptions as ExcelExportBaseProps, ExcelPivotGridCell, ExcelDataGridCell, } from './excel_exporter.types';