# \[ANN\] YAArguParser and GivEmXL

**URL:** https://discourse.julialang.org/t/ann-yaarguparser-and-givemxl/117343
**Category:** Package Announcements
**Tags:** package, announcement, xlsx, excel, cli
**Created:** [July 22, 2024, 2:01pm UTC](https://discourse.julialang.org/t/ann-yaarguparser-and-givemxl/117343 "2024-07-22T14:01:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Eben60](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/eben60/32/13475_2.png) [@Eben60](https://discourse.julialang.org/u/Eben60)
#### Post date: [July 22, 2024, 2:01pm UTC](https://discourse.julialang.org/t/ann-yaarguparser-and-givemxl/117343/1 "2024-07-22T14:01:21Z")

</div>

Shortly introducing two newly registered packages: YAArguParser.jl and GivEmXL.jl: For details see the respective docs.

YAArguParser.jl is _yet another_ parsing command-line arguments to Julia programs, the other ones being the popular ArgParse.jl, and SimpleArgParse.jl, of which my package is a fork, adding among other things a couple of features which I needed for GivEmXL.jl.

With GivEmXL.jl you can, with limited effort, create Julia packages usable by “non-Julian” colleagues. The user interaction is then based on XLSX (Excel, LibreOffice) files, the user doesn’t see a single Julia line.
