Aspose.Cells.GridWeb
24.9.0
See the version list below for details.
dotnet add package Aspose.Cells.GridWeb --version 24.9.0
NuGet\Install-Package Aspose.Cells.GridWeb -Version 24.9.0
<PackageReference Include="Aspose.Cells.GridWeb" Version="24.9.0" />
paket add Aspose.Cells.GridWeb --version 24.9.0
#r "nuget: Aspose.Cells.GridWeb, 24.9.0"
// Install Aspose.Cells.GridWeb as a Cake Addin #addin nuget:?package=Aspose.Cells.GridWeb&version=24.9.0 // Install Aspose.Cells.GridWeb as a Cake Tool #tool nuget:?package=Aspose.Cells.GridWeb&version=24.9.0
.NET API for GUI Web-Based Grid Control
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
Aspose.Cells.GridWeb is a GUI based web control that can be embedded in ASP.NET web forms like other web controls provided by the Microsoft .NET Framework. Aspose.Cells.GridWeb web control provides cross-browser support.
Aspose.Cells.GridWeb for .NET consists of API and Web controls to create, process, manipulate and convert Microsoft Excel® spreadsheets without needing Office Automation.
What is Aspose.Cells.GridWeb for .NET?
Aspose.Cells.GridWeb for .NET is a web control that you can embed in your ASP.NET web forms to integrate spreadsheet manipulation capabilities with 0% dependency on Microsoft Excel. It is built using the Microsoft .NET Framework and supports many popular browsers, such as, Microsoft Internet Explorer, Google Chrome, Mozilla FireFox, and Opera.
It’s client-side features include, cell context menu, client side validation, formula input/edit, merge/unmerge cells, sheet paging, cell font settings, cell border settings and many more. You can also apply custom styles, import/export MS Excel files, enable various grid modes (Edit, View, Session, Sessionless), and print the contents of the Aspose.Cells.GridWeb control via a JavaScript call.
Furthermore, you can work with custom command buttons, set Aspose.Cells.GridWeb control toolbar, add/remove context menu items, Grid events, and double click events. The support for serializing Aspose.Cells.GridWeb data to SQL Server or StateServer is also available.
GridWeb Processing Features
Worksheet Features
- Add/remove worksheets.
- Sort worksheet data horizontally & vertically.
- Supports worksheet pagination.
- Create spreadsheets from scratch.
Row & Column Features
- Add, insert, and remove rows and columns in a worksheet.
- Hide/show, Freeze/unfreeze rows & columns.
- Customize the headers of rows & columns.
Cell Features
- Merge or split cells.
- Edit multiple cells on the client-side with a single post back to the server-side.
- Supports number, date, and time format settings.
- Supports custom format settings.
- Control text alignment, borders, & font settings.
Formatting Features
- Create web-based interactive grid apps that look and feel like desktop spreadsheet apps.
- Supports client-side cell formatting.
- Provides both built-in and customizable visual styles.
Import/Export Features
- Import from and export to Excel spreadsheets.
- Import and export data directly from and to
DataView
orDataTable
objects.
Utility Features
- Supports drop-down list and regular expressions validations.
- Add and remove comments.
- Insert and remove pictures.
- Add and remove hyperlinks.
- Keyboard navigation.
- Get the Release or Running Version of
Aspose.Cells.GridWeb
.
Advance Features
- Supports creating and calculating formulas on web pages.
- Provides 80+ pre-defined functions related to math, text, data, date, time, & logic.
- Supports creating dynamic pivot tables.
- Perform actions under different grid events.
- Use
Aspose.Cells.GridWeb
control in session-less mode. - Submit grid data with a single click.
- Print the GridWeb contents from a web page without saving the result as an Excel file.
Read & Write Spreadsheet Formats
Microsoft Excel®: XLS, XLSX, XLSB, XLT, XLTX, XLTM, XLSM, XML
OpenOffice: ODS
Text: CSV, TSV
Web: HTML, MHTML
Numbers: Apple's iWork office suite Numbers app documents
Save Excel Files As
Fixed Layout: PDF, PDF/A, XPS
Data Interchange: DIF
Images: JPEG, PNG, BMP, SVG, TIFF, EMF, GIF
Supported Technologies
Browsers: Microsoft Internet Explorer, Mozilla Firefox, Opera, Google Chrome, Microsoft Edge
Excel: Microsoft Excel 97, Microsoft Excel 2000, Microsoft Excel XP, Microsoft Excel 2003, Microsoft Excel 2007, Microsoft Excel 2010, Microsoft Excel 2013
Platforms: ASP.NET Web Forms
Get Started
Are you ready to give Aspose.Cells.GridWeb a try? Simply execute Install-Package Aspose.Cells.GridWeb
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Cells.GridWeb and want to upgrade the version, please execute Update-Package Aspose.Cells.GridWeb
to get the latest version.
Row & Column Header Customization of GridWeb control via C# Code
// For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-.NET
// Accessing the worksheet that is currently active
GridWorksheet workSheet = GridWeb1.WorkSheets[GridWeb1.ActiveSheetIndex];
// Create custom row header caption.
workSheet.SetRowCaption(1, "Row1");
workSheet.SetRowCaption(2, "Row2");
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0 was computed. 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. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- No dependencies.
-
net6.0
- SkiaSharp (>= 2.88.6)
- System.Security.Cryptography.Pkcs (>= 6.0.3)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
net6.0-windows7.0
- System.Drawing.Common (>= 7.0.0)
- System.Security.Cryptography.Pkcs (>= 6.0.3)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
net7.0-windows7.0
- System.Drawing.Common (>= 7.0.0)
- System.Security.Cryptography.Pkcs (>= 6.0.3)
- System.Text.Encoding.CodePages (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Aspose.Cells.GridWeb:
Repository | Stars |
---|---|
aspose-cells/Aspose.Cells-for-.NET
Aspose.Cells for .NET examples, plugins and showcases
|
Version | Downloads | Last updated |
---|---|---|
24.10.0 | 157 | 10/11/2024 |
24.9.0 | 274 | 9/11/2024 |
24.8.0 | 464 | 8/8/2024 |
24.7.0 | 157 | 7/12/2024 |
24.6.0 | 120 | 6/14/2024 |
24.5.0 | 2,064 | 5/10/2024 |
24.4.0 | 279 | 4/10/2024 |
24.3.0 | 215 | 3/8/2024 |
24.2.0 | 1,399 | 2/5/2024 |
24.1.0 | 297 | 1/11/2024 |
23.12.0 | 286 | 12/13/2023 |
23.11.0 | 430 | 11/9/2023 |
23.10.0 | 1,860 | 10/13/2023 |
23.9.0 | 298 | 9/14/2023 |
23.8.0 | 386 | 8/10/2023 |
23.7.0 | 338 | 7/13/2023 |
23.6.0 | 356 | 6/8/2023 |
23.5.0 | 343 | 5/10/2023 |
23.4.0 | 353 | 4/12/2023 |
23.3.0 | 1,148 | 3/8/2023 |
23.2.0 | 422 | 2/9/2023 |
23.1.0 | 520 | 1/11/2023 |
22.12.0 | 495 | 12/9/2022 |
22.11.0 | 531 | 11/10/2022 |
22.10.0 | 3,111 | 10/13/2022 |
22.9.0 | 651 | 9/13/2022 |
22.8.0 | 722 | 8/5/2022 |
22.7.0 | 690 | 7/8/2022 |
22.6.0 | 752 | 6/10/2022 |
22.5.0 | 829 | 5/12/2022 |
22.4.0 | 899 | 4/13/2022 |
22.3.0 | 790 | 3/15/2022 |
22.2.0 | 799 | 2/14/2022 |
22.1.0 | 794 | 1/11/2022 |
21.12.0 | 713 | 12/8/2021 |
21.11.0 | 1,277 | 11/9/2021 |
21.10.0 | 1,289 | 10/15/2021 |
21.9.0 | 637 | 9/16/2021 |
21.8.0 | 698 | 8/16/2021 |
20.12.0 | 2,103 | 12/22/2020 |
20.10.0 | 731 | 10/16/2020 |
20.7.0 | 697 | 7/20/2020 |
20.6.0 | 720 | 6/29/2020 |
20.5.0 | 1,411 | 5/21/2020 |