From 4370bf51d7e8098cd7e4a8f9c086c29d1b72d905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Mon, 21 Aug 2023 17:14:23 +0200 Subject: [PATCH] Refactor Report into ReportBase & ReportConsole --- .gitmodules | 3 +++ lib/openXLSX | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/openXLSX diff --git a/.gitmodules b/.gitmodules index 2989f8a..626d10f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "lib/json"] path = lib/json url = https://github.com/nlohmann/json.git +[submodule "lib/openXLSX"] + path = lib/openXLSX + url = https://github.com/troldal/OpenXLSX.git diff --git a/lib/openXLSX b/lib/openXLSX new file mode 160000 index 0000000..b80da42 --- /dev/null +++ b/lib/openXLSX @@ -0,0 +1 @@ +Subproject commit b80da42d1454f361c29117095ebe1989437db390