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
目前lakesheet 类型的文件导出是生成 markdown 格式的,是否考虑导出的时候转成 xlsx,这样导入的时候文件类型也可以还原,而不是把 execl 的文件转成 doc,如果方案可以的话,这部分实现我可以搞
The text was updated successfully, but these errors were encountered:
欢迎PR,我觉得命令行可以增加一个参数 让用户自行决定lakesheet类型 导出的是execl还是 md
Sorry, something went wrong.
好的,从使用经验来看 execl 格式和 lakesheet 格式还是有差异,会有样式丢失的情况,不太好处理。我考虑直接导出 lakesheet 格式了,然后模拟语雀导入的接口,直接把 lakesheet 文档导入进去。
No branches or pull requests
目前lakesheet 类型的文件导出是生成 markdown 格式的,是否考虑导出的时候转成 xlsx,这样导入的时候文件类型也可以还原,而不是把 execl 的文件转成 doc,如果方案可以的话,这部分实现我可以搞
The text was updated successfully, but these errors were encountered: