@reogrid/pro 0.1.3 → 0.1.5

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 ADDED
@@ -0,0 +1,18 @@
1
+ # @reogrid/pro
2
+
3
+ Full-featured canvas spreadsheet library for the web.
4
+
5
+ - Unlimited rows & columns
6
+ - Formula engine with 32+ built-in functions
7
+ - Sort, filter, outline/grouping
8
+ - Cell types (checkbox, dropdown, button, progress, rating, sparkline, hyperlink)
9
+ - xlsx import & export
10
+ - Image support, print, and more
11
+
12
+ ## Links
13
+
14
+ - Website: https://web.reogrid.net
15
+ - Documentation: https://web.reogrid.net/docs
16
+ - Lite (free) version: https://www.npmjs.com/package/@reogrid/lite
17
+
18
+ © UNVELL Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reogrid/pro",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "ReoGrid Pro — full-featured canvas spreadsheet library with xlsx import/export and no restrictions.",
5
5
  "type": "module",
6
6
  "main": "./pro.cjs",