UniverBlazored 1.0.1
dotnet add package UniverBlazored --version 1.0.1
NuGet\Install-Package UniverBlazored -Version 1.0.1
<PackageReference Include="UniverBlazored" Version="1.0.1" />
<PackageVersion Include="UniverBlazored" Version="1.0.1" />
<PackageReference Include="UniverBlazored" />
paket add UniverBlazored --version 1.0.1
#r "nuget: UniverBlazored, 1.0.1"
#addin nuget:?package=UniverBlazored&version=1.0.1
#tool nuget:?package=UniverBlazored&version=1.0.1
Univer Blazored
A C# adaptation of Univer for creating and editing spreadsheets, documents, and slides on both web and server.
What is Univer Blazored?
"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.
Pre-Requisite Knowledge
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.
Features
For spreadsheets
- Values
- Formulas
- Styles
- Cells
- Text
- Merges
- Filters
- Conditional Format (beta)
- Comments
- Images
- Freeze columns and rows
- Rich text (on developement)
- Pivot Tables (on developement)
- Accesibility (on developement)
- And more!
For Documents
The Document component of Univer Blazored is still on developement. These features are not live at v1.0.
- Text
- Styles
- Formulas
- Images
- Comments
License
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.
Basic Usage
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on UniverBlazored:
Package | Downloads |
---|---|
UniverBlazored.SpreadsheetConverter
Extension of UniverBlazored that import and export Excel files with the tools provided by UniverBlazored. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.1