From 40cd211f2b3a42d5f506f32c44218feffce2e226 Mon Sep 17 00:00:00 2001 From: fanlia <81666549+fanlia@users.noreply.github.com> Date: Thu, 6 Jul 2023 09:52:25 +0800 Subject: [PATCH] add read_xlsx_v (#189) * Update README.md add read_xlsx_v * Update README.md * Update README.md Co-authored-by: JalonSolov --------- Co-authored-by: JalonSolov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7a6e62..e2bea02 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ - [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso. 🖍️🎨 - [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang. - [pcre2](https://github.com/srackham/pcre2) - Library for processing PCRE regular expressions. +- [read_xlsx_v](https://github.com/fanlia/read_xlsx_v) - Read xlsx using vlang. - [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation. - [slugify](https://github.com/Coachonko/slugify) - Transform Unicode strings to url-friendly human-readable ASCII slugs. - [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating.