新增xadmin导入导出插件,集成django-import-export,支持多种格式数据导入导出#433
Merged
sshwsfc merged 3 commits intosshwsfc:masterfrom Sep 5, 2017
Merged
新增xadmin导入导出插件,集成django-import-export,支持多种格式数据导入导出#433sshwsfc merged 3 commits intosshwsfc:masterfrom
sshwsfc merged 3 commits intosshwsfc:masterfrom
Conversation
|
数据导出,中英文交互,只有“导出全部数据”’是中文 导出 Host 格式: 没有截图,希望明白意思 |
Contributor
Author
|
@Dorxa ,之前提交代码出现了疏忽,那几个词本地化失败,查看这里已修复。 |
|
在python3.6.3(使用的是miniconda环境),django 1.11.4环境下,导出页面还是部分有英文,而且无法导出当前的列表页,导出为空,导出文件的名称也是乱码状态 显示截图:文件乱码:文件名乱码: 在python3环境下 系统环境
更新下: 现可成功导出csv和xls格式,excel2007格式,yml格式分别会报错 yml格式报错为: 似乎是无法正确的识别出小数点的数字 |
|
更新: |
|
@zcyuefan 导入xls文件,只有最后一条数据是导入成功。请教下,代码那个部分是处理存入数据库的? |
Contributor
Author
|
@walterliang 处理存入数据都是django-import-export库 resources.import_data做的,你可以检查下你的excel数据,也可以在这个方法上打断点 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

你好:
xadmin有很多实用功能,不过目前只有导出没有导入,很多同学也遇到了和我一样的问题。所以我结合了django-import-export做出了导入功能,顺便做了对应的导出功能(与原有导出不冲突)。
ps:第一次向这么高大上的项目提交代码,我自己也不是纯粹的开发人员,希望管理员能多多指导,万分感谢。
导入导出插件使用方法示例: