Skip to content

A utility for calculating geometric means from a spreadsheet, picking them into separate worksheets, and returning the calculations as an Excel workbook.

License

Notifications You must be signed in to change notification settings

OMRF/complex-quantifier

Repository files navigation

Logo Complex Quantifier

Screenshot of GUI

A utility for calculating geometric means from a spreadsheet (FORMAT SENSITIVE), picking them into separate worksheets, and returning the calculations as an Excel workbook.

Usage

An example of the input format can be found in Input Data.csv.

Contributors

Downloads

Downloads are available in the releases section on the right side of your screen on desktop.

Development

Once you've cloned this project and installed dependencies with npm install, start a development server:

npm run tauri dev

Production

To create a production version of SRM executables:

npm run tauri build