1 Repo
Utilities for converting floating-point Excel date representations into standard temporal objects.
Distinct from Date and Time Conversions: No candidates specifically cover the floating-point to date-time conversion logic unique to Excel.
Explore 1 awesome GitHub repository matching data & databases · Excel Date Conversions. Refine with filters or upvote what's useful.
This is a Go library for reading and writing XLSX files, providing a toolkit for spreadsheet generation and data extraction. It functions as an Office Open XML parser and generator, enabling the creation of workbooks with support for styles, formulas, and metadata. The project features a data mapper that uses Go struct tags and reflection to automatically align spreadsheet rows with structured data. It also includes a validation engine for defining input constraints, such as dropdown lists and error alerts, to control user data entry. The library covers a broad range of capabilities, includi
Transforms floating-point Excel date representations into standard Go date and time objects.