Packages

Standalone minimal XLSX editing library in erlang.

Current section

Files

Jump to
xlerl src xlerl.app.src
Raw

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"}]}]}.