Encapsulates the functionalities of a single sheet within an Excel workbook, providing properties and methods to access and manipulate rows, columns, cell contents, and embedded elements like images and merged cell regions. It serves as a foundational component for building and modifying spreadsheet documents.
function lt.Document.SheetEditor.Sheet
The Sheet class is central to manipulating and navigating the contents of an Excel sheet. It provides a high level of abstraction for dealing with spreadsheet elements, enabling developers to create, modify, and analyze sheet data efficiently.