Results 27 comments of DeleiGuo

If the community accepts this task list, it is expected that these tasks will be completed within the next milestone period. Please feel free to add any missing tasks, and...

> I'm interested in working on this task. Could you please assign it to me? Hi, @XL-Zhao-23 Welcome. If you are interested in contributing, please indicate which specific task you...

Hi, @mengnankkkk Welcome to submit your PR. The maintainer may assign it to you later.

I tried to use the `customSyntax` option instead of `syntax`, but I'm uncertain whether this is an issue with my local environment or whether it might impact CI.

## Updates - Add a new dependency `postcss-less`, specifying version `3.1.4`. - Modify `lint:style` script in `package.json` ```bash "lint:style": "stylelint \"src/**/*.less\" --custom-syntax postcss-less --fix" ``` The above proposal resolves the...

根据官网文档[自定义样式](https://easyexcel.opensource.alibaba.com/docs/current/quickstart/write#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A0%B7%E5%BC%8F), 可以使用`WriteCellStyle`,也适用于根据模板填充导出。 可以参考这个样例,亲测有效 ```java @Slf4j public class IssueWriteHandler implements CellWriteHandler { @Override public void afterCellDispose(CellWriteHandlerContext context) { if (BooleanUtils.isNotTrue(context.getHead())) { log.info("正在处理: 行 {}, 列 {}", context.getRowIndex(), context.getColumnIndex()); WriteCellData cellData =...

The latest version of FastExcel will support this feature. Please take a look at this [FastExcel-PR-353](https://github.com/fast-excel/fastexcel/pull/353).