Give us feedback
word-editor
Web icon

Excel/Word Editor

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 9 Feb by 
5.0
 (2 ratings)
word-editor

Excel/Word Editor

Documentation
1.0.0
  1. Excel/Word editor is created to edit .xlsx or .docx file inside the application with the help of ck editor 
  2. This component used purely javascript for editing file.
  3. Used exceljs library for editing excel file. To get more information about library visit this link- https://github.com/exceljs/exceljs
  4. Used mammoth.js library for editing word file. To know more about library visit this link- https://github.com/mwilliamson/mammoth.js
  5. This component has web block which has two parameter- (1) Binary Data (2) FileNameWithExtension.
  6. Passing these two parameter values to web block it will open file inside CKEditor for editing.