X Spreadsheet (Excel / XLSX Viewer and Editor)
Content Type: Widget
Categories: Utility,User Interface,Data
Overview
View and edit your excel files. Pluggable widget based on the x-spreadsheet library that allows you to visualize and edit your excel data directly from your Mendix web app. Current features include:
- Cell formulas.
- Edit vs. view-only mode.
- A toolbar to customize data.
- Possibility to export/download file.
- Multiple sheets.
The widget is based on this library.
Demo project:
Documentation
Demo urlhttps://x-spreadsheet-demo-sandbox.mxapps.io
XSpreadsheet
A Mendix widget to view and edit excel files / spreadsheets based on https://github.com/myliang/x-spreadsheet.
Features
Mendix pluggable widget where you can simply provide a file. Say if it's editable or not. And that's it. You can now see and edit your excel file.
Usage
- Add a dataview that fetches the .xlsx file you wish to display/edit.
- Inside the dataview, add the x-spreadsheet widget.
- Set it as editable (Yes) or Read-only (No). That's it.
Demo project
Issues, suggestions and feature requests
Known Issue: Performance when handling large files. We are working in improving performance and adding features to make this widget more flexible for different purposes. Feel free to suggest us new features.
Releases
Version: 1.0.0
Framework Version: 9.24.31
Release Notes: Initial release.
Mendix pluggable widget to view and edit excel/xlsx files.