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

Excel concat named ranges #39

Closed

Conversation

dtorres-sf
Copy link

Status

READY

Description

Add CONCAT and CONCATENATE excel functions.

Fix for named cells that end in numbers such as NAMEDCELL123.

If there is an error in a cell mark it as error and move on without completely erroring out.

Todos

  • Tests

Steps to Test or Reproduce

Tests have been added

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 98.362% when pulling 940ca3f on dtorres-sf:excel_concat_named_ranges into 689c591 on vinci1it2000:master.

Copy link
Owner

@vinci1it2000 vinci1it2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CONCAT and CONCATENATE functions were not respecting the excel implementation. I modified it according to it. I suggest adding some test cases into the test.xlsx file respecting the test matrix. It is useful to discover the full behavior of excel implementation.

Moreover, commits be8548d and b226951 does not belong to the topic of the current pullre quest.

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

4 participants