Mensio automates data extraction from Mensio cardiac measurement device XML files into Excel spreadsheets, saving time and reducing manual errors for medical researchers.
-
Save the folder src on your computer.
-
Install Python from: https://www.python.org/downloads/
-
Save the file pip.ini in the path %APPDATA%\pip.
-
In a terminal change your current directory to src: cd C:<my top directory><my subdirectory>\ ... \src.
-
run python -m pip install -r requirements.txt
-
Check the data in the file config.yaml is correct and set the paths if needed.
-
run: python .\main.py
-
Note that the library used, openpyxl, does not support external links, macros and pivot tables in Excel. If these are present in your Excel file, running the program will corrupt the Excel file!