Worksheet
Adding, Modifying a sheet from spreadsheet is handled by this class object
Sheet Code Samples
To add, remove and get sheet from excel
Sheet Column Settings Code Sample
ColumnProperties
Options
ColumnProperties
OptionsProperty
Type
Details
bestFit
bool
Auto bit column width based on content.
hidden
bool
Hide the column
width
double?
Set manual column width.
Sheet Row Data and Settings Code Sample
DataCell
Options.
DataCell
Options.Property
Type
Details
cellValue
string?
Can be any value or null. Will be parsed based on dataType
dataType
CellDataType
Refer to the data type present in cellValue
property
styleSetting
AVOID USING THIS. Used to set specific cell style. For optimised performance refer Style Component
RowProperties
Options
RowProperties
OptionsProperty
Type
Details
height
double?
Set row height property
hidden
bool
Hide the row
Last updated