From 981eba38f295efaf6db5afc7b6351e1c8ecd1bdd Mon Sep 17 00:00:00 2001 From: Yonatan Mateo Aviv <122502051+intercalaris@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:16:08 -0400 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4304468 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Takes multiple tables stored in a SQL database and converts each to a worksheet within the same Excel file. Ideal for when you primarily work in SQL but need to export and share data with people who have no SQL experience. + +Allows for the masking of columns of your choice, in case sensitive data is included in the tables to be shared.