소스 검색

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