From 2b42c55d0848d1df0e3a97d74559b44bbef429c7 Mon Sep 17 00:00:00 2001 From: mashingan Date: Fri, 22 Apr 2022 19:09:29 +0700 Subject: [PATCH] Add package excelin (#2210) * Added package excelin * fix some web link entry * remove token --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5cec0f1..2ac6200 100644 --- a/packages.json +++ b/packages.json @@ -25908,5 +25908,20 @@ "description": "Nim wrapper for STE||AR HPX, a high performance computing (HPC), distributed memory runtime system, providing parallelism and asynchronous global address space support.", "license": "boost", "web": "https://github.com/ct-clmsn/nim-hpx/" + }, + { + "name": "excelin", + "url": "https://github.com/mashingan/excelin", + "method": "git", + "tags": [ + "read-excel", + "create-excel", + "excel", + "library", + "pure" + ], + "description": "Create and read Excel purely in Nim", + "license": "MIT", + "web": "https://github.com/mashingan/excelin" } ]