parser

package
v0.0.0-...-62fab66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package parser is responsible for parsing XLSX files

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Record

type Record struct {
	Date    time.Time
	History string
	Doc     string
	Value   float64
	Balance float64
}

Record represents a line in the spreadsheet

func ParseReader

func ParseReader(reader io.ReaderAt, size int64) (records []Record, err error)

ParseReader parses the XLSX file and returns a slice of Records

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL