浏览代码

HUE-3442 [core] Increase max num rows for Excel export

Jenny Kim 9 年之前
父节点
当前提交
682811e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/lib/export_csvxls.py

+ 1 - 1
desktop/core/src/desktop/lib/export_csvxls.py

@@ -29,7 +29,7 @@ from desktop.lib import i18n
 
 
 LOG = logging.getLogger(__name__)
-MAX_XLS_ROWS = 30000
+MAX_XLS_ROWS = 65000
 MAX_XLS_COLS = 5000