From aaf5863d9ae6c2d57a46ad81b3a63791463215c8 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Wed, 14 Aug 2019 02:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/dbexport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneforall/dbexport.py b/oneforall/dbexport.py index 9b3b57e..55a2709 100644 --- a/oneforall/dbexport.py +++ b/oneforall/dbexport.py @@ -24,7 +24,7 @@ def export(table, db=None, valid=None, path=None, format='xlsx', show=False): Note: 参数valid可选值1,0,None,分别表示导出有效,无效,全部子域 参数format可选格式:'csv', 'tsv', 'json', 'yaml', 'html', 'jira', - 'xls', 'xlsx', 'dbf', 'latex', 'ods' + 'xls', 'xlsx', 'dbf', 'latex', 'ods' 参数path为None会根据format参数和域名名称在项目结果目录生成相应文件 :param str table: 要导出的表