bengbengbalabalabeng opened a new pull request, #842:
URL: https://github.com/apache/fesod/pull/842

   <!--
   Thanks very much for contributing to Apache Fesod (Incubating)! Please make 
sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   Closed: #ISSUE
   Related: #ISSUE
   
   -->
   
   ## Purpose of the pull request
   
   Related: #836
   
   <!-- Describe the purpose of this pull request. For example: Closed: 
#ISSUE-->
   
   ## What's changed?
   
   <!--- Describe the change below, including rationale and design decisions -->
   
   **1. Support multi-rows loop filling.**
   
   Refactor row shifting logic in `ExcelWriteFillExecutor`. Updated `shiftRows` 
and `doFill` to correctly handle row offsets when a loop item spans multiple 
rows.
   
   **2. Add `FillMergeStrategy` to handing merge across rows and columns.**
   
   Implemented through the `addMergedRegionIfNecessary` method, which 
replicates the merge structure defined in the template row and applies it to 
each generated data row.
   
   See the [API Usage 
Example](https://github.com/apache/fesod/issues/836#issuecomment-3817875591) 
for usage examples.
   
   ## Checklist
   
   - [x] I have read the [Contributor 
Guide](https://fesod.apache.org/community/contribution/).
   - [x] I have written the necessary doc or comment.
   - [x] I have added the necessary unit tests and all cases have passed.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to