Aspose.Cells.GridJs
24.3.0
See the version list below for details.
dotnet add package Aspose.Cells.GridJs --version 24.3.0
NuGet\Install-Package Aspose.Cells.GridJs -Version 24.3.0
<PackageReference Include="Aspose.Cells.GridJs" Version="24.3.0" />
paket add Aspose.Cells.GridJs --version 24.3.0
#r "nuget: Aspose.Cells.GridJs, 24.3.0"
// Install Aspose.Cells.GridJs as a Cake Addin #addin nuget:?package=Aspose.Cells.GridJs&version=24.3.0 // Install Aspose.Cells.GridJs as a Cake Tool #tool nuget:?package=Aspose.Cells.GridJs&version=24.3.0
.NET Library to View & Edit Spreadsheets
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
Aspose.Cells.GridJs is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs.
Why Use Aspose.Cells.GridJs?
- It enables users to create, edit, format, collaborate on, and securely share spreadsheets with real-time updates, formula support, and rich data visualization tools, similar to traditional desktop applications.
- It supports Data Input and Editing, Formatting, Spreadsheet Navigation, Formula Calculation, Data Manipulation, Charts and Visualizations, Import and Export, Security, Add-ons, and Customization for developers to tailor the editor to specific business needs.
Features
- Import, view and edit the popular spreadsheet formats.
- Export the spreadsheets to various supported file formats.
- Display and manage the image or shape or chart files.
- Perform Grid design and layout customization.
- Manage multiple worksheets with ease.
- Create and calculate Excel® formulas accurately and efficiently.
Additionally, Aspose.Cells.GridJs offers:
- Data Input and Editing: Streamline data entry and editing processes.
- Formatting: Apply various formats to enhance the presentation of your data.
- Spreadsheet Navigation: Easily navigate through complex spreadsheets.
- Formula Calculation: Accurately compute and manage Excel® formulas.
- Data Manipulation: Organize and analyze data with ease.
- Charts and Visualizations: Utilize powerful tools for visual data representation.
- Import and Export: Seamlessly transfer data between different file formats.
- Security: Ensure the protection of sensitive data with robust security features.
- Add-ons and Customization: Extend the functionality of the editor with add-ons and tailor it to specific business requirements.
By leveraging these features, Aspose.CellsGridJs provides a comprehensive solution for spreadsheet management and data analysis, making it an indispensable tool for businesses and individuals alike.
Supported Import & Export Formats
- Microsoft Excel®: XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM, CSV, TSV, TabDelimited, SpreadsheetML
- OpenOffice®: ODS, SXC, FODS
- Text: TXT
- Web: HTML, MHTML
- Apple iWork®: Numbers
Get Started
Simply execute Install-Package Aspose.Cells.GridJs
from Package Manager Console in Visual Studio to fetch the NuGet package.
If you already have Aspose.Cells.GridJs and want to upgrade the version,
please execute Update-Package Aspose.Cells.GridJs
to get the latest version.
General Usage
Below is the basic process steps to develop a web application of GridJs
.
- Implement
GridCacheForStream
to write your own business logic for cache storage. - Set up a controller action to get
json
from the spreadsheet file. You can useGridJsWorkbook.ImportExcelFile
andGridJsWorkbook.ExportToJson
APIs,GridJs
will automatically store the spread file in cache. - Set up a controller action to get
json
for the update operation.You can useGridJsWorkbook.UpdateCell
API,GridJs
will do update operation in cache and return the updatedjson
. - Set up a controller action to get the images/shapes files url in the spreadsheet,
GridJs
will automatically zip all the images/shapes in cache .It will useGridCacheForStream.GetFileUrl
API. - Set up a controller action to get file in cache,thus we can get the images/shapes zip file or the spreadsheet file in cache. It will use
GridCacheForStream.LoadStream
API. - Set up a controller action to download the spreadsheet.You can use
GridJsWorkbook.SaveToCacheWithFileName
API.
Basic Demo
Below is a basic demo to show the usage of Aspose.Cells.GridJs : https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridJs
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. 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. 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 Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Aspose.Cells (>= 24.3.0)
- System.Drawing.Common (>= 6.0.0)
- System.Security.Cryptography.Pkcs (>= 5.0.1)
- 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.GridJs:
Repository | Stars |
---|---|
aspose-cells/Aspose.Cells-for-.NET
Aspose.Cells for .NET examples, plugins and showcases
|
Version | Downloads | Last updated |
---|---|---|
24.12.0 | 63 | 12/12/2024 |
24.11.0 | 522 | 11/13/2024 |
24.10.0 | 623 | 10/11/2024 |
24.9.0 | 375 | 9/11/2024 |
24.8.0 | 288 | 8/8/2024 |
24.7.0 | 505 | 7/12/2024 |
24.6.0 | 2,069 | 6/14/2024 |
24.5.0 | 274 | 5/10/2024 |
24.4.0 | 555 | 4/10/2024 |
24.3.0 | 356 | 3/8/2024 |
24.2.0 | 260 | 2/5/2024 |
24.1.0 | 239 | 1/11/2024 |
23.12.0 | 378 | 12/13/2023 |
23.11.0 | 736 | 11/9/2023 |
23.10.0 | 242 | 10/13/2023 |
23.9.0 | 234 | 9/14/2023 |
23.8.0 | 427 | 8/10/2023 |
23.7.0 | 62,661 | 7/13/2023 |
23.6.0 | 4,034 | 6/8/2023 |
23.5.0 | 3,368 | 5/10/2023 |
23.4.0 | 1,981 | 4/12/2023 |
23.3.0 | 466 | 3/8/2023 |
23.2.0 | 572 | 2/9/2023 |
23.1.0 | 608 | 1/11/2023 |
22.12.0 | 1,107 | 12/9/2022 |
22.11.0 | 2,606 | 11/10/2022 |
22.10.0 | 506 | 10/13/2022 |
22.9.0 | 925 | 9/13/2022 |
22.8.0 | 1,246 | 8/5/2022 |
22.7.0 | 715 | 7/8/2022 |
22.6.0 | 724 | 6/10/2022 |
22.5.0 | 813 | 5/12/2022 |
22.4.0 | 2,136 | 4/13/2022 |
22.3.0 | 5,080 | 3/15/2022 |
22.2.0 | 3,248 | 2/14/2022 |
22.1.0 | 632 | 1/11/2022 |
21.12.0 | 401 | 12/8/2021 |
21.11.0 | 397 | 11/9/2021 |
21.10.0 | 533 | 10/15/2021 |
21.9.0 | 484 | 9/16/2021 |
21.8.0 | 510 | 8/16/2021 |