-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PivotTable Data Export In Excel Download #55
Comments
@KishanManali1824 could you pls explain how you are exporting the data. Thanks. |
Here is my code that currently i am using to export to excel. var uri = 'data:application/vnd.ms-excel;base64,', base64 = function (s) { return $window.btoa(unescape(encodeURIComponent(s))); }, format = function (s, c) { return s.replace(/{(\w+)}/g, function (m, p) { return c[p]; }) }; function (tableId, worksheetName) { |
Please give any update. |
@KishanManali1824 You basically are downloading the outer html of the pivot table element. By this method, i dont think you can eliminate the arrows in labels. We need to think of another method. Right now am not clear what would that be!!! |
Ok.Think on it.
What about my other issue of showing row/column sub-total header label .
Is it possible.
On Dec 15, 2017 3:13 AM, "Nagarajan Chinnasamy" <[email protected]> wrote:
@KishanManali1824 <https://github.com/kishanmanali1824>
You basically are downloading the outer html of the pivot table element. By
this method, i dont think you can eliminate the arrows in labels.
We need to think of another method. Right now am not clear what would that
be!!!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AS5TBLABeivRDj1HduYiHYO5TdSebEg1ks5tAZZygaJpZM4Q6lBG>
.
|
@KishanManali1824 After getting the outer html, u can search n remove arrows. Hope that helps :-) |
Ok.Will Check it. |
Respected @nagarajanchinnasamy Please help in this issue... |
Respected sir, Waiting for positive reply. |
@nagarajanchinnasamy
We need to export pivot data in excel without those expand/collapse arrow & with all table border as it shown in html.
Waiting for positive reply.
The text was updated successfully, but these errors were encountered: