Skip to content

Files

Latest commit

8b89e25 · Aug 17, 2023

History

History
22 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 796 Bytes

unisens2excel

unisens2excel is a library to convert a unisens dataset to Excel. All unisens entries with the same samplerate will be included into the excel sheet. Entry descriptions are summarized in a second work sheet.

Add the JitPack repository and the dependency to your build file:

repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    compile 'com.github.unisens:unisens2excel:1.0.5'
}

Unisens is a universal data format for multi sensor data. For more information please check the Unisens website.

unisens2excel is licenced under the LGPL.