Aspose.Cells.GridJs
24.9.0
See the version list below for details.
dotnet add package Aspose.Cells.GridJs --version 24.9.0
NuGet\Install-Package Aspose.Cells.GridJs -Version 24.9.0
<PackageReference Include="Aspose.Cells.GridJs" Version="24.9.0" />
paket add Aspose.Cells.GridJs --version 24.9.0
#r "nuget: Aspose.Cells.GridJs, 24.9.0"
// Install Aspose.Cells.GridJs as a Cake Addin #addin nuget:?package=Aspose.Cells.GridJs&version=24.9.0 // Install Aspose.Cells.GridJs as a Cake Tool #tool nuget:?package=Aspose.Cells.GridJs&version=24.9.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 .NET standard library that allows users to develop cross-platform web application to view or edit spreadsheet quickly and easily. Aspose.Cells.GridJs is based on .netstandard 2.0
.
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.
General Features
- Supports multiple spreadsheet formats: XLS, XLSX, XLSM, XLSB, CSV, SpreadsheetML, ODS.
- Export options: Can export to formats like PDF, HTML.
- Spreadsheet operations: Import, view, edit, and update spreadsheet files.
- Image and shape handling: Export images and shapes in a zip file.
- Custom cache storage: Implements
GridCacheForStream
for custom cache storage. - Controller actions: Set up controller actions for retrieving, updating, and downloading spreadsheets.
- Mobile support: GridJs adapts to mobile screens and offers mobile browser editing capabilities.
- Docker support: Run GridJs in a Docker container with steps provided for creating and managing Docker images.
Server-Side Features
- Server-side storage: Examples provided for local file storage and AWS integration.
- Cache management: Save, load, and retrieve files from cache.
- Spreadsheet update: Supports updating spreadsheets in cache and merging them from JSON.
Client-Side Features
- Spreadsheet instance creation: Uses
x_spreadsheet(id, options)
to create instances. - Update modes: Support for server-based updates.
- Localization: Supports multiple languages (English, Chinese, Spanish, Portuguese, etc.).
- TextBox control: Allows text selection in
TextBox
objects when in read mode. - Syntax checking and spell correction: Features syntax checking and spell correction with server-side API integration.
- Formula explanation: Displays formula explanations upon hovering over formula cells.
- Customization options: Customize toolbars, context menus, and more.
UI Customization
- Custom context menus: Support for adding, deleting, and updating custom context menu items.
- GridJs toolbar: Allows customization of toolbars and context menus.
- Image and shape handling: Provides operations for adding, copying, and removing images and shapes.
- Event handling: Supports various event callbacks for cell selection, object selection, sheet selection, and cell editing.
Advanced Features
- TextBox objects: Special shapes that can be customized, hidden, or highlighted.
- Custom calculation engine: Extendable engine to implement custom Excel-like functions.
- GridJs Highlight Feature: Supports adding, removing, and customizing highlights for cells, shapes, and textboxes.
- File storage and synchronization: Methods to ensure synchronization between client UI operations and server-side updates.
Spell and Syntax Features
- Syntax checking: Can automatically check and correct syntax and spelling errors in user input with the ability to customize.
- Spell correction: Allows for integration of custom logic or third-party libraries for spell checking.
Formula Features
- Formula explanation: Display formula breakdowns with server-side API setup.
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
Are you ready to give Aspose.Cells.GridJs a try? 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.9.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 |