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

Process named ranges #741

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

alberthat
Copy link

Implementation of report on named ranges per issue #317

Consistently with the discussion under issue #317, this adds a function excel_names which returns a tibble with three columns:

  • name = defined name
  • context = sheet on which name is defined (NA for workbook level name)
  • ref = range within workbook, for names which define a local range

This has been implemented for both xls and xlsx formats. Implementation for xls required adding to the libxls code for this project, to record the relevant data structures for constructing the defined names and formulae.

I have included documentation, as well as unit tests in: tests/test-read-names.R

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.

1 participant