-
Notifications
You must be signed in to change notification settings - Fork 199
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
🤔官网示例:导出功能未能复现文档提到的支持html #2828
Comments
默认复制和导出都是支持 文档有一点误导性, 后面会修改下文档并增加一个 |
🎉 This issue has been resolved in version @antv/s2-v2.0.0-next.27 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-react-v2.0.0-next.26 🎉 The release is available on: Your semantic-release bot 📦🚀 |
https://s2.antv.antgroup.com/examples/interaction/basic#copy-export
文档说是支持复制html格式的,但是启用 customTransformer:
const data = await asyncGetAllPlainData({
sheetInstance: s2,
split,
formatOptions: isFormat,
// 自定义转换器: 如复制到语雀等富文本编辑器场景展示空表格
customTransformer,
});
复制按钮还是得到原始文本
The text was updated successfully, but these errors were encountered: