package
2.1.0
Repository: https://github.com/unidoc/unioffice.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package format provides support for parsing and evaluating spreadsheetml/Excel number formats.
Package formula provides formula parsing and evaluation.
No description provided by the author
Package update contains definitions needed for updating references after removing rows/columns.

# Functions

No description provided by the author
MakeComments constructs a new Comments wrapper.
New constructs a new workbook.
No description provided by the author
No description provided by the author
NewSharedStrings constructs a new Shared Strings table.
NewStyleSheet constructs a new default stylesheet.
Open opens and reads a workbook from a file (.xlsx).
PasswordHash returns the password hash for a workbook using the modified spreadsheetML password hash that is compatible with Excel.
Read reads a workbook from an io.Reader(.xlsx).

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

AbsoluteAnchor has a fixed top-left corner in distance units as well as a fixed height/width.
Border is a cell border configuraton.
Cell is a single cell within a sheet.
CellMarker represents a cell position.
CellStyle is a formatting style for a cell.
CellText is used for keeping text with references to a cell where it is located.
ColorScale colors a cell background based off of the cell value.
Column represents a column within a sheet.
Comment is a single comment within a sheet.
Comments is the container for comments for a single sheet.
Comparer is used to compare rows based off a column and cells based off of their value.
ConditionalFormatting controls the formatting styles and rules for a range of cells with the same conditional formatting.
No description provided by the author
DataBarScale is a colored scale that fills the cell with a background gradeint depending on the value.
DataValidation controls cell validation.
DataValidationCompare is a view on a data validation rule that is oriented towards value comparisons.
DataValidationList is just a view on a DataValidation configured as a list.
DefinedName is a named range, formula, etc.
No description provided by the author
Drawing is a drawing overlay on a sheet.
No description provided by the author
No description provided by the author
Font allows editing fonts within a spreadsheet stylesheet.
IconScale maps values to icons.
No description provided by the author
NumberFormat is a number formatting string that can be applied to a cell style.
OneCellAnchor is anchored to a top-left cell with a fixed with/height in distance.
No description provided by the author
RichText is a container for the rich text within a cell.
RichTextRun is a segment of text within a cell that is directly formatted.
Row is a row within a spreadsheet.
SharedStrings is a shared strings table, where string data can be placed outside of the sheet contents and referenced from a sheet.
Sheet is a single sheet within a workbook.
No description provided by the author
SheetText is an array of extracted text items which has some methods for representing extracted text from a sheet.
SheetView is a view of a sheet.
StyleSheet is a document style sheet.
No description provided by the author
TwoCellAnchor is an anchor that is attached to a top-left cell with a fixed width/height in cells.
Workbook is the top level container item for a set of spreadsheets.
No description provided by the author
WorkbookText is an array of extracted text items which has some methods for representing extracted text from a workbook.

# Interfaces

Anchor is the interface implemented by anchors.

# Type aliases

AnchorType is the type of anchor.
DVCompareOp is a comparison operator for a data validation rule.
DVCompareType is a comparison type for a data validation rule.
SortOrder is a column sort order.
StandardFormat is a standard ECMA 376 number format.