summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/Template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Spreadsheet/Template.pm')
-rw-r--r--lib/Spreadsheet/Template.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/Spreadsheet/Template.pm b/lib/Spreadsheet/Template.pm
index b0fe7c9..2e4fe61 100644
--- a/lib/Spreadsheet/Template.pm
+++ b/lib/Spreadsheet/Template.pm
@@ -107,7 +107,13 @@ been preprocessed is a JSON file, with a structure that looks like this:
]
],
merge : [
- ["range":"A1:D1","contents":"Merged Contents","format": { "color":"#000000" }]
+ ["contents":"Merged Contents","format":{"color":#000000"},
+ "type":"string",
+ "first_row": 0,
+ "first_col": 0,
+ "last_row" : 0,
+ "last_col" : 3
+ ]
]
}
]