Crate edit_xlsx

Source

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 the Cell.
FormatAlign
FormatAlign struct, which used to edit the align style of the Cell, including set vertical and horizontal align(by FormatAlignType), reading order and indent.
FormatBorder
FormatBorder is used to edit the border style of the Cell in each direction.
FormatBorderElement
FormatBorderElement is used to edit one of the direction of the Cell’s border style.
FormatFill
FormatFill is used for fields that having both foreground color and background color, It’s mainly applied in the Row, Column and Cell’s Format fill color.
FormatFont
FormatFont is used to handle font-related fields, mainly applied to Cell.
Properties
RichText
Row
Row records the fields you want to update to worksheets.
Word
WorkSheet
Workbook

Enums§

CellError
ColError
FormatAlignType
FormatAlignType determines the position of the alignment.
FormatBorderType
Enumeration of different border type
FormatColor
FormatColor is mainly used for setting fonts, backgrounds, and sheet tab colors.
RelationshipError
RowError
WorkSheetError
WorkbookError

Traits§

Read
WorkSheetCol
WorkSheetCol is a trait for WorkSheets that allowing them working with Columns.
WorkSheetRow
WorkSheetRow is a trait for WorkSheets that allowing them working with Rows.
Write

Type Aliases§

CellResult
ColResult
RelationshipResult
RowResult
WorkSheetResult
WorkbookResult