Luckysheet
UI Extension
Luckysheet is a pure JavaScript online spreadsheet similar to Excel with a rich set of features for data analysis.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #129
KEY FEATURES
Excel-like interface
Formulas
Charts
Pivot tables
Conditional formatting
Data validation
Collaboration
Usage Example
Here's how you'll use Luckysheet with Oorian once the extension is available:
Java
// Create and configure Luckysheet component
Luckysheet component = new Luckysheet();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, LuckysheetEvent.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.