aspose.cells.node 25.6.0 → 25.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/aspose.cells.js +28 -498
- package/package.json +6 -6
- package/types.d.ts +255 -712
package/README.md
CHANGED
|
@@ -218,4 +218,10 @@ console.log("done");
|
|
|
218
218
|
|
|
219
219
|
Please refer to [aspose.cells.node.samples](https://www.npmjs.com/package/aspose.cells.node.samples) package for more code samples.
|
|
220
220
|
|
|
221
|
-
|
|
221
|
+
## License
|
|
222
|
+
|
|
223
|
+
Commercial license required for production use. Evaluation mode available for testing.
|
|
224
|
+
|
|
225
|
+
Visit [Temporary License](https://purchase.aspose.com/temporary-license) for licensing information.
|
|
226
|
+
|
|
227
|
+
[Product Page](https://products.aspose.com/cells/nodejs-cpp) | [Product Documentation](https://docs.aspose.com/cells/nodejs-cpp/) | [Blog](https://blog.aspose.com/categories/aspose.cells-product-family/) |[API Reference](https://reference.aspose.com/cells/nodejs-cpp) | [Free Support](https://forum.aspose.com/c/cells)
|