A utility for calculating geometric means from a spreadsheet (FORMAT SENSITIVE), picking them into separate worksheets, and returning the calculations as an Excel workbook.
An example of the input format can be found in Input Data.csv.
Downloads are available in the releases section on the right side of your screen on desktop.
Once you've cloned this project and installed dependencies with npm install
, start a development server:
npm run tauri dev
To create a production version of SRM executables:
npm run tauri build