You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @Volankey, We are so sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the follow-up change logs.
🏷 Version
Sheet Type
🖋 Description
表格导出,当数据只有一行时,返回空数据
⌨️ Code Snapshots
S2/packages/s2-core/src/utils/export/copy/table-copy.ts
Lines 94 to 101 in a09d1fe
看起来97行,
rowIndex < rowLength - 1
应该是rowIndex <= rowLength - 1
🔗 Reproduce Link
https://codesandbox.io/p/sandbox/boring-tamas-jd3hqk?file=%2Findex.ts%3A101%2C17
🤔 Steps to Reproduce
😊 Expected Behavior
应该导出正确的 csv 不是空数据
😅 Current Behavior
💻 System information
The text was updated successfully, but these errors were encountered: