dream-num / univer

Univer is an open-source alternative to Google Sheets, Slides, and Docs
https://univer.ai
Apache License 2.0
5.68k stars 469 forks source link

feat(formula): add averagea,concat function #2606

Closed Dushusir closed 1 week ago

Dushusir commented 1 week ago

Pull Request Checklist

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 98.43750% with 1 line in your changes missing coverage. Please review.

Project coverage is 27.15%. Comparing base (2d5de98) to head (1e1922b). Report is 11 commits behind head on dev.

Files Patch % Lines
...ne-formula/src/functions/text/concatenate/index.ts 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #2606 +/- ## ========================================== + Coverage 27.12% 27.15% +0.02% ========================================== Files 1675 1678 +3 Lines 84653 84806 +153 Branches 17642 17679 +37 ========================================== + Hits 22961 23027 +66 - Misses 61692 61779 +87 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 week ago

View Deployment

๐Ÿ“‘ Examples ๐Ÿ“š Storybook
๐Ÿ”— Preview link ๐Ÿ”— Preview link
oumomomo commented 1 week ago

AVERAGEAๅ‡ฝๆ•ฐ 1ใ€ไฝฟ็”จ้žๆ•ฐๅญ—ๅ†…ๅฎน๏ผŒ็ป“ๆžœไธบ้”™่ฏฏ็  image excel/wps๏ผšไธบ0 ![image](https://github.com/dream-num/univer/assets/167171356/c683afeb-8adc-4dc2-bdab-0f5e9e89b7a7

2ใ€ไฝฟ็”จๆ•ฐๅญ—+้žๆ•ฐๅญ—๏ผŒ็ป“ๆžœไธบ1.5 image excelใ€Google๏ผšไธบ1 image

univer-bot[bot] commented 1 week ago

Bot detected the issue body's language is not English, translate it automatically. ๐Ÿ‘ฏ๐Ÿ‘ญ๐Ÿป๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘๐Ÿ‘ซ๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฌ๐Ÿฟ

AVERAGEA function

  1. Use non-numeric content, the result is an error code image excel/wps: is 0 ![image](https://github.com/dream-num/univer/assets/167171356/c683afeb-8adc-4dc2-bdab-0f5e9e89b7a7

  2. Use numbers + non-numbers, the result is 1.5 image excel, Google: 1 image

oumomomo commented 1 week ago

CONCATๅ‡ฝๆ•ฐ 1ใ€ๅผ•็”จๆ— ๅ€ผ็š„ๅŒบๅŸŸๆŠฅ้”™่ฏฏ็  image excel:ไธบ็ฉบ image

univer-bot[bot] commented 1 week ago

Bot detected the issue body's language is not English, translate it automatically. ๐Ÿ‘ฏ๐Ÿ‘ญ๐Ÿป๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘๐Ÿ‘ซ๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฌ๐Ÿฟ

CONCAT function

  1. An error code is reported when referencing a valueless area. image excel: empty image
Dushusir commented 1 week ago

AVERAGEA ๅ’Œ CONCAT ๅทฒไฟฎๅค

univer-bot[bot] commented 1 week ago

Bot detected the issue body's language is not English, translate it automatically. ๐Ÿ‘ฏ๐Ÿ‘ญ๐Ÿป๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘๐Ÿ‘ซ๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฌ๐Ÿฟ

AVERAGEA and CONCAT fixed