@mescius/spread-sheets-io 17.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # SpreadJS IO Plugin
2
+
3
+ The IO package is one of the plug-ins for [SpreadJS](https://developer.mescius.com/spreadjs).
4
+
5
+ Extends SpreadJS with file IO support.
6
+
7
+ For a detailed listing of SpreadJS sub-libraries and plug-ins, please see [Using SpreadJS Libraries](https://developer.mescius.com/spreadjs/docs/getstarted/modules).
8
+
9
+ ## Installation
10
+ ```sh
11
+ npm install @mescius/spread-sheets-io
12
+ ```
13
+
14
+ ## Getting more help
15
+ Visit the SpreadJS home page to get more info about the library:
16
+ [https://developer.mescius.com/spreadjs](https://developer.mescius.com/spreadjs)
17
+
18
+ You can ask any question about SpreadJS using the [SpreadJS Forum](https://developer.mescius.com/forums/spreadjs).