data cleanup

This commit is contained in:
2026-04-20 05:34:14 +02:00
parent 7eb1b16b70
commit 24efbfeb3b
7 changed files with 23 additions and 15 deletions

View File

@@ -1,17 +1,19 @@
# This data file was generated by the Spreadsheet Calculator Improvised (sc-im)
# You almost certainly shouldn't edit it.
newsheet "Sheet1"
movetosheet "Sheet1"
newsheet "Food"
movetosheet "Food"
offscr_sc_cols 0
offscr_sc_rows 0
nb_frozen_rows 1
nb_frozen_cols 0
nb_frozen_screenrows 2
nb_frozen_screencols 0
format A 14 1 0
format B 18 2 0
format A 24 1 0
format B 13 2 0
format 0 2
format 4 2
format 10 2
freeze 0
label A0 = "Food by Weight"
leftstring B0 = "No. Meals"
@@ -35,4 +37,9 @@ leftstring A7 = "Average"
let A7 = @avg(A1:A4)
leftstring A10 = "Weight of Meal"
let A10 = 0.3
goto A0
pad 4 A0:A4
pad 2 B0:B4
pad 4 A6:A8
pad 2 B6
pad 4 A10
goto A10