Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Excel/Word Editor
Excel/Word Editor
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
9 Feb
by
5.0
(2 ratings)
Overview
Reviews
Versions
Documentation
Support
Excel/Word Editor
Documentation
1.0.0
Draft
Excel/Word editor is created to edit .xlsx or .docx file inside the application with the help of ck editor
This component used purely javascript for editing file.
Used
exceljs
library for editing excel file. To get more information about library visit this link-
https://github.com/exceljs/exceljs
Used
mammoth.js
library for editing word file. To know more about library visit this link-
https://github.com/mwilliamson/mammoth.js
This component has web block which has two parameter- (1) Binary Data (2) FileNameWithExtension.
Passing these two parameter values to web block it will open file inside CKEditor for editing.
Loading...
Loading