Replies: 1 comment 7 replies
-
Hi @MMMcMahon , I cannot reproduce this atm. I hid column 2 of a 3 column dataframe and everything worked as expected. What kind of spreadsheet software and in which version do you use? Can you send me an example or attach it to this discussion? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there - I'm using Openxlsx2 (1.2, )Windows 10, R 4.3.1 and as indicated in the title, I don't find that the parameter "skip_hidden_cols" works in any of wb_to_df(), wb_read() or read_xlsx().
To test this, I simply hid a column and row in an excel file, and then ran each of the the various "file to df" functions twice - once skipping and once retaining the hidden rows and columns:
In each case, the functions respected the command for the hidden rows, but all columns were always returned - hidden or not.
Just thought you'd want to know. :)
Beta Was this translation helpful? Give feedback.
All reactions