-
Notifications
You must be signed in to change notification settings - Fork 201
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: 导出复制时处理特殊字符 #3093
base: next
Are you sure you want to change the base?
fix: 导出复制时处理特殊字符 #3093
Conversation
你好 @Alexzjt,非常感谢你的贡献. Hello, @Alexzjt, Thanks for your contribution. In order to make the code more robust, please add the corresponding unit tests, and update the docs if there are API changes. |
WalkthroughThis PR addresses issues with CSV export functionality, specifically handling special characters like commas and newline characters. The changes ensure that data containing these characters is correctly formatted for Excel, preventing column misalignment. Changes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #3093 +/- ##
==========================================
+ Coverage 75.77% 79.79% +4.02%
==========================================
Files 257 211 -46
Lines 11994 11628 -366
Branches 2464 2618 +154
==========================================
+ Hits 9088 9279 +191
+ Misses 1398 782 -616
- Partials 1508 1567 +59 ☔ View full report in Codecov by Sentry. |
Size Change: -50 B (-0.01%) Total Size: 619 kB
ℹ️ View Unchanged
|
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
导出CSV时,若数据本身带逗号,则用Excel打开时错列
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge