From da21e2cca6a714c09b35115ac9e51f39f21f3d40 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 27 Aug 2013 20:07:44 +0000 Subject: added autoformat and merge to data format documentation --- lib/Spreadsheet/Template.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" }] + ] } ] } -- cgit v1.2.3-54-g00ecf