From dc4f9026f4630e1743d258ddb6e9f23754248e4d Mon Sep 17 00:00:00 2001 From: Ben Pitzer Date: Tue, 28 Jul 2015 15:03:39 +0545 Subject: [PATCH 1/3] Enable Google Sheets export in the UI. --- templates/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/show.html b/templates/show.html index d069943..940cea3 100644 --- a/templates/show.html +++ b/templates/show.html @@ -245,7 +245,7 @@

XLS CSV ZIP - + Google Sheets KML Excel Analyser From c0c1fcf57afa6f3ff3b3e1d1d78565e98fd355d8 Mon Sep 17 00:00:00 2001 From: Ben Pitzer Date: Thu, 30 Jul 2015 18:50:53 +0545 Subject: [PATCH 2/3] Added UI options to configure Google Sheets Export. - Flattened or tabular output - Export of XLSForm data --- templates/export_list.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/templates/export_list.html b/templates/export_list.html index 6a020b9..7278c51 100644 --- a/templates/export_list.html +++ b/templates/export_list.html @@ -29,7 +29,7 @@

{{ export_type_name|upper }} {% blocktrans %}Exports{% endblocktrans %}

- {% if export_type == 'xls' or export_type == 'csv' %} + {% if export_type == 'xls' or export_type == 'csv' or export_type == 'gsheets' %} {% trans "Advanced Export" %} {% endif %}
@@ -61,9 +61,19 @@

{% trans "Advanced Export" %}

+ {% if export_type == 'gsheets' %} + + + {% endif %} {% endif %}