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

Freezing Columns/Rows on Export to Excel (Angular) #9863

Closed
chris-work opened this issue Jul 14, 2021 · 1 comment · Fixed by #9930
Closed

Freezing Columns/Rows on Export to Excel (Angular) #9863

chris-work opened this issue Jul 14, 2021 · 1 comment · Fixed by #9930
Assignees
Labels
🧰 feature-request ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@chris-work
Copy link

Is your feature request related to a problem? Please describe.

When exporting a report generated in igx-grid, users would like to have the same features/styling/frozen panes when it is exported to Excel.

Describe the solution you'd like

My preference is for something static/automatic (reads current styling/frozen panes within the existing grid), but something that is dynamic (options to be set in IgxExcelExporterOptions) would also work.

Describe alternatives you've considered

As far as I know, there is no alternative, other than users manually persisting styling/frozen panes into the downloaded template.

Additional context

For my case, it applies to large data sets, so it's important to have "pinned" columns and column headers visible at all times.

@MonikaKirkova
Copy link
Contributor

We are going to expose header freezing option, which would be included in the IgxExcelExporterOptions.
Additionally, exporting igx-grid with pinned columns is currently supported. The following sample demonstrates this functionality.
https://stackblitz.com/edit/igx-grid-pinned-columns-export?file=src/app/app.component.ts

@MonikaKirkova MonikaKirkova added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Jul 22, 2021
@gedinakova gedinakova added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 feature-request ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants