npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

asposecellscloud

v25.11.0

Published

Aspose.Cells Cloud is a REST API for creating and editing Excel files. Most popular features: Excel to PDF, Convert to Image, Merge workbooks, Split worksheets, Data processing with formulas and pivot tables. It can also be used to convert spreadsheets be

Downloads

259

Readme

Product Page Documentation API Ref Examples Blog Support License

Aspose.Cells Cloud SDK for NodeJs empowers developers to programmatically manage Excel files with precision. This comprehensive NodeJs library supports advanced Excel operations like cell data formatting, dynamic formulas, pivot tables, conditional styling, charts, hyperlinks, comments, and data validation. It also enables seamless Excel file conversion (XLSX, CSV, PDF, ODS), document splitting/merging, and file repair. Designed for cloud integration, this API-first solution accelerates spreadsheet automation while ensuring data integrity across platforms like AWS, Azure, and Google Cloud.

Node.js package for Aspose.Cells Cloud

Enhance your NodeJs applications with Aspose.Cells Cloud – a powerful, cloud-based SDK that enables seamless integration with Excel, ODS, CSV, Json and other spreadsheet document formats. Leveraging its robust REST API, developers can effortlessly create, read, edit, convert, and manipulate spreadsheet content programmatically—without requiring any local office software.

Quick Start Guide

To get started with Aspose.Cells Cloud for Node.js, follow these steps:

  1. Create an account at Aspose for Cloud and obtain your application information.
  2. execute npm install asposecellscloud --save from the command line to install Aspose.Cells Cloud for Node.js via NPM.
  3. You need to set your CellsCloudClientId and CellsCloudClientSecret in the environment variables.

  import { CellsApi, PutConvertWorkbookRequest, UploadFileRequest } from "asposecellscloud";
var fs = require('fs');
var path = require('path');
var process = require('process');
const _ = require('asposecellscloud');

const cellsApi = new CellsApi(process.env.CellsCloudClientId, process.env.CellsCloudClientSecret);

var localPath = "TestData/CellsCloud/"
var localName = "Book1.xlsx"

describe('quicktest', function(){
  it("should call quicktest successfully" , function(){

      var format = "csv"

      var mapFiles: { [key: string]: any } = {};

      mapFiles[localName]= fs.createReadStream(localPath  +localName) ;

      var request = new PutConvertWorkbookRequest();
      request.file =  mapFiles;
      request.format =  format;
      var response  =  cellsApi.putConvertWorkbook(request);
  });
});

Support file format

|Format|Description|Load|Save| | :- | :- | :- | :- | |XLS|Excel 95/5.0 - 2003 Workbook.|√|√| |XLSX|Office Open XML SpreadsheetML Workbook or template file, with or without macros.|√|√| |XLSB|Excel Binary Workbook.|√|√| |XLSM|Excel Macro-Enabled Workbook.|√|√| |XLT|Excel 97 - Excel 2003 Template.|√|√| |XLTX|Excel Template.|√|√| |XLTM|Excel Macro-Enabled Template.|√|√| |XLAM|An Excel Macro-Enabled Add-In file that's used to add new functions to Excel.| |√| |CSV|CSV (Comma Separated Value) file.|√|√| |TSV|TSV (Tab-separated values) file.|√|√| |TXT|Delimited plain text file.|√|√| |HTML|HTML format.|√|√| |MHTML|MHTML file.|√|√| |ODS|ODS (OpenDocument Spreadsheet).|√|√| |Numbers|The document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems.|√|| |JSON|JavaScript Object Notation|√|√| |DIF|Data Interchange Format.| |√| |PDF|Adobe Portable Document Format.| |√| |XPS|XML Paper Specification Format.| |√| |SVG|Scalable Vector Graphics Format.| |√| |TIFF|Tagged Image File Format| |√| |PNG|Portable Network Graphics Format| |√| |BMP|Bitmap Image Format| |√| |EMF|Enhanced metafile Format| |√| |JPEG|JPEG is a type of image format that is saved using the method of lossy compression.| |√| |GIF|Graphical Interchange Format| |√| |MARKDOWN|Represents a markdown document.| |√| |SXC|An XML based format used by OpenOffice and StarOffice|√|√| |FODS|This is an Open Document format stored as flat XML.|√|√| |DOCX|A well-known format for Microsoft Word documents that is a combination of XML and binary files.||√| |PPTX|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√| |OTS|OTS (OpenDocument Spreadsheet).|√|√| |XML|XML file.|√|√| |HTM|HTM file.|√|√| |TIF|Tagged Image File Format| |√| |WMF|WMF Image Format| |√| |PCL|Printer Command Language Format| |√| |AZW3|AZ3/KF8 File Format| |√| |EPUB|EPUB File Format| |√| |DBF|DBF File Format| |√| |EPUB|database file| |√| |XHTML|XHTML File Format| |√|

Manipulate Excel and other spreadsheet files in the Cloud

  • File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
  • Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
  • Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
  • Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
  • Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
  • Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
  • Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
  • Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
  • Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
  • Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.

Feature & Enhancements in Version v25.11.0

Full list of issues covering all changes in this release:

|Summary|Category| | :- | :- | | Fix the APIs query parameters default for TextProcessingController. | Bug | | Fix the extract text API of the text processing controller | Bug | | Developing API functions for AI translation of Excel files | New Feature | | Fix SearchBrokenLinksInRemoteRange API route error. | Bug | | Supports positional character removal—delete from any index, any length. | New Feature | | Supports duplicate sub string removal—keep the first occurrence, drop the rest. | New Feature | | Refactored Split Text API: optimize delimiter parsing and on-demand position output. | Improvement | | Develop API functions for AI-powered translation of TXT articles. | New Feature | | Enhance format conversion by accepting full save-option settings via query parameters. | Improvement | | Enhanced format conversion with auto-fit support in Aspose.Cells Cloud Services 4.0. | Improvement |

Available SDKs

The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.

Go Go

Java Java

C# .NET

Node.js Node.js

Perl Perl

PHP PHP

Python Python

Ruby Ruby

Release history version