From 1456559fa4a4d1aeef04d59450997b4fc19a1d56 Mon Sep 17 00:00:00 2001 From: Wiktor <126973859+wiktorszczepanik@users.noreply.github.com> Date: Sat, 24 Feb 2024 10:16:10 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91bd479..4ef9c69 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # DataStructureControl-Plugin -Data Structure Control is excel plugin which makes possible to compare data in ***.xlsx*** format. +Excel plugin for comparing data in ***.xlsx*** format. ![alt text](exampleXl/ribbon.png?raw=true) -The basis of the plugin is preparing template file that on the last stage is converted to ***.xlcg*** format. Due to prepare process we can add unchangeable (hard) values and values that can be disregard by macros. After creating this file, we can compare it to selected ***.xlsx*** file (1:1) or process multi compare by gui system (1:N). +The foundation of the plugin involves preparing template file, which is then converted to ***.xlcg*** format in the final stage. During the preparation process, both unchangeable (hard) values and values that can be disregarded by macros can be added. Once the file is created, it can be compared to a selected ***.xlsx*** file on a (1:1) basis or processed for multi-comparison through a GUI system (1:N). ![alt text](exampleXl/gui.png?raw=true) -Result of compare actions are errors which are visually added to specific workbooks. Other features are including macro that cleans excel file of previously added errors and macro that creates workspace - based on directories (for 1:N compare). To get all macros working properly it is essential to include class file (***.cls***) in your current workbook. +Result of comparison actions, are errors that are visually added to specific workbooks. Additional features include a macro that cleans the Excel file of previously added errors and a macro that creates a workspace based on directories (for 1:N comparisons). To ensure the proper functioning of all macros, it is essential to include the class file (***.cls***) in your current workbook.