Jspreadsheet
UI Extension
jspreadsheet is a lightweight JavaScript spreadsheet component with Excel-like features, formulas, and data manipulation.
Status
Planned
Supported Version
TBD
Licensing
Open Source / Commercial
Priority
Rank #128
KEY FEATURES
Spreadsheet interface
Formulas
Cell merging
Data validation
Clipboard
Multiple sheets
Pagination
Usage Example
Here's how you'll use Jspreadsheet with Oorian once the extension is available:
Java
// Create and configure Jspreadsheet component
Jspreadsheet component = new Jspreadsheet();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, JspreadsheetEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.