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

Collapsed rows / columns are lost #383

Open
kainhofer opened this issue May 8, 2018 · 1 comment
Open

Collapsed rows / columns are lost #383

kainhofer opened this issue May 8, 2018 · 1 comment

Comments

@kainhofer
Copy link
Contributor

kainhofer commented May 8, 2018

Expected Behavior

The attached file contains some grouped and collapsed rows and columns. When loading and saving this file with openxlsx these grouped and collapsed rows and columns should be retained.
2018-05-07_openxlsx_grouped_rows_cols_lost.xlsx

Actual Behavior

All row and column grouping is lost. Collapsed columns are converted to hidden columns, collapsed rows are visible.

Steps to Reproduce the Problem

(please attach an example xlsx file if possible)

  1. 2018-05-07_openxlsx_grouped_rows_cols_lost.xlsx

  2. Load the excel file and save it to see that row/col groupings are lost:

wb = loadWorkbook("2018-05-07_openxlsx_grouped_rows_cols_lost.xlsx")
saveWorkbook(wb, "2018-05-07_openxlsx_grouped_rows_cols_lost_OUT.xlsx", overwrite = TRUE)

sessionInfo()

  • Version of openxlsx: Current git master
  • Version of R: R version 3.4.3 (2017-11-30
@Jannickz
Copy link

I am also experiencing the same problem : (
All the grouping format are lost : (

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

No branches or pull requests

2 participants