-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc26066
commit 1456559
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |