spire.officejs-test 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +80 -0
  2. package/package.json +14 -10
package/README.md ADDED
@@ -0,0 +1,80 @@
1
+ # Front-End JavaScript Library for In-Browser Editing and Viewing of Office Documents
2
+
3
+ [**Product Page**](https://www.e-iceblue.com/Introduce/spire-office-js.html) |[**Download**](https://www.e-iceblue.com/Download/spire-office-js.html)| **Documentation** | [**Forum**](https://www.e-iceblue.com/forum/) | [**Temporary License**](https://www.e-iceblue.com/TemLicense.html) | [**Customized Demo**](https://www.e-iceblue.com/Misc/customized-demo.html)
4
+
5
+ [**Spire.OfficeJS**](https://www.e-iceblue.com/Introduce/spire-office-js.html) is a pure **front-end Office document component suite** that enables in-browser creation, editing, and viewing of **Word, Excel, and PowerPoint** files—without Microsoft Office or backend services.
6
+
7
+ In addition, it provides **lightweight PDF viewing capabilities** , delivering a smooth and efficient document experience for modern web applications.
8
+
9
+ ### Key Features
10
+
11
+ * **Pure Front-End Rendering** : All document operations are performed directly in the browser without server-side document conversion
12
+ * **Comprehensive Editing Capabilities** : Supports document editing, comments, annotations, review, and saving
13
+ * **Multi-Format Support** : Compatible with mainstream Word, Excel, and PowerPoint file formats, including Microsoft Office and WPS formats
14
+ * **Highly Integrable** : Easily embedded into Vue, React, Angular, and pure HTML projects
15
+ * **Highly Customizable** : Supports toolbar configuration, user permission control, save callbacks, and plugin extensions
16
+
17
+ Spire.OfficeJS is ideal for a wide range of scenarios, including enterprise back-office systems, document management systems (DMS), collaboration platforms, online learning systems, and form or workflow applications.
18
+
19
+ ### Supported Input Formats
20
+
21
+ | Module | Supported Formats |
22
+ |------|------------------|
23
+ | **Spire.WordJS** | DOC, DOCX, DOCM, DOTX, DOTM, WordXML, RTF, ODT, WPS, WPT |
24
+ | **Spire.ExcelJS** | XLS, XLSX, XLSB, XLSM, ODS, WPS (.et, .ett) |
25
+ | **Spire.PresentationJS** | PPT, PPTX, PPS, PPSX, DPS, DPT |
26
+
27
+ > Note: Editing and export capabilities vary by module. Please refer to each module section for detailed functionality.
28
+
29
+ ---
30
+
31
+ ## Spire.OfficeJS Modules
32
+
33
+ ### [**Spire.WordJS**](https://www.e-iceblue.com/Introduce/spire-word-js.html)
34
+
35
+ A pure front-end Word document editing and processing component that allows users to create, open, edit, and export DOCX files directly in the browser. It provides rich support for text formatting, images, tables, paragraphs, and page layout.
36
+
37
+ **Key Functions:**
38
+
39
+ * Create and edit Word documents
40
+ * Handle text, images, and tables
41
+ * Rich style and layout settings
42
+ * Save Word as PDF, HTML, RTF, etc.
43
+ * User permission and access control
44
+
45
+ ---
46
+
47
+ ### [**Spire.ExcelJS**](https://www.e-iceblue.com/Introduce/spire-excel-js.html)
48
+
49
+ A web-based Excel processing engine that enables spreadsheet creation, editing, calculation, and export without requiring Microsoft Office. It supports formulas, cell formatting, charts, and data validation.
50
+
51
+ **Key Functions:**
52
+
53
+ * Create and edit Excel worksheets
54
+ * Insert and calculate formulas
55
+ * Generate charts and visualizations
56
+ * Convert Excel to PDF, CSV, OTS, etc.
57
+ * User permission control
58
+
59
+ ---
60
+
61
+ ### [**Spire.PresentationJS**](https://www.e-iceblue.com/Introduce/spire-presentation-js.html)
62
+
63
+ A pure front-end PowerPoint presentation editing and rendering component that allows users to create and modify slides in the browser. It supports text, shapes, images, multimedia elements, as well as master slides and layout management.
64
+
65
+ **Key Functions:**
66
+
67
+ * Create and edit PowerPoint presentations
68
+ * Support for rich slide elements
69
+ * Intelligent layout and master slide management
70
+ * Export slides as PDF, ODP, etc.
71
+
72
+ ---
73
+
74
+ ### **Spire.PDFJS**
75
+
76
+ A lightweight front-end PDF viewer focused on online preview and browsing of PDF documents. Editing features are not included.
77
+
78
+ ---
79
+
80
+ [**Product Page**](https://www.e-iceblue.com/Introduce/spire-office-js.html) |[**Download**](https://www.e-iceblue.com/Download/spire-office-js.html)| **Documentation** | [**Forum**](https://www.e-iceblue.com/forum/) | [**Temporary License**](https://www.e-iceblue.com/TemLicense.html) | [**Customized Demo**](https://www.e-iceblue.com/Misc/customized-demo.html)
package/package.json CHANGED
@@ -1,18 +1,22 @@
1
1
  {
2
2
  "name": "spire.officejs-test",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",
7
7
  "type": "commonjs",
8
+ "files": [
9
+ "package.json",
10
+ "README.md"
11
+ ],
8
12
  "dependencies": {
9
- "spire.officejs-editors-test": "*",
10
- "spire.officejs-externs-test": "*",
11
- "spire.officejs-fonts-test": "*",
12
- "spire.officejs-common-test": "*",
13
- "spire.officejs-document-test": "*",
14
- "spire.officejs-spreadsheet-test": "*",
15
- "spire.officejs-presentation-test": "*",
16
- "spire.officejs-pdf-test": "*"
13
+ "spire.officejs-editors": "^1.0.0",
14
+ "spire.officejs-externs": "^1.0.0",
15
+ "spire.officejs-fonts": "^1.0.0",
16
+ "spire.officejs-common": "^1.0.0",
17
+ "spire.officejs-document": "^1.0.0",
18
+ "spire.officejs-spreadsheet": "^1.0.0",
19
+ "spire.officejs-presentation": "^1.0.0",
20
+ "spire.officejs-pdf": "^1.0.0"
17
21
  }
18
- }
22
+ }