Split 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.
Split a Spreadsheet – SpreadsheetSplitter
If you want to split a single workbook into several workbooks. You can use SpreadsheetSplitter class to perform splitting task without writing extensive boiler‑plate code. The following code demonstrates how to split a sample file into multiple spreadsheets.
Split a Spreadsheet – SpreadsheetSplitter & LowCodeSplitOptions
If you want to split a single workbook into several workbooks. You can use SpreadsheetSplitter class to perform splitting task without writing extensive boiler‑plate code. LowCodeSplitOptions lets you fine‑tune the split behaviour. The following code demonstrates how to split a sample file into multiple spreadsheets using SpreadsheetSplitter and LowCodeSplitOptions.