We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
文档链接https://univer.ai/zh-CN/guides/sheet/features/import-export#%E9%85%8D%E7%BD%AE 这里的服务端接口配置最好列出表展示所有能配置的参数,以及标识是做什么用的。 目前的文档少了downloadEndpointUrl 参数的配置,导致我这用sheetapi 模块里的importXLSXToSnapshot 返回的数据为空 exportXLSXBySnapshot 返回的FILE文件是text/html类型,空文件。链接:https://univer.ai/zh-CN/guides/sheet/features/core/sheet-api#%E5%AF%BC%E5%85%A5-xlsx-%E5%B9%B6%E8%8E%B7%E5%8F%96-workbook-%E6%95%B0%E6%8D%AE 原因都是因为没有配置downloadEndpointUrl导致的。建议补充文档呢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文档链接https://univer.ai/zh-CN/guides/sheet/features/import-export#%E9%85%8D%E7%BD%AE
这里的服务端接口配置最好列出表展示所有能配置的参数,以及标识是做什么用的。
目前的文档少了downloadEndpointUrl 参数的配置,导致我这用sheetapi 模块里的importXLSXToSnapshot 返回的数据为空 exportXLSXBySnapshot 返回的FILE文件是text/html类型,空文件。链接:https://univer.ai/zh-CN/guides/sheet/features/core/sheet-api#%E5%AF%BC%E5%85%A5-xlsx-%E5%B9%B6%E8%8E%B7%E5%8F%96-workbook-%E6%95%B0%E6%8D%AE
原因都是因为没有配置downloadEndpointUrl导致的。建议补充文档呢
The text was updated successfully, but these errors were encountered: