Skip to content

Header freeze

清沐 edited this page Mar 29, 2020 · 1 revision

This function is only for DefaultExcelBuilder and DefaultStreamExcelBuilder, and the template mode is supported naturally.

Use the fixedtitles method

List<ArtCrowd> dataList = this.getDataList();
Workbook workbook = DefaultExcelBuilder.of(ArtCrowd.class)
                                       .fixedTitles()
                                       .build(dataList);
Clone this wiki locally