subtotal
subtotal copied to clipboard
PivotTable Data Export In Excel Download
@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.
@KishanManali1824 could you pls explain how you are exporting the data. Thanks.
@nagarajanchinnasamy
Here is my code that currently i am using to export to excel.
var uri = 'data:application/vnd.ms-excel;base64,', template = '
function (tableId, worksheetName) { var table = $(tableId), ctx = { worksheet: worksheetName, table: table.html() }, href = uri + base64(format(template, ctx)); return href; } Waiting for positive reply.
@nagarajanchinnasamy
Please give any update. Waiting for positive reply.
@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 https://github.com/nagarajanchinnasamy/subtotal/issues/55#issuecomment-351844897, 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 :-)
@nagarajanchinnasamy
Ok.Will Check it.
Please see the difference between two image of my report. In actual print its ok, but when i export that report in excel, it looks like in given image. Please help in this issue.
Waiting for positive reply.
Respected @nagarajanchinnasamy
Please help in this issue... Waiting for positive reply.
@nagarajanchinnasamy
Respected sir, Please provide any input in this issue.. Its been very important one in this development.
Waiting for positive reply.