package
1.3.1
Repository: https://github.com/gitmine/pholcus.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
A convenient wrapper around File.ToSlice, FileToSlice will return the raw data contained in an Excel XLSX file as three dimensional slice.
HSLToRGB converts an HSL triple to a RGB triple.
No description provided by the author
MakeSharedStringRefTable() takes an xlsxSST struct and converts it's contents to an slice of strings used to refer to string values by numeric index - this is the model used within XLSX worksheet (a numeric reference is stored to a shared cell value).
No description provided by the author
NewCell creates a cell and adds it to a row.
Create a new File.
No description provided by the author
No description provided by the author
NewSharedStringRefTable() creates a new, empty RefTable.
Return a new Style structure initialised with the default values.
OpenBinary() take bytes of an XLSX file and returns a populated xlsx.File struct for it.
OpenFile() take the name of an XLSX file and returns a populated xlsx.File struct for it.
OpenReaderAt() take io.ReaderAt of an XLSX file and returns a populated xlsx.File struct for it.
ReadZip() takes a pointer to a zip.ReadCloser and returns a xlsx.File struct populated with its contents.
ReadZipReader() can be used to read an XLSX in memory without touching the filesystem.
RGBToHSL converts an RGB triple to a HSL triple.
No description provided by the author
Convert an excelTime representation (stored as a floating point number) to a time.Time.

# Constants

Known types for cell values.
Known types for cell values.
Known types for cell values.
Known types for cell values.
Known types for cell values.
Known types for cell values.
Known types for cell values.
Known types for cell values.
Default column width in excel.
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

HSLModel converts any color.Color to a HSL color.

# Structs

No description provided by the author
Border is a high level structure intended to provide user access to the contents of Border Style within an Sheet.
Cell is a high level structure intended to provide user access to the contents of Cell within an xlsx.Row.
No description provided by the author
File is a high level structure providing a slice of Sheet structs to the user.
Fill is a high level structure intended to provide user access to the contents of background and foreground color index within an Sheet.
No description provided by the author
HSL represents a cylindrical coordinate of points in an RGB color model.
No description provided by the author
No description provided by the author
No description provided by the author
Sheet is a high level structure intended to provide user access to the contents of a particular sheet within an XLSX file.
No description provided by the author
No description provided by the author
Style is a high level structure intended to provide user access to the contents of Style within an XLSX file.
XLSXReaderError is the standard error type for otherwise undefined errors in the XSLX reading process.

# Interfaces

CellInterface defines the public API of the Cell.

# Type aliases

CellType is an int type for storing metadata about the data type in the cell.
No description provided by the author