UniverBlazored 1.0.1

dotnet add package UniverBlazored --version 1.0.1
                    
NuGet\Install-Package UniverBlazored -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UniverBlazored" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UniverBlazored" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="UniverBlazored" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add UniverBlazored --version 1.0.1
                    
#r "nuget: UniverBlazored, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=UniverBlazored&version=1.0.1
                    
Install UniverBlazored as a Cake Addin
#tool nuget:?package=UniverBlazored&version=1.0.1
                    
Install UniverBlazored as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.1 0 6/22/2025
1.0.0 146 5/2/2025

v1.0.1