Skip to content

Commit 998323e

Browse files
Update all ExcelJS mentions to DevExtreme ExcelJS (DevExpress#30505)
1 parent d95cb32 commit 998323e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This demo shows how you can use <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">ExcelJS</a> API to export images to Excel [worksheets](https://github.com/DevExpress/devextreme-exceljs-fork#add-a-worksheet).
1+
This demo shows how you can use <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">DevExtreme ExcelJS</a> API to export images to Excel [worksheets](https://github.com/DevExpress/devextreme-exceljs-fork#add-a-worksheet).
22

33
See the [customizeCell](/Documentation/ApiReference/Common/Object_Structures/ExportDataGridProps/#customizeCell) callback for implementation details. The **workbook**.<a href="https://github.com/DevExpress/devextreme-exceljs-fork#add-image-to-workbook" target="_blank">addImage()</a> method specifies image data and encoding. **tl** and **br** parameters are used to specify image location and span.
44
<!--split-->

apps/demos/Demos/DataGrid/ExcelJSHeaderAndFooter/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">ExcelJS</a> library allows you to customize worksheets outside the exported cell area. This demo uses this functionality to add a header (a title before exported data) and a footer (a note after exported data).
1+
<a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">DevExtreme ExcelJS</a> library allows you to customize worksheets outside the exported cell area. This demo uses this functionality to add a header (a title before exported data) and a footer (a note after exported data).
22

33
Review the [onExporting](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#onExporting) handler to see the data export code. The functions that create header and footer sections utilize the following customization features:
44

apps/demos/Demos/DataGrid/ExcelJSOverview/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To enable export in the DataGrid, reference or import the <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">ExcelJS</a> and <a href="https://github.com/eligrey/FileSaver.js/" target="_blank">FileSaver</a> libraries. Set **export**.[enabled](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/export/#enabled) to **true**.
1+
To enable export in the DataGrid, reference or import the <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">DevExtreme ExcelJS</a> and <a href="https://github.com/eligrey/FileSaver.js/" target="_blank">FileSaver</a> libraries. Set **export**.[enabled](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/export/#enabled) to **true**.
22

33
Once the conditions above are met, use the [exportDataGrid(options)](/Documentation/ApiReference/Common/Utils/excelExporter/#exportDataGridoptions) method to export the DataGrid to an Excel <a href="https://github.com/DevExpress/devextreme-exceljs-fork#create-a-workbook" target="_blank">workbook</a>.
44

apps/demos/Demos/PivotGrid/ExcelJSOverview/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Our PivotGrid allows you to easily and accurately export its contents to Microsoft Excel. To enable export operations, you must reference or import <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">ExcelJS</a> and <a href="https://github.com/eligrey/FileSaver.js/" target="_blank">FileSaver</a> libraries. You must also set **export**.[enabled](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/export/#enabled) to **true**.
1+
Our PivotGrid allows you to easily and accurately export its contents to Microsoft Excel. To enable export operations, you must reference or import <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">DevExtreme ExcelJS</a> and <a href="https://github.com/eligrey/FileSaver.js/" target="_blank">FileSaver</a> libraries. You must also set **export**.[enabled](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/export/#enabled) to **true**.
22

33
Once you've referenced/imported both files and set **export**.**enabled** to **true**, use the [exportPivotGrid(options)](/Documentation/ApiReference/Common/Utils/excelExporter/#exportPivotGridoptions) method to export PivotGrid content to an Excel <a href="https://github.com/DevExpress/devextreme-exceljs-fork#create-a-workbook" target="_blank">workbook</a>.
44

apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The PivotGrid allows you to customize a header and a footer in the exported Excel file. The <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">ExcelJS</a> library allows you to customize worksheets outside of exported cell regions. This, in turns, allows you to add a header (a title before exported data) and a footer (a note after exported data).
1+
The PivotGrid allows you to customize a header and a footer in the exported Excel file. The <a href="https://github.com/DevExpress/devextreme-exceljs-fork" target="_blank">DevExtreme ExcelJS</a> library allows you to customize worksheets outside of exported cell regions. This, in turns, allows you to add a header (a title before exported data) and a footer (a note after exported data).
22
<!--split-->
33

44
Follow the steps below to configure a header/footer:

0 commit comments

Comments
 (0)