Glazy Data
These are stored on Github. Licence is attributable non-commercial.
Readme describes the various data files and formats
2023 YAML data file
2021 CSV dump of the whole database
2021 CSV dump of just the glazes
The 2023 and later files are in YAML format, so needs some code to ingest it into a database or transform it into a format suitable for Excel.
YAML Homepage - Specs and links to tools in various languages
Wikipedia on YAML
YAML tutorial on spacelift.io
YAML in Python using PyYAML library
YamlDotNet library for C# and .Net applications
Tutorial on using YamlDotNet