Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorszczepanik authored Feb 24, 2024
1 parent fc26066 commit 1456559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1456559

Please sign in to comment.