summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason <jason@socialflow.com>2013-08-27 20:07:44 +0000
committerJason <jason@socialflow.com>2013-08-27 20:07:44 +0000
commitda21e2cca6a714c09b35115ac9e51f39f21f3d40 (patch)
tree85d013d77231620643317a7f3bfacc27b15ab34b
parentc5ca159b22215c84a5b7f7ec9814104aa662b072 (diff)
downloadspreadsheet-template-da21e2cca6a714c09b35115ac9e51f39f21f3d40.tar.gz
spreadsheet-template-da21e2cca6a714c09b35115ac9e51f39f21f3d40.zip
added autoformat and merge to data format documentation
-rw-r--r--lib/Spreadsheet/Template.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Spreadsheet/Template.pm b/lib/Spreadsheet/Template.pm
index 5a2aa23..b0fe7c9 100644
--- a/lib/Spreadsheet/Template.pm
+++ b/lib/Spreadsheet/Template.pm
@@ -45,6 +45,7 @@ been preprocessed is a JSON file, with a structure that looks like this:
"name" : "Sheet1",
"row_heights" : [ 18, 18, 18 ],
"selection" : [ 0, 0 ],
+ "autofilter" : [ 0, 0, 0, 3],
"cells" : [
[
{
@@ -104,7 +105,10 @@ been preprocessed is a JSON file, with a structure that looks like this:
"type" : "string"
}
]
- ]
+ ],
+ merge : [
+ ["range":"A1:D1","contents":"Merged Contents","format": { "color":"#000000" }]
+ ]
}
]
}