psxjoy

Results 15 issues of psxjoy

- 更新插件名称,确保插件可用; - 更新插件安装步骤和相关截图; - 改进了之前存在的索引错误。

fix #3783 `ExcelWriteFillExecutor`中的`doFill`函数中有这样一个逻辑: ```JAVA String variable = analysisCell.getVariableList().get(0); if (!dataKeySet.contains(variable)) { continue; } ``` 这会导致空数据不进行写操作,直接进入下一行的数据操作。

I'm really interested in this project and want to contribute to its open-source development. As an outside collaborator for [Alibaba/easyexcel](https://github.com/alibaba/easyexcel), I'm familiar with the open-source contribution process. Unfortunately, the project...

Corrected some spelling errors and made code modifications to ensure compliance with Alibaba's coding standards.

## 关联issue: #3860 #3823 ## 修复原因: 1. 在 excel 的 XML 文件中,`` 标签且标记为`inlineStr`类型的数据类别下,`` 标签为无效且错误数据,WPS和office都会默认过滤该标签,同时进行纠错; 2. 使用 poi 进行excel读取操作,poi 会主动过滤 `` 标签且标记为`inlineStr`下的`` 标签。 ## 代码逻辑: 1. 将 `CellDataTypeEnum`的`str`匹配至`ERROR` `str` 标签是正常的String标签,对于xml文件来说,可以存放大部分的标签数据。原来的`str`匹配的是`DIRECT_STRING`,就会导致诸多规则不匹配的问题。 修改后,因为取值时,`ERROR`...

While working with the project, I noticed a few spelling errors. Would anyone be up for submitting a PR? If not, I’ll find some time to handle it.