-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Regular expressions support #305
Regular expressions support #305
Conversation
For easy extension Refs: 304
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #305 +/- ##
============================================
- Coverage 93.61% 93.43% -0.19%
- Complexity 445 461 +16
============================================
Files 44 44
Lines 1222 1294 +72
Branches 153 161 +8
============================================
+ Hits 1144 1209 +65
- Misses 41 47 +6
- Partials 37 38 +1 ☔ View full report in Codecov by Sentry. |
Feature request Refs: 304
Is not covered Refs: ozlerhakan#304
6578e53
to
211e976
Compare
To make extensions less difficult Refs: 304
7c1099f
to
cebe9a0
Compare
Feature request Refs: 304
cebe9a0
to
29612d6
Compare
Hi @ozlerhakan , I've finished with the changes. P.S. I'm don't know why |
Hi @aerfus , Thank you for working on that! I'll review it over the weekend! |
Thanks @aerfus ! Could you please also create a PR to explain the new feature in the README? |
Hi @ozlerhakan! |
Regular expressions support for single column.
Implementation details:
expression
filed is added toExcelCellName
annotationResolved #304