Documentation
¶
Overview ¶
Package excel provides Excel import and export for the pulse I/O pipeline.
Package excel provides Excel import and export for the pulse I/O pipeline.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader reads tabular data from an Excel (.xlsx) file.
func NewReaderFromBytes ¶
NewReaderFromBytes creates an Excel reader from raw bytes.
func (*Reader) ReadHeader ¶
ReadHeader returns the column names from the first row.
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer writes tabular data to an Excel (.xlsx) file.
func (*Writer) SetPulseSchema ¶ added in v0.2.0
SetPulseSchema records the source .pulse schema. Implements pio.SchemaAwareWriter so ExportJob can hand the writer typed values for decimal128 columns.
func (*Writer) WriteHeader ¶
WriteHeader writes column names as the first row.
Click to show internal directories.
Click to hide internal directories.