From fc86d1ab54a1a1fcd414151fccb3bc1cc95894e0 Mon Sep 17 00:00:00 2001 From: jiiihpeeh <68808867+jiiihpeeh@users.noreply.github.com> Date: Thu, 6 Jan 2022 17:33:19 +0200 Subject: [PATCH] Added package xlsxio (#2113) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2ecb9c4..c8d5b54 100644 --- a/packages.json +++ b/packages.json @@ -24760,5 +24760,17 @@ "description": "Base45 encoder and decoder", "license": "Unlicense", "web": "https://git.sr.ht/~ehmry/base45" + }, + { + "name": "xlsxio", + "url": "https://github.com/jiiihpeeh/xlsxio-nim", + "method": "git", + "tags": [ + "xlsxio", + "wrapper" + ], + "description": "This is a xlsxio wrapper done Nim in mind.", + "license": "MIT", + "web": "https://github.com/jiiihpeeh/xlsxio-nim" } ]