You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Ruslan Dautkhanov (JIRA)" <ji...@apache.org> on 2016/12/09 03:42:58 UTC

[jira] [Created] (ZEPPELIN-1775) Add dropdown item "Download Data as XLSX"

Ruslan Dautkhanov created ZEPPELIN-1775:
-------------------------------------------

             Summary: Add dropdown item "Download Data as XLSX"
                 Key: ZEPPELIN-1775
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1775
             Project: Zeppelin
          Issue Type: Improvement
          Components: Core, front-end, GUI
    Affects Versions: 0.7.0
            Reporter: Ruslan Dautkhanov


It's currently possible to download Data as CSV and TSV formats.

Please add dropdown item "Download Data as XLSX".

XLSX format has following advantages over CSV/TSV:
- it can carry also data types not just data;
- it can have compression built in;
- there is no csv import wizard to run - xlsx is self-descriptive.

XLSX format has several advantages over XLS:
- limits are 1,048,576 rows  (vs 65,536 in xls);
- 16,384 columns  (vs 256 in xls);
- main advantage is XLS is a proprietary binary format while XLSX is based on Office Open XML format.

Cloudera's Hue for example does allow do download query results as xlsx and our analysts find it very useful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)