Versions in this module Expand all Collapse all v0 v0.0.2 Nov 6, 2024 Changes in this version + type Cellget struct + func NewCellget(lc fx.Lifecycle, config config.Config, excel Excel, log *zap.Logger) *Cellget + type Excel interface + CellNameToCoordinates func(cell string) (int, int, error) + Close func() + CoordinatesToCellName func(col int, row int, abs ...bool) (string, error) + GetCellValue func(sheet string, col int, row int) (string, error) + Open func(filename string) error + Save func() error