Refdb

Update of "Usage"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: c3a1b29b2972977046bf161a111a29893b3bbdb7
Page Name:Usage
Date: 2014-05-28 06:20:12
Original User: matt
Parent: 55c4fb8109a0f0f916a22262193c51d81e8df42b (diff)
Next e7eef435244a5e38defa341be9f1face4763f0c3
Content

Usage

Create new or edit existing db

refdb edit path/to/db

This will pop up a gnumeric session:
gnumeric-01 screenshot

In this example from a vermiculture (red wiggler worms) composter controller the variables are <season><temp/humidity><low/target/high>.

As you can see in the screen shot formatting such as borders and background colors are preserved.

Here is the file structure created for the above spreadsheet:

condo-ctrl/
├── sheet-names.cfg
├── summer.dat
├── sxml
│   ├── _sheets.sxml
│   ├── summer.sxml
│   ├── winter.sxml
│   └── _workbook.sxml
└── winter.dat

Next: Accessing the data