Univer Blazored is a C# adaptation of the Univer framework, using its original CDN for integration into Blazor applications.
$ dotnet add package UniverBlazoredA C# adaptation of Univer for creating and editing spreadsheets, documents, and slides on both web and server.
"Univer is a full-stack framework for creating and editing spreadsheets, documents, and slides on both web and server." - Univer Team
Univer Blazored is a C# adaptation of the Univer framework, using its original CDN for integration into Blazor applications. This tool provides the necessary features to build Blazor projects based on spreadsheets, documents, and presentations efficiently and easily, preserving the core capabilities of the original framework without additional requirements.
To use this library correctly, you must be familiarized with the Univer context first. Please read the framework documentation for a better understanding of Univer Blazored.
The Document component of Univer Blazored is still on developement. These features are not live at v1.0.
Univer Blazored is distributed by an Apache-2.0 license
"Univer" is a trademark of its respective owners. This project is not affiliated with or endorsed by the developers of Univer.
Once the component is initialized, you can get access to the component's Agent and perform basic operations:
var agent = Univer.Agent;
var sheets = await agent.GetSheetsInfo();
foreach (var sheet in sheets)
{
await agent.SetActiveSheet(sheet.id);
// Perform operations in the sheet
}
See the documentation for more information.
Made with ❤️ by Oscar D. Soto.