loader

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DiscoverFiles

func DiscoverFiles(root string, max int) ([]string, error)

DiscoverFiles walks the given directory and returns supported spreadsheet files. max controls the maximum number of files returned to keep the picker responsive.

func ExportToCSV

func ExportToCSV(sheet models.Sheet, filename string) error

ExportToCSV exports a sheet to CSV format

func ExportToJSON

func ExportToJSON(sheet models.Sheet, filename string) error

ExportToJSON exports a sheet to JSON format

func LoadFile

func LoadFile(filename string) ([]models.Sheet, error)

LoadFile loads an Excel or CSV file and returns the sheets

func SearchSheet

func SearchSheet(sheet models.Sheet, term string) []models.Cell

SearchSheet searches for a term in the sheet

Types

This section is empty.

Jump to

Keyboard shortcuts

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