使用EasyPoi导出excel时如何避免导出null

Galaxy1 / 2023-07-20 / 原文

使用replace将null替换为空字符串
@Excel(name = "是否自动开始", replace = { "是_1", "否_0", "_null" })