Working with Spreadsheets Using LowCode API
Introduction
Aspose.Cells for .NET provides the Aspose.Cells.LowCode namespace, which simplifies common spreadsheets processing tasks. This API is designed for developers who want to accomplish high-level operations such as html conversion, image conversion, json conversion, pdf conversion, spreadsheet conversion, spreadsheet merger, spreadsheet locker and spreadsheet splitter with minimal effort.
The LowCode API is ideal for scenarios where quick implementation is more important than fine-grained control. Aspose.Cells LowCode APIs provide a high‑level, declarative way to perform common spreadsheet tasks (conversion, merging, splitting, etc.) without writing extensive boiler‑plate code. Let’s take a closer look at the LowCode capabilities of Aspose.Cells for .NET.
Available Features in LowCode API
The Aspose.Cells.LowCode namespace currently supports:
- Converter for conversion between html files(html or mht) and other spreadsheet file formats.
- Converter for converting template file to images.
- Converter for conversion between json data structure and other spreadsheet file formats.
- Converter for converting template file to pdf.
- Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet and so on.
- Converter for conversion between text based formats(csv, tsv, dif…) and other spreadsheet file formats.
- Lock spreadsheet file.
- Merge multiple template files into one.
- Split spreadsheet file into multiple files.
How to Use LowCode API
Aspose.Cells LowCode APIs provide a high‑level, declarative way to perform common spreadsheet tasks (conversion, merging, splitting, etc.) without writing extensive boiler‑plate code.
Convert a Spreadsheet to JSON - JsonConverter
The JsonConverter class converts given template file between json and other formats. The following code demonstrates how to convert a spreadsheet to json format using JsonConverter.
Convert a Spreadsheet to HTML – HtmlConverter
The HtmlConverter class converts given template file between html and other formats. The following code demonstrates how to convert a spreadsheet to html format using HtmlConverter.
Convert a Spreadsheet to Image – ImageConverter
The ImageConverter class converts template file to images. The following code demonstrates how to convert a spreadsheet to image using ImageConverter.
Convert a Spreadsheet to PDF – PdfConverter
The PdfConverter class converts template file to pdf file. The following code demonstrates how to convert a spreadsheet to pdf file using PdfConverter.
Convert a Spreadsheet to Plain Text – TextConverter
The TextConverter class converts given template file between text based files and other formats. The following code demonstrates how to convert a spreadsheet to plain text using TextConverter.
Why Use Aspose.Cells Low Code
The Aspose.Cells.LowCode namespace helps you implement high-level spreadsheet processing tasks quickly with conversion, merger, locker and so on. It is especially useful for developers who need speed, simplicity, and maintainable code when working with Spreadsheets.
To explore more advanced options, you can always combine LowCode APIs with the full Aspose.Cells object model. See more Low Code examples in the API documentation.