Current section
Files
Jump to
Current section
Files
src/xlerl.app.src
{application,xlerl,
[{description,"Standalone minimal XLSX editing library in erlang."},
{vsn,"0.1.1"},
{applications,[kernel,stdlib]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/stritzinger/xlerl"},
{"Changelog",
"https://github.com/stritzinger/xlerl/blob/main/CHANGELOG.md"}]}]}.