Spire.Xls.Core.Spreadsheet Namespace |
Class | Description | |
---|---|---|
![]() |
AddtionalFormatWrapper |
The base style class.
|
![]() |
CellBaseStyle |
Represents the base style for the cell.
|
![]() |
CellValueChangedEventArgs |
Provides data for the CellValueChanged event.
|
![]() |
ColorConditionValue |
Represents condition value for colorset condition.
|
![]() |
CommonWrapper |
Represents a common wrapper class .
|
![]() |
FontArrayWrapper |
Class that is created when user accesses the
font in a multicell range. Redirects all calls
to the fonts of the individual cells.
|
![]() |
FontWrapper |
Represents a wrapper class for handling font properties .
This class inherits from CommonWrapper and implements interfaces for font functionality.
It provides a structured way to manage font attributes such as font name, size, style, and color.
|
![]() |
GradientArrayWrapper |
Summary description for GradientArrayWrapper.
|
![]() |
HTMLOptions |
Represents options for HTML rendering.
|
![]() |
InteriorArrayWrapper |
Class that is created when user accesses the interior in a multicell range.
Redirects all calls to the interiors of the individual cells.
|
![]() |
LOGFONT |
Represents LogFont structure that defines the attributes of a font.
|
![]() |
RangeRichTextString |
Represents a rich text string with range-based formatting.
|
![]() |
RichTextShape |
Represents a shape that can contain rich text content.
|
![]() |
RichTextString |
Represents a string that supports rich text formatting.
|
![]() |
RTFCommentArray |
Represents an array of RTF comments in an Excel document.
|
![]() |
RTFStringArray |
Represents an array of RTF (Rich Text Format) strings within an Excel object.
|
![]() |
RtfTextWriter |
Rtf text writer used for converting rtf string into rtf format.
|
![]() |
StyleArrayWrapper |
A object contain all styles that are used by range.
|
![]() |
UtilityMethods |
This class contains utility methods, that cannot be logically placed in any other class.
|
![]() |
WriteProtection |
Represents a class that manages write protection settings for a resource.
|
![]() |
XlsAddInFunction |
Represents a single add-in, either installed or not installed.
|
![]() |
XlsBorder |
Represents the border style and properties for a cell in an Excel worksheet.
|
![]() |
XlsBorderArrayWrapper |
This class represents border for multicell range.
|
![]() |
XlsConditionalFormat |
Contains a condition and the formatting for cells.
|
![]() |
XlsDataValidationTable |
Table of all data validations in the worksheet.
|
![]() |
XlsEventArgs |
Class used as message sender on Property value change. Class provides old and
new values which allow user to create advanced logic.
|
![]() |
XlsFill |
Summary description for XlsFill.
|
![]() |
XlsFont |
Represents a font style used in Excel documents, encapsulating properties such as font name, size, color, and style attributes like bold or italic.
|
![]() |
XlsFontStyle |
Represents the font style for Excel cells, allowing customization of font attributes such as font name, size, color, and style (bold, italic, underline, etc.).
|
![]() |
XlsGradient |
Represents a gradient used in Excel for filling cells with a smooth transition between two or more colors.
|
![]() |
XlsHPageBreak |
Represents a horizontal page break in an Excel worksheet.
|
![]() |
XlsHyperLink |
Represents a hyperlink.
|
![]() |
XlsName |
Represents named range in the excel.
|
![]() |
XlsObject |
Represents an Excel application object that implements the IExcelApplication interface and provide some operation about parent
|
![]() |
XlsPageSetup |
Represents the page setup settings for an Excel worksheet.
|
![]() |
XlsPageSetupBase |
Summary description for PageSetupBaseImpl.
|
![]() |
XlsPageSetupBase PaperSizeEntry |
This class contains size of the paper.
|
![]() |
XlsRange |
Represents a range of cells in an Excel worksheet.
|
![]() |
XlsStyle |
Represents a style for cells in an Excel worksheet, inheriting from AddtionalFormatWrapper and implementing interfaces for comparison, styling, and named object functionality.
|
![]() |
XlsValidation |
Represents data validation for a worksheet range.
|
![]() |
XlsValidationWrapper |
Represents a wrapper class for Excel validation.
|
![]() |
XlsVPageBreak |
Represents a vertical page break.
|
![]() |
XlsWorkbook |
Represents a workbook.
|
![]() |
XlsWorkbook StringUtil |
Provides a collection of utility methods for string manipulation.
|
![]() |
XlsWorksheet |
Represents a worksheet. The Worksheet object is a member of the
Worksheets collection. The Worksheets collection contains all the
Worksheet objects in a workbook.
|
![]() |
XlsWorksheetBase |
Represents the base class for Excel worksheet operations.
|
Interface | Description | |
---|---|---|
![]() |
ISparkline |
Defines the contract for a sparkline, which is a small embedded chart typically used to display trends over a small number of data points.
|
![]() |
ISparklineGroup |
Represents a group of sparklines, providing functionality to manage a collection of sparkline objects.
|
![]() |
ISparklines |
Represents a collection of sparklines, implementing the IList interface to manage a list of ISparkline objects.
|
Delegate | Description | |
---|---|---|
![]() |
XlsEventHandler |
Delegate which can be used for Property Changed events declarations.
|
![]() |
XlsRange CellValueChangedEventHandler |
Represents the method that will handle the CellValueChanged event of a control.
|
Enumeration | Description | |
---|---|---|
![]() |
HTMLOptions GetText |
Represents the type input text mode.
|
![]() |
HTMLOptions ImageLocationTypes |
Enum representing different types of image location.
|
![]() |
HTMLOptions StyleDefineType |
Represents different types of style definitions.
|
![]() |
RtfTags |
Elements order is very important.
|
![]() |
StrikeThroughStyle |
Elements order is very important.
|
![]() |
UnderlineStyle |
\ul Continuous underline. \ul0 turns off all underlining.
\ulcN Underline color
\uld Dotted underline.
\uldash Dash underline.
\uldashd Dash dot underline.
\uldashdd Dash dot dot underline.
\uldb Double underline.
\ulhwave Heavy wave underline
\ulldashLong dash underline
\ulnone Stops all underlining.
\ulth Thick underline
\ulthd Thick dotted underline
\ulthdashThick dash underline
\ulthdashdThick dash dot underline
\ulthdashddThick dash dot dot underline
\ulthldashThick long dash underline
\ululdbwave Double wave underline
\ulw Word underline.
\ulwave Wave underline.
Elements order is very important.
|
![]() |
XlsWorksheet TRangeValueType |
Represents range value type.
|