@mescius/spread-sheets 17.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +252 -0
- package/README.md +56 -0
- package/SPREADJS-EULA.pdf +0 -0
- package/dist/gc.spread.sheets.all.min.js +12 -0
- package/dist/gc.spread.sheets.d.ts +54462 -0
- package/index.d.ts +5 -0
- package/index.js +1 -0
- package/package.json +32 -0
- package/styles/gc.spread.sheets.css +5899 -0
- package/styles/gc.spread.sheets.excel2013darkGray.css +5941 -0
- package/styles/gc.spread.sheets.excel2013lightGray.css +5946 -0
- package/styles/gc.spread.sheets.excel2013white.css +5933 -0
- package/styles/gc.spread.sheets.excel2016black.css +5944 -0
- package/styles/gc.spread.sheets.excel2016colorful.css +5937 -0
- package/styles/gc.spread.sheets.excel2016darkGray.css +5933 -0
package/LICENSE
ADDED
@@ -0,0 +1,252 @@
|
|
1
|
+
This document applies to the third party software included with this package. See SpreadJS-EULA.txt for SPREADJS full End User License Agreement.
|
2
|
+
--------------------------------------------------------------------------------
|
3
|
+
JSZip <https://stuk.github.io/jszip/>
|
4
|
+
|
5
|
+
The MIT License
|
6
|
+
===============
|
7
|
+
|
8
|
+
Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
|
9
|
+
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
|
11
|
+
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
12
|
+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
13
|
+
furnished to do so, subject to the following conditions:
|
14
|
+
|
15
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
16
|
+
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
18
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
19
|
+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
20
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
21
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
22
|
+
--------------------------------------------------------------------------------
|
23
|
+
|
24
|
+
---------------------------------------------------------------------------------
|
25
|
+
js-sha1 <https://github.com/emn178/js-sha1>
|
26
|
+
Copyright 2014-2015 emn178@gmail.com
|
27
|
+
|
28
|
+
The project is released under the MIT license.
|
29
|
+
|
30
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
31
|
+
a copy of this software and associated documentation files (the
|
32
|
+
"Software"), to deal in the Software without restriction, including
|
33
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
34
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
35
|
+
permit persons to whom the Software is furnished to do so, subject to
|
36
|
+
the following conditions:
|
37
|
+
|
38
|
+
The above copyright notice and this permission notice shall be
|
39
|
+
included in all copies or substantial portions of the Software.
|
40
|
+
|
41
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
42
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
43
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
44
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
45
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
46
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
47
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
48
|
+
|
49
|
+
---------------------------------------------------------------------------------
|
50
|
+
|
51
|
+
---------------------------------------------------------------------------------
|
52
|
+
js-sha512 <https://github.com/emn178/js-sha512>
|
53
|
+
|
54
|
+
The project is released under the MIT license.
|
55
|
+
Copyright 2014-2015 emn178@gmail.com
|
56
|
+
|
57
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
58
|
+
a copy of this software and associated documentation files (the
|
59
|
+
"Software"), to deal in the Software without restriction, including
|
60
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
61
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
62
|
+
permit persons to whom the Software is furnished to do so, subject to
|
63
|
+
the following conditions:
|
64
|
+
|
65
|
+
The above copyright notice and this permission notice shall be
|
66
|
+
included in all copies or substantial portions of the Software.
|
67
|
+
|
68
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
69
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
70
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
71
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
72
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
73
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
74
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
75
|
+
---------------------------------------------------------------------------------
|
76
|
+
|
77
|
+
|
78
|
+
---------------------------------------------------------------------------------
|
79
|
+
aes-js <https://github.com/ricmoo/aes-js>
|
80
|
+
|
81
|
+
The MIT License (MIT)
|
82
|
+
|
83
|
+
Copyright (c) 2015 Richard Moore
|
84
|
+
|
85
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
86
|
+
of this software and associated documentation files (the "Software"), to deal
|
87
|
+
in the Software without restriction, including without limitation the rights
|
88
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
89
|
+
copies of the Software, and to permit persons to whom the Software is
|
90
|
+
furnished to do so, subject to the following conditions:
|
91
|
+
|
92
|
+
The above copyright notice and this permission notice shall be included in
|
93
|
+
all copies or substantial portions of the Software.
|
94
|
+
|
95
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
96
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
97
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
98
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
99
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
100
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
101
|
+
THE SOFTWARE.
|
102
|
+
---------------------------------------------------------------------------------
|
103
|
+
|
104
|
+
---------------------------------------------------------------------------------
|
105
|
+
electron-builder <https://github.com/electron-userland/electron-builder>
|
106
|
+
|
107
|
+
The MIT License (MIT)
|
108
|
+
|
109
|
+
Copyright (c) 2015 Loopline Systems
|
110
|
+
|
111
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
112
|
+
of this software and associated documentation files (the "Software"), to deal
|
113
|
+
in the Software without restriction, including without limitation the rights
|
114
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
115
|
+
copies of the Software, and to permit persons to whom the Software is
|
116
|
+
furnished to do so, subject to the following conditions:
|
117
|
+
|
118
|
+
The above copyright notice and this permission notice shall be included in all
|
119
|
+
copies or substantial portions of the Software.
|
120
|
+
|
121
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
122
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
123
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
124
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
125
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
126
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
127
|
+
SOFTWARE.
|
128
|
+
---------------------------------------------------------------------------------
|
129
|
+
|
130
|
+
---------------------------------------------------------------------------------
|
131
|
+
pdfkit.js <https://github.com/devongovett/pdfkit>
|
132
|
+
MIT LICENSE
|
133
|
+
Copyright (c) 2014 Devon Govett
|
134
|
+
|
135
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
136
|
+
|
137
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
138
|
+
|
139
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
140
|
+
---------------------------------------------------------------------------------
|
141
|
+
|
142
|
+
---------------------------------------------------------------------------------
|
143
|
+
blob-stream.js <https://github.com/devongovett/blob-stream>
|
144
|
+
MIT LICENSE
|
145
|
+
Copyright (c) 2014 Devon Govett
|
146
|
+
|
147
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
148
|
+
|
149
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
150
|
+
|
151
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
152
|
+
---------------------------------------------------------------------------------
|
153
|
+
|
154
|
+
---------------------------------------------------------------------------------
|
155
|
+
rbush.js <https://github.com/mourner/rbush>
|
156
|
+
|
157
|
+
MIT License
|
158
|
+
|
159
|
+
Copyright (c) 2016 Vladimir Agafonkin
|
160
|
+
|
161
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
162
|
+
of this software and associated documentation files (the "Software"), to deal
|
163
|
+
in the Software without restriction, including without limitation the rights
|
164
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
165
|
+
copies of the Software, and to permit persons to whom the Software is
|
166
|
+
furnished to do so, subject to the following conditions:
|
167
|
+
|
168
|
+
The above copyright notice and this permission notice shall be included in
|
169
|
+
all copies or substantial portions of the Software.
|
170
|
+
|
171
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
172
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
173
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
174
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
175
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
176
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
177
|
+
THE SOFTWARE.
|
178
|
+
---------------------------------------------------------------------------------
|
179
|
+
|
180
|
+
---------------------------------------------------------------------------------
|
181
|
+
FileSaver.js<https://github.com/eligrey/FileSaver.js>
|
182
|
+
|
183
|
+
The MIT License
|
184
|
+
|
185
|
+
Copyright © 2016 Eli Grey.
|
186
|
+
|
187
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
188
|
+
|
189
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
190
|
+
|
191
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
192
|
+
---------------------------------------------------------------------------------
|
193
|
+
|
194
|
+
---------------------------------------------------------------------------------
|
195
|
+
fetch-jsonp.js <https://github.com/camsong/fetch-jsonp>
|
196
|
+
|
197
|
+
License
|
198
|
+
MIT
|
199
|
+
---------------------------------------------------------------------------------
|
200
|
+
|
201
|
+
---------------------------------------------------------------------------------
|
202
|
+
fetch.js <https://github.com/github/fetch>
|
203
|
+
|
204
|
+
Copyright (c) 2014-2016 GitHub, Inc.
|
205
|
+
|
206
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
207
|
+
a copy of this software and associated documentation files (the
|
208
|
+
"Software"), to deal in the Software without restriction, including
|
209
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
210
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
211
|
+
permit persons to whom the Software is furnished to do so, subject to
|
212
|
+
the following conditions:
|
213
|
+
|
214
|
+
The above copyright notice and this permission notice shall be
|
215
|
+
included in all copies or substantial portions of the Software.
|
216
|
+
|
217
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
218
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
219
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
220
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
221
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
222
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
223
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
224
|
+
---------------------------------------------------------------------------------
|
225
|
+
|
226
|
+
---------------------------------------------------------------------------------
|
227
|
+
zip.js <https://github.com/gildas-lormeau/zip.js/>
|
228
|
+
BSD-3-Clause license
|
229
|
+
|
230
|
+
Copyright (c) 2022 Gildas Lormeau. All rights reserved.
|
231
|
+
|
232
|
+
Redistribution and use in source and binary forms, with or without
|
233
|
+
modification, are permitted provided that the following conditions are met:
|
234
|
+
|
235
|
+
1. Redistributions of source code must retain the above copyright notice,
|
236
|
+
this list of conditions and the following disclaimer.
|
237
|
+
2. Redistributions in binary form must reproduce the above copyright
|
238
|
+
notice, this list of conditions and the following disclaimer in
|
239
|
+
the documentation and/or other materials provided with the distribution.
|
240
|
+
3. The names of the authors may not be used to endorse or promote products
|
241
|
+
derived from this software without specific prior written permission.
|
242
|
+
THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
|
243
|
+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
244
|
+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
|
245
|
+
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
|
246
|
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
247
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
248
|
+
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
249
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
250
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
251
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
252
|
+
---------------------------------------------------------------------------------
|
package/README.md
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
### [English](#spreadjs) [日本語](#spreadjs-jp)
|
2
|
+
# SpreadJS
|
3
|
+
[A Complete JavaScript Spreadsheet](https://developer.mescius.com/spreadjs?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing) for Enterprise Apps.
|
4
|
+
|
5
|
+
SpreadJS is the most complete enterprise JavaScript spreadsheet solution for delivering Microsoft® [Excel-like spreadsheet](https://developer.mescius.com/spreadjs/javascript-excel-features?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing) experiences, fast. SpreadJS also provides full support for [React](https://developer.mescius.com/spreadjs/react-spreadsheet-components?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), [Vue](https://developer.mescius.com/spreadjs/vue-spreadsheet-components?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), [Angular](https://developer.mescius.com/spreadjs/angular-spreadsheet-components?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), and TypeScript.
|
6
|
+
|
7
|
+
This enterprise-grade JavaScript spreadsheet supports many popular features such as a [powerful formula engine (500+ functions)](https://developer.mescius.com/spreadjs/javascript-excel-calculations?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), [PivotTables](https://developer.mescius.com/spreadjs/javascript-excel-spreadsheet-pivot-table?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), [charting](https://developer.mescius.com/spreadjs/javascript-chart-components?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), slicers, [sparklines](https://developer.mescius.com/spreadjs/javascript-sparkline-charts?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), conditional formatting, tables, international localization, printing, sorting, filtering, drag-fill, grouping, undo/redo, data validation, [input controls](https://developer.mescius.com/spreadjs/javascript-spreadsheet-cell-types?utm_source=NPM&utm_medium=SP&utm_campaign=SpreadJS-NPM-Main-Listing), native Excel input and output, and much more.
|
8
|
+
|
9
|
+
|
10
|
+
![SpreadJS](https://grapecitycontentcdn.azureedge.net/external/spread/npm/SJS-npmjs-Global-5-01.png)
|
11
|
+
## Samples
|
12
|
+
|
13
|
+
To quickly jump in, check out our [Demo Gallery](https://developer.mescius.com/spreadjs/demos/).
|
14
|
+
You can also view a complete implementation of the on-line [Web Designer](https://developer.mescius.com/spreadjs/designer/) and [Mobile Spreadsheet Application](https://developer.mescius.com/spreadjs/spreadsheet/)
|
15
|
+
|
16
|
+
Download the [SpreadJS Free Trial](https://developer.mescius.com/spreadjs/download).
|
17
|
+
|
18
|
+
## Installation
|
19
|
+
```sh
|
20
|
+
npm install @mescius/spread-sheets
|
21
|
+
```
|
22
|
+
|
23
|
+
## Documentation
|
24
|
+
Online documentation is available here:
|
25
|
+
- [Developer's Guide](https://developer.mescius.com/spreadjs/docs/overview)
|
26
|
+
- [API Reference](https://developer.mescius.com/spreadjs/api)
|
27
|
+
- [Product ReadMe](https://developer.mescius.com/spreadjs/docs/rnotes)
|
28
|
+
|
29
|
+
## Getting more help
|
30
|
+
Visit the SpreadJS home page to view comprehensive demos, additional features, licensing and pricing:
|
31
|
+
[https://developer.mescius.com/spreadjs](https://developer.mescius.com/spreadjs)
|
32
|
+
|
33
|
+
You can ask any question about SpreadJS using the [SpreadJS Forum](https://developer.mescius.com/forums/spreadjs).
|
34
|
+
|
35
|
+
# SpreadJS JP
|
36
|
+
[SpreadJS](https://developer.mescius.jp/spreadjs)は、WebアプリケーションでExcelライクなUIを実現するために開発されたJavaScriptコントロールです。チャート、表計算関数、フィルタリング、条件付き書式など、豊富なExcel互換機能を搭載したスプレッドシートをブラウザ上に描画し、エンドユーザーになじみのあるUIと操作性を提供します。
|
37
|
+
|
38
|
+
## サンプル
|
39
|
+
[各オンラインデモ](https://developer.mescius.jp/spreadjs#demo)では、SpreadJSの基本機能や使い方をご紹介しています。
|
40
|
+
|
41
|
+
また、[トライアル版](https://developer.mescius.jp/download#javascript)をダウンロードして、実際の機能や動作をご確認いただけます。
|
42
|
+
|
43
|
+
## インストール方法
|
44
|
+
```sh
|
45
|
+
npm install @mescius/spread-sheets
|
46
|
+
```
|
47
|
+
日本語版での動作保証は日本語版サイトで公開しているバージョンのみとなります。
|
48
|
+
|
49
|
+
## ドキュメント
|
50
|
+
製品の各種ドキュメントは、下記をご参照ください。
|
51
|
+
- [製品ヘルプ](https://demo.mescius.jp/spreadjs/docs/overview)
|
52
|
+
- [チュートリアルデモ](https://demo.mescius.jp/spreadjs/demos/)
|
53
|
+
|
54
|
+
## 製品情報
|
55
|
+
製品の詳細や価格、ライセンスについては、下記をご参照ください。
|
56
|
+
[https://developer.mescius.jp/spreadjs](https://developer.mescius.jp/spreadjs)
|
Binary file
|