UNPKG

quick-excel-json

Version:

Convert Excel (.xlsx, .xls, .csv) files to JSON easily. Fast, lightweight, and perfect for React, Node.js, and web applications. Supports SheetJS and ExcelJS and a simple npm package to convert JSON data to an Excel (.xlsx, .xls) file using SheetJS (xlsx)

84 lines 2.15 kB
{ "name": "quick-excel-json", "version": "2.0.0", "private": false, "description": "Convert Excel (.xlsx, .xls, .csv) files to JSON easily. Fast, lightweight, and perfect for React, Node.js, and web applications. Supports SheetJS and ExcelJS and a simple npm package to convert JSON data to an Excel (.xlsx, .xls) file using SheetJS (xlsx).", "main": "dist/my-react-package.umd.js", "module": "dist/my-react-package.es.js", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "keywords": [ "quick-excel-json", "excel", "xlsx", "xls", "csv", "json", "excel-to-json", "xlsx-to-json", "json-to-excel", "json", "json-to-sheet", "csv-to-json", "excel-parser", "convert excel to json", "convert json to excel", "spreadsheet to json", "json to spreadsheet", "spreadsheet", "data-converter", "excel-to-json-converter", "json-to-excel-converter", "exceljs", "sheetjs", "jsonjs", "json extractor", "fast excel parser", "fast json parser", "react excel parser", "react json parser", "sheet-to-json", "exceljs-transform", "xlsx-json-parser", "json-xlsx-parser", "excel-to-json-converter" ], "author": "Khikmat Turaev", "homepage": "https://github.com/hikmatjan1/from_excel_to_json", "repository": { "type": "git", "url": "https://github.com/hikmatjan1/from_excel_to_json" }, "license": "MIT", "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "xlsx": "^0.18.5" }, "devDependencies": { "@eslint/js": "^9.13.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "eslint": "^9.13.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "vite": "^5.4.10" } }