Skip to content
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

Losing formatting/pivot table from loaded file #261

Open
akramhussein opened this issue Feb 2, 2017 · 18 comments
Open

Losing formatting/pivot table from loaded file #261

akramhussein opened this issue Feb 2, 2017 · 18 comments

Comments

@akramhussein
Copy link

Finding that when I load an xlsx file that has a pivot table, with or without adding data, it is lost upon saving. Further, the font changes from white to black.

I've tried streaming and non-streaming - same result.

@guyonroche
Copy link
Collaborator

@akramhussein - I've just published 0.4.2, which I'm hoping will resolve this issue.
I'm not sure about the pivot tables, ExcelJS doesn't handle them explicitly but there was an issue with themes.
Could you check whether your issue has been resolved?

@rodzappa
Copy link

rodzappa commented May 2, 2017

@guyonroche The xlsx is still losing pivot table upon saving. (using 0.4.4 version).
The issue with pivot table hasn't resolved yet.
The pivot table is being converted in a regular sheet.

@superstooge
Copy link

Is there any update on this, by any chance? :)

@jaalvarezg92
Copy link

jaalvarezg92 commented Dec 13, 2017

+1... any update?

@emiliowl
Copy link

+1 ... any update ?

1 similar comment
@brunogonncalves
Copy link

+1 ... any update ?

@gihansalpo
Copy link

any update

@aliMalik103
Copy link

Any update for this?

@waqas740
Copy link

any update regarding losing pivot table upon saving?

@andrelung
Copy link

Is this bug still present or am I doing something wrong?

@RW-DiefBell
Copy link

@andrelung It's still present. Loading a spreadsheet from a file then saving it to file breaks the pivot table and all of its formatting.

@persy97
Copy link

persy97 commented Oct 15, 2020

Any updates here?

@cnt1992
Copy link

cnt1992 commented Feb 2, 2021

Any updates here? I want to read pivot table

@BorodinDK
Copy link

Any update?

@fabrykowski
Copy link

It would be great, if we could even only pass through a template with existing pivot tables and add / modify other worksheets.

@rf-alves
Copy link

Does anyone know a workaround for this issue?

@luisfelipediaz
Copy link

Any update?

@pietersv
Copy link

Is any one watching this library able and interested in adding support for Pivot Tables as a paid project?
The basic idea would be to allow pivot tables to be created anew and existing ones to be preserved.
An ideal deliverable might be an accepted pull request to this library with the above functionality and unit test.
Feel free to contact me directly to discuss.

I have some basic notes in this related issue. #1392 (comment). I think the big challenge is not so much the pivot table definitions but creating the cached content that is saved in the spreadsheet as cell values. We can start with a small proof of concept example to test feasibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests