Skip to content

Commit a6cef80

Browse files
author
pipeline
committed
bug(EJ2-3507): Change log has been updated (origin/EJ2-3507-change-log)
1 parent 2a3e5dd commit a6cef80

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

excel/ReadMe.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Excel Creator Overview
2+
3+
Excel Creator can be used to create Microsoft Excel files. It is a non-UI component that provides a full-fledged object model that facilitates accessing & manipulating the spreadsheets without any dependency of Microsoft Office COM libraries & Microsoft Office.
4+
5+
## Key Features
6+
7+
* Support to create Excel documents from scratch.
8+
* Support to add Text, Number, Date and Boolean.
9+
* Support to add Hyperlinks, Styles, Merge, Grouping.
10+
* Support saving as CSV file.
11+
* Support to add Built-in document properties.

excel/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@syncfusion/ej2-excel-export";

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@syncfusion/ej2-compression": "*",
1414
"@syncfusion/ej2-data": "*",
1515
"@syncfusion/ej2-dropdowns": "*",
16+
"@syncfusion/ej2-excel-export": "*",
1617
"@syncfusion/ej2-file-utils": "*",
1718
"@syncfusion/ej2-grids": "*",
1819
"@syncfusion/ej2-inputs": "*",

0 commit comments

Comments
 (0)