Introduction
This profile will create some spreadsheets for you to test the feature, and see their charting capabilities, formulas, etc.
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.
Features (Quick List)
- Add a simple spreadsheet to Tiki, with sample data and charts
Features & Settings (YAML)
YAML
preferences:
feature_sheet: y
feature_jquery_sheet: y
Spreadsheet
YAML
objects:
-
type: sheet
data:
-
title: Testing Basic operations
rows:
- [ 4, 8, =AVERAGE(A1:B1) ]
- [ =C1, =10 + 10, =MAX(B1:B2) ]
- [ "", Example text __in bold__ ]
- [ Summing values in rows 1 and 2, =SUM(A1:C2) ]
- [ =COUNT(A1:A4), =COUNT(B1:B4) ]
Spreadsheet_Test_Profiles