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

feat(formula): add LEFT function implementation #2572

Closed
wants to merge 3 commits into from

Conversation

sagarwal3005
Copy link

close #2558

@@ -0,0 +1,151 @@
/**
Copy link
Member

Choose a reason for hiding this comment

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

I suggest that the newly created feature branch should not carry the code of other feature branches, which will make the original feature branch useless. You can close the PR submitted by the source branch (such as #2547), or create a new branch from dev to develop the new function LEFT function

@@ -0,0 +1,170 @@
/**
Copy link
Member

Choose a reason for hiding this comment

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

No algorithm implemented

sagarwal3005 pushed a commit to sagarwal3005/univer that referenced this pull request Jun 21, 2024
sagarwal3005 pushed a commit to sagarwal3005/univer that referenced this pull request Jun 21, 2024
expect(transformToValue(result.getArrayValue())).toStrictEqual([[ErrorType.VALUE]]);
});

it('Extracts characters from array by specifying single numChar', () => {
Copy link
Member

Choose a reason for hiding this comment

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

Need support =LEFT("Univer",B3:B5)

Copy link

github-actions bot commented Jun 24, 2024

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

@Dushusir Dushusir added the qa:untested This PR is ready to be tested label Jun 25, 2024
@Dushusir
Copy link
Member

This branch has synchronized the changes of other branches, and it is recommended to open a new branch for submission

@Dushusir Dushusir closed this Jun 28, 2024
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.

[Feature] Text Formula LEFT
2 participants