Product description
Product Page <https://products.aspose.com/cells/python-net>
_ | Docs <https://docs.aspose.com/cells/python-net/>
_ | API Reference <https://reference.aspose.com/cells/python-net/>
_ | Demos <https://products.aspose.app/cells/family/>
_ | Blog <https://blog.aspose.com/category/cells/>
_ | Code Samples <https://github.com/aspose-cells/Aspose.Cells-for-Python-via-.NET/tree/main/Examples_GridJs_Python_Net>
_ | Free Support <https://forum.aspose.com/c/cells>
_ | Temporary License <https://purchase.aspose.com/temporary-license>
_ | EULA <https://company.aspose.com/legal/eula>
_
Aspose.CellsGridJs <https://docs.aspose.com/cells/python-net/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 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
Are you ready to give Aspose.Cells.GridJs a try?
Simply execute:
pip install aspose_cells_gridjs_net_python
General Usage
Below is the basic process steps to develop a web application of GridJs
.
- Set cache storage directory by Config.set_file_cache_directory(
you storage path
) - Set License by Config.set_license(
you license path
) - Set image route url GridJsWorkbook.set_image_url_base(
route for view image
); - Set up a route action to get
json
from the spreadsheet file. You can use GridJsWorkbook.ImportExcelFile
and GridJsWorkbook.ExportToJson
APIs, GridJs
will automatically store the spread file in cache. - Set up a route action to get
json
for the update operation.You can use GridJsWorkbook.UpdateCell
API,GridJs
will do update operation in cache and return the updated json
. - Set up a route action to get file in cache,thus we can get the images/shapes zip file or the spreadsheet file in cache.
- Set up a route 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-Python-via-.NET/tree/main/Examples_GridJs_Python_Net
In the demo we use gridjs-spreadsheet <https://www.npmjs.com/package/gridjs-spreadsheet>
_ for the render of client side page.
Product Page <https://products.aspose.com/cells/python-net>
_ | Docs <https://docs.aspose.com/cells/python-net/>
_ | API Reference <https://reference.aspose.com/cells/python-net/>
_ | Demos <https://products.aspose.app/cells/family/>
_ | Blog <https://blog.aspose.com/category/cells/>
_ | Code Samples <https://github.com/aspose-cells/Aspose.Cells-for-Python-via-.NET/tree/main/Examples_GridJs_Python_Net>
_ | Free Support <https://forum.aspose.com/c/cells>
_ | Temporary License <https://purchase.aspose.com/temporary-license>
_ | EULA <https://company.aspose.com/legal/eula>
_