Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support error references in cell ranges#294

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
guyonroche merged 2 commits intoexceljs:masterfrompeakon:error_reference
Apr 5, 2017

Conversation

holm
Copy link
Contributor

This PR adds support for decoding references with an error. It does this by using a regex to find the sheetname, if any, and handle the optional quotes. I wish JS regex had named groups, in which case this would be a bit nicer.

@Rycochet
Copy link
Contributor

Might be worth using non-capturing groups to clean up the regex a little and make it obvious which parts are important - /(?:...)/

@holm
Copy link
ContributorAuthor

I added the non-capturing groups, and added a little bit of comments.

@holm
Copy link
ContributorAuthor

holm commentedApr 3, 2017

Anything I can do to improve this PR to get it merged?

@guyonrocheguyonroche merged commitc6ea4e9 intoexceljs:masterApr 5, 2017
@guyonroche
Copy link
Collaborator

@holm - sorry to take so long - my head was buried in the image branch. Just published this today

@holm
Copy link
ContributorAuthor

holm commentedApr 7, 2017

Thanks a lot!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@holm@Rycochet@guyonroche

[8]ページ先頭

©2009-2025 Movatter.jp