Skip to content

#1402 Get CountRows from sheet#1403

Merged
xuri merged 9 commits intoqax-os:masterfrom
ivolkoff:1402-get-coun-rows
Mar 26, 2026
Merged

#1402 Get CountRows from sheet#1403
xuri merged 9 commits intoqax-os:masterfrom
ivolkoff:1402-get-coun-rows

Conversation

@ivolkoff
Copy link
Copy Markdown
Contributor

@ivolkoff ivolkoff commented Nov 25, 2022

PR Details

Get CountRows from sheet

Description

Get CountRows from sheet

Related Issue

#1402

Motivation and Context

Current solutions are slow. My solution is fast.

file 1М rows
| - | - | - |
|---|---|---|
| BenchmarkFile_GetRows_Old-8 | 1 | 5797898958 ns/op |
| BenchmarkFile_GetRows_New-8 | 3 | 411330472 ns/op |

How Has This Been Tested

Run test TestFile_CountRows

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@xuri xuri added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 25, 2022
@xuri xuri force-pushed the master branch 2 times, most recently from 79958aa to 0c3dfb1 Compare May 25, 2024 17:26
@ivolkoff ivolkoff closed this Feb 9, 2025
@xuri xuri reopened this Mar 25, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.60%. Comparing base (0aec9b7) to head (0205c0a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1403   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files          32       32           
  Lines       26699    26714   +15     
=======================================
+ Hits        26593    26608   +15     
  Misses         55       55           
  Partials       51       51           
Flag Coverage Δ
unittests 99.60% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@xuri xuri left a comment

Choose a reason for hiding this comment

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

I made some changes based on this branch. Fix formula calculate accuracy for functions IMSECH, IMSQRT, CHIINV, CHISQ.DIST and NEGBINOM.DIST.

@xuri xuri added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 26, 2026
@xuri xuri moved this to BugFix in Excelize v2.11.0 Mar 26, 2026
@xuri xuri merged commit 08c8da0 into qax-os:master Mar 26, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

Status: BugFix

Development

Successfully merging this pull request may close these issues.

2 participants