You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Excel® file generation, manipulation, conversion & processing features into your own Node.js applications.
2
2
3
-
- API version: 3.0
4
-
- SDK version: 20.2
3
+
# Process Excel® Files in the Cloud with Node.js
5
4
6
-
This repository contains Aspose.Cells Cloud SDK for NodeJS source code. This SDK allows you to work with Aspose.Cells Cloud REST APIs in your NodeJS applications quickly and easily, with zero initial cost.
5
+
[Aspose.Cells Cloud SDK for Node.js](https://products.aspose.cloud/cells/nodejs) allows developers to create, edit, process & convert Excel spreadsheets in the Cloud. The Excel Cloud SDK gets its functionality from Aspose.Cells Cloud API, allowing your Node.js apps to work with all Excel file formats and features including worksheet & cell management, conditional formatting, auto-filters, auto-shapes, charts, OleObjects, page breaks, ListObjects, Pivot Tables, charts and much more.
7
6
7
+
## Excel File Processing Features
8
8
9
+
- Create Excel files from scratch using the API.
10
+
- Load, process & convert spreadsheets via Cloud SDK.
- Full read & write access to Cells Object Model, including workbook, worksheet, cell, shapes, tables, list object ,ole Object,headers/footers and many others
See [API Reference](https://apireference.aspose.cloud/cells/) for full API specification.
45
+
## Read File Formats
27
46
47
+
SXC, FODS
28
48
49
+
## Storage API Support
29
50
30
-
# Storage API support
31
-
32
-
#### Since version 19.9 SDK includes support of storage operations for better user experience and unification, so now there's no need to use 2 different SDKs!
51
+
Since version 19.9, SDK includes support of storage operations for better user experience and unification, so now there's no need to use 2 different SDKs!
33
52
34
53
It gives you an ability to:
35
54
36
-
- Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default)
37
-
- Create, copy, move and delete folders
38
-
- Copy and move files and folders accross separate storages in scope of a single operation
39
-
- Check if certain file, folder or storage exists
40
-
41
-
# Licensing
42
-
43
-
All Aspose.Cells Cloud SDKs are licensed under [MIT License](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node/blob/master/LICENSE).
44
-
45
-
46
-
47
-
# How to use the SDK?
48
-
49
-
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [nmpjs distribution](https://www.npmjs.com/package/asposecellscloud) (recommended). For more details, please visit our [documentation website](https://docs.aspose.cloud/display/cellscloud/Available+SDKs).
50
-
51
-
52
-
53
-
### Prerequisites
54
-
55
-
To use Aspose.Cells Cloud SDK you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create App Key and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/#/apps). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
56
-
57
-
58
-
59
-
### Installation
55
+
- Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
56
+
- Create, copy, move and delete folders.
57
+
- Copy and move files and folders across separate storages in scope of a single operation.
58
+
- Check if certain file, folder or storage exists.
60
59
61
-
#### Install Aspose.Cells-Cloud via NPM
60
+
##Getting Started with Aspose.CellsCloud SDK for Node.js
62
61
63
-
From the command line:
62
+
Firstly, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to get your application information and free quota to use the API. Now execute `npm install asposecellscloud --save` from the command line to install Aspose.Cells Cloud SDK for Node.js via NPM.
64
63
65
-
```
66
-
npm install asposecellscloud --save
67
-
```
68
-
69
-
70
-
71
-
### Sample usage
72
-
73
-
64
+
The complete source code is available at [GitHub Repository](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node).
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "asposecellscloud",
3
-
"version": "20.2.0",
4
-
"description": "Aspose.Cells Cloud SDK for Node.js",
3
+
"version": "20.4.0",
4
+
"description": "Node.js Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Excel® file generation, manipulation, conversion & processing features into your own Node.js applications.",
0 commit comments