[GitHub] zeppelin pull request #2971: [ZEPPELIN-3466] Table export to excel is not wo...

2018-05-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2971


---


[GitHub] zeppelin pull request #2971: [ZEPPELIN-3466] Table export to excel is not wo...

2018-05-17 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request:

https://github.com/apache/zeppelin/pull/2971

[ZEPPELIN-3466] Table export to excel is not working due to missing 
dependencies

### What is this PR for?
Table export to excel is not working due to missing dependencies.
angular-ui-grid 4.4.7 onwards comes pre-packaged with jszip and 
excel-builder, but have few noticeable bugs hence not upgrading to latest.

### What type of PR is it?
[Improvement]

### What is the Jira issue?
* [ZEPPELIN-3466](https://issues.apache.org/jira/browse/ZEPPELIN-3466)

### How should this be tested?
* Export to excel should work.

### Questions:
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3466

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2971.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2971


commit 8ce42c7c46f77c3b3b1791a6c450a14d0a95f971
Author: Prabhjyot Singh 
Date:   2018-05-16T17:38:47Z

ZEPPELIN-3466: Table export to excel is not working due to missing 
dependencies

Change-Id: Ibce8fee548a21e3aa49885a69456b9c785fbd3b5




---