表格导出配置

jmix.gridexport.default-export-modes

定义 ExportAction 对话框中默认的选项组。

默认值:ALL_ROWS,CURRENT_PAGE,SELECTED_ROWS

jmix.gridexport.exportAllBatchSize

定义导出所有数据时分批加载的数据量。

默认值:1000

示例:

jmix.gridexport.exportAllBatchSize = 2000

jmix.gridexport.excel.useSxssf

定义是否使用流式 POI SXSSF API 构建 Excel 文件(xlsx)。

默认值:true