quickspeadsheet 1.0.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/LICENSE +22 -0
- package/README.md +1072 -0
- package/dist/chunks/decryptOle-CCR7y3ED.js +76 -0
- package/dist/chunks/decryptOoxml-_5lSrxRZ.js +60 -0
- package/dist/chunks/dragMerge-DHUQYNgo.js +70794 -0
- package/dist/chunks/encryptOoxml-Bk1DbPbq.js +82 -0
- package/dist/chunks/udocMetafileBundle-DOq3GGY1.js +1121 -0
- package/dist/community.css +1 -0
- package/dist/community.js +559 -0
- package/dist/enterprise.css +1 -0
- package/dist/enterprise.js +559 -0
- package/dist/pro.css +1 -0
- package/dist/pro.js +559 -0
- package/dist/quickspeadsheet.js +562 -0
- package/dist/style.css +1 -0
- package/dist/types/community.d.ts +10 -0
- package/dist/types/enterprise.d.ts +10 -0
- package/dist/types/excel/core/excelio.d.ts +415 -0
- package/dist/types/index.d.ts +33 -0
- package/dist/types/pro.d.ts +10 -0
- package/dist/types/runtime-public.d.ts +501 -0
- package/dist/types/spread.d.ts +1147 -0
- package/package.json +144 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Proprietary License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 All Rights Reserved.
|
|
4
|
+
|
|
5
|
+
This software and associated documentation files (the "Software") are the proprietary property of the copyright holder.
|
|
6
|
+
|
|
7
|
+
RESTRICTIONS:
|
|
8
|
+
1. NON-COMMERCIAL USE ONLY: This Software may not be used for commercial purposes without prior written permission from the copyright holder.
|
|
9
|
+
2. NO REDISTRIBUTION: You may not distribute, publish, or share the Software or any derivative works.
|
|
10
|
+
3. NO SOURCE CODE DISCLOSURE: You may not disclose, publish, or make available the source code of the Software.
|
|
11
|
+
4. NO MODIFICATION FOR DISTRIBUTION: You may modify the Software for internal use only, but may not distribute modified versions.
|
|
12
|
+
5. NO REVERSE ENGINEERING: You may not reverse engineer, decompile, or disassemble the Software.
|
|
13
|
+
|
|
14
|
+
PERMITTED USES:
|
|
15
|
+
- Personal, non-commercial use
|
|
16
|
+
- Educational and research purposes (non-commercial)
|
|
17
|
+
- Internal business use with proper license purchase
|
|
18
|
+
|
|
19
|
+
DISCLAIMER:
|
|
20
|
+
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.
|
|
21
|
+
|
|
22
|
+
For commercial licensing inquiries, please contact the copyright holder.
|