jspreadsheet 10.0.27 → 10.0.29
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 +115 -23
- package/dist/index.js +671 -671
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,42 +1,134 @@
|
|
|
1
|
-
|
|
1
|
+
<img src='https://jspreadsheet.com/templates/default/img/createapplications.png' height=80% width=80%>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# Jspreasheet Pro
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[Jspreadsheet](https://jspreadsheet.com/) is an extensive yet light JavaScript library to create web-based applications with spreadsheet-like controls. It boasts a wealth of functionalities that mirror Excel's capabilities. [Jspreadsheet](https://jspreadsheet.com/) is fully compatible with React, [Angular](https://jspreadsheet.com/docs/), [Vue](https://jspreadsheet.com/docs/), [JavaScript](https://jspreadsheet.com/docs/), and [TypeScript](https://jspreadsheet.com/docs/).
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
You're welcome to explore Jspreadsheet in your development environment without any charges—no need to worry about the license until you're ready to take to deploy your application.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
The [performance](https://jspreadsheet.com/docs/performance) example will create a table from an array with 100 columns x 50000 rows (five million cells) in less than one second.
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
* Handle complicated data inputs with ease and convenience
|
|
13
|
-
* Common shortcuts to move data from/to any other spreadsheet software
|
|
14
|
-
* Improve the software user experience
|
|
15
|
-
* Create rich CRUDS and beautiful UI
|
|
16
|
-
* Highly flexible and customizable
|
|
17
|
-
* Lightweight and simple to use
|
|
18
|
-
* Thousands of successful user cases
|
|
19
|
-
* Interactive JavaScript data grid
|
|
11
|
+
<img src='https://jspreadsheet.com/templates/default/img/performancejss.gif' height=80% width=80%>
|
|
20
12
|
|
|
13
|
+
<h2>Features</h2>
|
|
14
|
+
|
|
15
|
+
* [Cross worksheets](https://jspreadsheet.com/docs/examples/cross-calculations)
|
|
16
|
+
|
|
17
|
+
* [Dropdown](https://jspreadsheet.com/docs/dropdown-and-autocomplete)
|
|
18
|
+
|
|
19
|
+
* [Filters](https://jspreadsheet.com/docs/filters)
|
|
20
|
+
|
|
21
|
+
* [Data binding](https://jspreadsheet.com/docs/examples/data-binding)
|
|
22
|
+
|
|
23
|
+
* [Import from XLSX](https://jspreadsheet.com/products/import-from-xlsx)
|
|
24
|
+
|
|
25
|
+
* [Export to XLSX](https://jspreadsheet.com/products/export-to-xlsx)
|
|
26
|
+
|
|
27
|
+
* [Validations](https://jspreadsheet.com/products/validations)
|
|
28
|
+
|
|
29
|
+
* [Search and replace](https://jspreadsheet.com/products/search)
|
|
30
|
+
|
|
31
|
+
* [Comments](https://jspreadsheet.com/products/comments)
|
|
32
|
+
|
|
33
|
+
* [Forms](https://jspreadsheet.com/products/forms)
|
|
34
|
+
|
|
35
|
+
* [CSV](https://jspreadsheet.com/products/csv-importer)
|
|
36
|
+
|
|
37
|
+
* [Charts](https://jspreadsheet.com/products/charts)
|
|
38
|
+
|
|
39
|
+
* [Export to PDF](https://jspreadsheet.com/products/export-to-pdf)
|
|
40
|
+
|
|
41
|
+
* [Edition bar](https://jspreadsheet.com/products/edition-bar)
|
|
42
|
+
|
|
43
|
+
* [Import from Google Sheets](https://jspreadsheet.com/products/import-from-google-sheets)
|
|
44
|
+
|
|
45
|
+
* [Defined names](https://jspreadsheet.com/docs/defined-names)
|
|
46
|
+
|
|
47
|
+
* [Footers](https://jspreadsheet.com/docs/footers)
|
|
48
|
+
|
|
49
|
+
* [Freeze columns](https://jspreadsheet.com/docs/freeze-columns)
|
|
50
|
+
|
|
51
|
+
* [Freeze rows](https://jspreadsheet.com/docs/freeze-rows)
|
|
52
|
+
|
|
53
|
+
* [Group columns](https://jspreadsheet.com/docs/group-columns)
|
|
54
|
+
|
|
55
|
+
* [Group rows](https://jspreadsheet.com/docs/group-rows)
|
|
56
|
+
|
|
57
|
+
* [Headers](https://jspreadsheet.com/docs/headers)
|
|
58
|
+
|
|
59
|
+
* [Pagination](https://jspreadsheet.com/docs/pagination)
|
|
60
|
+
|
|
61
|
+
* [Persistence](https://jspreadsheet.com/docs/persistence)
|
|
62
|
+
|
|
63
|
+
* [Rows](https://jspreadsheet.com/docs/rows)
|
|
64
|
+
|
|
65
|
+
* [Search](https://jspreadsheet.com/docs/search)
|
|
66
|
+
|
|
67
|
+
* [Selection](https://jspreadsheet.com/docs/selection)
|
|
68
|
+
|
|
69
|
+
* [Sorting](https://jspreadsheet.com/docs/sorting)
|
|
70
|
+
|
|
71
|
+
* [Style](https://jspreadsheet.com/docs/style)
|
|
72
|
+
|
|
73
|
+
* [Toolbars](https://jspreadsheet.com/docs/toolbars)
|
|
74
|
+
|
|
75
|
+
* [Viewport](https://jspreadsheet.com/docs/viewport)
|
|
76
|
+
|
|
77
|
+
* [Editors](https://jspreadsheet.com/docs/editors)
|
|
78
|
+
|
|
79
|
+
* [Date and calendar](https://jspreadsheet.com/docs/date)
|
|
80
|
+
|
|
81
|
+
* [Events](https://jspreadsheet.com/docs/events)
|
|
82
|
+
|
|
83
|
+
* [Plugins](https://jspreadsheet.com/docs/plugins)
|
|
84
|
+
|
|
85
|
+
* [Formula picker](https://jspreadsheet.com/docs/formula-picker)
|
|
86
|
+
|
|
87
|
+
* [Helpers](https://jspreadsheet.com/docs/helpers)
|
|
88
|
+
|
|
89
|
+
* [International](https://jspreadsheet.com/docs/international-settings)
|
|
90
|
+
|
|
91
|
+
* [Appearance](https://jspreadsheet.com/docs/appearance)
|
|
92
|
+
|
|
93
|
+
* [Themes](https://jspreadsheet.com/docs/themes)
|
|
21
94
|
|
|
22
95
|
<br>
|
|
23
96
|
|
|
97
|
+
<h2>Get Started</h2>
|
|
98
|
+
|
|
99
|
+
Get Started - [JavaScript](https://jspreadsheet.com/docs/getting-started)
|
|
100
|
+
|
|
101
|
+
Get Started - [React](https://jspreadsheet.com/docs/react)
|
|
102
|
+
|
|
103
|
+
Get Started - [Angular](https://jspreadsheet.com/docs/angular)
|
|
104
|
+
|
|
105
|
+
Get Started - [Vue](https://jspreadsheet.com/docs/vue)
|
|
106
|
+
|
|
107
|
+
<h2>Try it for free</h2>
|
|
108
|
+
|
|
109
|
+
After you create a free account, you will receive specific instructions on how to download and start using Jspreadsheet.
|
|
110
|
+
There is no time limit for your evaluation period; you will need a valid license only when you are ready to deploy your applications.
|
|
111
|
+
|
|
112
|
+
* [Start Free Trial](https://jspreadsheet.com/me/login?create)
|
|
113
|
+
|
|
114
|
+
<h2>Commercial License</h2>
|
|
115
|
+
|
|
116
|
+
Excellent documentation, technical support, and the freedom to create a custom solution for your project.
|
|
117
|
+
* [Pricing](https://jspreadsheet.com/pricing)
|
|
118
|
+
|
|
119
|
+
|
|
24
120
|
<h2>Technical Support</h2>
|
|
25
|
-
|
|
121
|
+
|
|
122
|
+
* For technical support:
|
|
26
123
|
https://github.com/jspreadsheet/pro/issues
|
|
27
124
|
|
|
28
|
-
<br>
|
|
29
125
|
|
|
30
|
-
<h2>
|
|
31
|
-
Jspreadsheet Pro requires a license, for more information:
|
|
32
|
-
https://jspreadsheet.com/me/pricing
|
|
126
|
+
<h2>Contact us</h2>
|
|
33
127
|
|
|
34
|
-
|
|
128
|
+
* Support: support@jspreadsheet.com
|
|
35
129
|
|
|
36
|
-
|
|
37
|
-
After you create a free account, you will receive specific instructions on how to download and start using Jspreadsheet. There is no time limit for your evaluation period; you will need a valid license only when you are ready to deploy your applications.
|
|
130
|
+
* General questions: contact@jspreadsheet.com
|
|
38
131
|
|
|
39
|
-
https://jspreadsheet.com/me/login?create
|
|
40
132
|
|
|
41
133
|
|
|
42
134
|
## Tools
|