Convert 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.
Convert a Spreadsheet – SpreadsheetConverter
If you want to convert a spreadsheet to other formats. You can use SpreadsheetConverter class to perform converting task without writing extensive boiler‑plate code. The following code demonstrates how to convert a xlsx file to xlsb format using lowcode api.
Convert a Spreadsheet – SpreadsheetConverter & LowCodeLoadOptions & LowCodeSaveOptions
If you want to convert a spreadsheet to other formats. You can use SpreadsheetConverter class to perform converting task without writing extensive boiler‑plate code. LowCodeLoadOptions and LowCodeSaveOptions let you fine‑tune the convert behaviour. The following code demonstrates how to convert a xlsx file to xlsb format using SpreadsheetConverter, LowCodeLoadOptions and LowCodeSaveOptions.