matrix conf fixed

This commit is contained in:
Andreas Schröpfer
2021-03-02 20:27:31 +01:00
parent 72eb5c74d8
commit 664d7750a6
3 changed files with 16 additions and 6 deletions

View File

@@ -213,6 +213,7 @@ func XLSX(r io.Reader, conf *Conf) (*ecalc.Ecalc, error) {
case "PercentageReached":
mTopic.PercentageReached = int(f * 100)
}
// fmt.Println(axis, field, f, cellValue)
}
readCell(val.PointsCol, "Points")
readCell(val.MaxPointsCol, "MaxPoints")