This issue asks how to specify a custom time format for a column in a non entity export template. The user retrieves fields dynamically from a database and needs to apply a time format to date type columns. Review EasyExcel's documentation and source code for custom cell formatting in non entity exports. Look for classes like WriteCellData, CellStyle, or CustomConverter that allow runtime format configuration. Consider if there is a built in annotation or configuration for dynamic date formatting, or if a custom converter is required. The maintainer may have provided hints in the comment (not visible here).