🙏 基础透视表树状模式,节点折叠后,可导出整个sheet数据
Open
💤 inactive
🙏feature request
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 220
- PR merge metrics
- No merged PRs in 30d
Description
### 🖋 Description
基础透视表树状模式下,当节点折叠后,选择导出数据,只能导出可见的数据。无法快速导出整个sheet数据。
### 🏞 What problem does this feature solve
导出功能与页面展示解耦,可以由开发人员控制导出的数据是完整的还是当前可见的。
### 🧐 Suggest the API
1. 新增 方法 xxxx ,传入 类型为DataType[]的数据 (当传入spreadSheet.dataSet.indexesData即可获取整个sheet的string),即可获取对应的可用于保存或粘贴的 string 。
2. 扩展原有的复制保存能力,添加参数控制是否是导出可见的数据或选择的数据或是整个sheet数据
Contributor guide
Assessment
This issue has not been assessed yet.