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

[wb_to_df] Fix cols #631

Merged
merged 3 commits into from May 29, 2023
Merged

[wb_to_df] Fix cols #631

merged 3 commits into from May 29, 2023

Conversation

JanMarvin
Copy link
Owner

When working on #345 I added a new xlsx file to replace many of the older files we use and spotted a faulted behavior in wb_to_df(). If cols references an empty column, this column is added to the end of the returned data frame. This fixes the behavior.

  • added keep_attributes = FALSE (most of the time we do not need the tt data frame)
  • fillMergedCells now uses the already loaded workbook object
  • Bump R dependency to 3.5.0 as suggested by R check

@JanMarvin JanMarvin merged commit 882b9a7 into main May 29, 2023
9 checks passed
@JanMarvin JanMarvin deleted the fix_cols branch May 29, 2023 10:01
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

Successfully merging this pull request may close these issues.

None yet

1 participant