Structs§
- Cell
- Column
Column
records the fields you want to update to worksheets.- Filter
- Filters
- Format
Format
struct, which used to edit the style of theCell
.- Format
Align FormatAlign
struct, which used to edit the align style of theCell
, including set vertical and horizontal align(byFormatAlignType
), reading order and indent.- Format
Border FormatBorder
is used to edit the border style of theCell
in each direction.- Format
Border Element FormatBorderElement
is used to edit one of the direction of theCell
’s border style.- Format
Fill FormatFill
is used for fields that having both foreground color and background color, It’s mainly applied in theRow
,Column
andCell
’sFormat
fill color.- Format
Font FormatFont
is used to handle font-related fields, mainly applied toCell
.- Properties
- Rich
Text - Row
Row
records the fields you want to update to worksheets.- Word
- Work
Sheet - Workbook
Enums§
- Cell
Error - ColError
- Format
Align Type FormatAlignType
determines the position of the alignment.- Format
Border Type - Enumeration of different border type
- Format
Color FormatColor
is mainly used for setting fonts, backgrounds, and sheet tab colors.- Relationship
Error - RowError
- Work
Sheet Error - Workbook
Error
Traits§
- Read
- Work
Sheet Col WorkSheetCol
is a trait forWorkSheet
s that allowing them working withColumn
s.- Work
Sheet Row WorkSheetRow
is a trait forWorkSheet
s that allowing them working withRow
s.- Write