Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
/easyexcelPublic archive

fix 修复fill填充空数据,可能导致行数据错乱的问题#3792

Open
psxjoy wants to merge5 commits intoalibaba:master
base:master
Choose a base branch
Loading
frompsxjoy:master

Conversation

@psxjoy
Copy link
Collaborator

fix#3783

ExcelWriteFillExecutor中的doFill函数中有这样一个逻辑:

Stringvariable =analysisCell.getVariableList().get(0);if (!dataKeySet.contains(variable)) {continue;}

这会导致空数据不进行写操作,直接进入下一行的数据操作。

@CLAassistant
Copy link

CLAassistant commentedMay 16, 2024
edited
Loading

CLA assistant check
All committers have signed the CLA.

jerriliu and psxjoy reacted with thumbs up emoji

mengnankkkk
mengnankkkk approved these changesJul 4, 2025
edited
Loading
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

1 more reviewer

@mengnankkkkmengnankkkkmengnankkkk approved these changes

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

使用ExcelWriter#fill方法进行填充list数据时,存在问题会使不同行的数据错乱

3 participants

@psxjoy@CLAassistant@mengnankkkk

[8]ページ先頭

©2009-2025 Movatter.jp