Activities to work on workbooks, worksheets and specific cells of Excel's documents.
Gets the value of a cell in an Excel workbook.
Merges the specified cells.
Sets the value and the style of an Excel cell.
Prints an Excel workbook.
Takes a style that already exists in workbook’s collection of styles and applies it to a specific cell.
Clears the style of a cell in an Excel workbook.
Creates a new Style and adds it to the workbook’s collection of styles.
Gets a workbook from an existing file
Creates a new empty workbook.
Saves a workbook in a local file.
Adds a Worksheet to a Workbook.
Copies a worksheet from an Excel workbook (WorkbookSource) to another (Workbook).
Deletes a worksheet form an Excel workbook.
Rename a Worksheet in an Excel workbook.
Returns some information (such as Name, CodeNames, Index, Rows and Columns count ecc...) about all worksheets in an Excel workbook.
Converts a DataTable to an Excel workbook.
Converts a range of cells in an Excel workbook to a DataTable.
Exports the workbook in a PDF document using the specified options.
Extracts all text from an Excel document.