@syncfusion/ej2-spreadsheet
Version:
Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel
53 lines • 1.39 kB
JSON
{
"name": "@syncfusion/ej2-spreadsheet",
"version": "31.2.15",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-spreadsheet.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-spreadsheet.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "~31.2.12",
"@syncfusion/ej2-charts": "~31.2.15",
"@syncfusion/ej2-dropdowns": "~31.2.15",
"@syncfusion/ej2-grids": "~31.2.15",
"@syncfusion/ej2-navigations": "~31.2.12"
},
"devDependencies": {},
"keywords": [
"ej2",
"syncfusion",
"spreadsheet",
"excel",
"workbook",
"worksheet",
"xlsx",
"xlsb",
"csv",
"grid",
"data",
"excel-like",
"excel-style",
"editor",
"excel-editor",
"excel-viewer",
"sheets",
"formulas",
"sorting",
"filtering",
"formatting",
"virtual-scrolling",
"edit-cell",
"editable-table",
"javascript",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/spreadsheet"
},
"typings": "index.d.ts",
"sideEffects": true,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}