Skip to content

jarl-hoyem/Mensio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mensio automates data extraction from Mensio cardiac measurement device XML files into Excel spreadsheets, saving time and reducing manual errors for medical researchers.

  1. Save the folder src on your computer.

  2. Install Python from: https://www.python.org/downloads/

  3. Save the file pip.ini in the path %APPDATA%\pip.

  4. In a terminal change your current directory to src: cd C:<my top directory><my subdirectory>\ ... \src.

  5. run python -m pip install -r requirements.txt

  6. Check the data in the file config.yaml is correct and set the paths if needed.

  7. run: python .\main.py

  8. 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!

About

Small script to read xml files and write into an MS Excel file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages