{maketoc}
! PLEASE READ
This is a test profile for an up new feature that will be added to Tiki soon.
Remember that once you install this profile, you are __NOT LOCKED IN__ to any feature, menu or content. Everything can always be changed, deleted or added to.
!Introduction
The purpose of this profile is to generate a spreadsheet from a simple layout
!Features (Quick List)
*Add a simple spreadsheet to Tiki
!Features & Settings (YAML)
{CODE(caption=>YAML,wrap=1)}
preferences:
feature_sheet: y
feature_jquery_sheet: y
{CODE}
{CODE(caption=>YAML,wrap=>1)}
objects:
-
type: sheet
data:
title: Test Title
-
- [ Test, =A1 ]
- [ =B2, =B1 + A1 ]
{CODE}