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

fix: Fix issue in write_excel that could lead to incorrect spanning range determination #15631

Merged

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Apr 13, 2024

Closes #15629.

Fixes an operator precedence gremlin.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Apr 13, 2024
@alexander-beedie alexander-beedie changed the title fix: Fix an operator precedence oversight in write_excel that could lead to incorrect spanning range determination fix: Fix issue in write_excel that could lead to incorrect spanning range determination Apr 13, 2024
@alexander-beedie alexander-beedie marked this pull request as draft April 13, 2024 12:18
…ad to incorrect spanning range determination
Copy link

codecov bot commented Apr 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.25%. Comparing base (6ec2d6e) to head (ac8a02e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15631      +/-   ##
==========================================
- Coverage   81.25%   81.25%   -0.01%     
==========================================
  Files        1371     1371              
  Lines      175808   175808              
  Branches     2543     2543              
==========================================
- Hits       142856   142853       -3     
- Misses      32469    32472       +3     
  Partials      483      483              

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

@alexander-beedie alexander-beedie marked this pull request as ready for review April 13, 2024 14:54
@ritchie46 ritchie46 merged commit e5a3620 into pola-rs:main Apr 13, 2024
14 checks passed
@alexander-beedie alexander-beedie deleted the write-excel-multi-range-fix branch April 13, 2024 15:07
@alexander-beedie alexander-beedie added the A-io-excel Area: reading/writing Excel files label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-io-excel Area: reading/writing Excel files fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write_excel() conditional_formats with multi columns bug
2 participants