Versions in this module Expand all Collapse all v0 v0.0.3 Jul 22, 2024 v0.0.2 Jun 11, 2024 v0.0.1 Apr 30, 2024 Changes in this version + type DS interface + NextPage func() (Page, bool) + type ExcelReport interface + Write func(w io.Writer) error + func New(ds DS) ExcelReport + type Page interface + GetName func() string + Next func() (int, []string)