{
  "name": "aspose.cells.node",
  "version": "26.7.0",
  "description": "Aspose.Cells for Node.js via C++ is a high-performance and powerful library for manipulating and converting Excel (XLS, XLSX, XLSB), ODS, CSV, and HTML files, offering a comprehensive set of features for creating, editing, converting, and rendering spreadsheets within Node.js applications.",
  "main": "aspose.cells.js",
  "types": "types.d.ts",
  "scripts": {},
  "engines" : { "node" : ">=12" },
  "keywords": [
    "Excel",
    "XLS",
    "XLSX",
    "XLSB",
    "CSV",
    "to",
    "PDF",
    "JPG",
    "PNG",
    "HTML",
    "ODS",
    "Numbers",
    "XLSM",
    "Spreadsheet",
    "Markdown",
    "XPS",
    "DOCX",
    "PPTX",
    "MHTML",
    "SVG",
    "JSON",
    "SQL",
    "XML"
  ],
  "author": "Aspose",
  "license": "Commercial",
  "homepage": "https://www.aspose.com",
  "optionalDependencies": {
    "aspose.cells.node.win32.x64": "~26.7.0",
    "aspose.cells.node.linux.x64": "~26.7.0",
    "aspose.cells.node.linux.arm64": "~26.7.0",
    "aspose.cells.node.darwin.x64": "~26.7.0",
    "aspose.cells.node.darwin.arm64": "~26.7.0"
  }
}