bengbengbalabalabeng commented on code in PR #979:
URL: https://github.com/apache/fesod/pull/979#discussion_r3736079348


##########
website/docs/sheet/fill/fill.md:
##########
@@ -226,19 +377,41 @@ public void horizontalFill() {
         writer.fill(data(), config, writeSheet);
 
         Map<String, Object> map = new HashMap<>();
-        map.put("date", "2024年11月20日");
+        map.put("date", "November 20, 2024");
         writer.fill(map, writeSheet);
     }
 }
 ```
 
 ### Template
 
-![img](/img/docs/fill/horizontalFill_file.png)
+<div class="xl-sheet-container">
+<table class="xl-sheet">
+<tbody>
+<tr><td class="xl-chrome"></td><td class="xl-chrome">A</td><td 
class="xl-chrome">B</td><td class="xl-chrome">C</td></tr>
+<tr><td class="xl-chrome">1</td><td 
rowspan="4">Statistics</td><td>Name</td><td class="xl-fc-red">{.name}</td></tr>
+<tr><td class="xl-chrome">2</td><td>Number</td><td class="xl-fill-bright-green 
xl-num">{.number}</td></tr>
+<tr><td class="xl-chrome">3</td><td>Name</td><td>{.name}</td></tr>
+<tr><td class="xl-chrome">4</td><td>Number</td><td>{.number}</td></tr>
+<tr><td class="xl-chrome">5</td><td>Time: {date}</td><td></td><td></td></tr>
+</tbody>
+</table>
+</div>
 
 ### Result
 
-![img](/img/docs/fill/horizontalFill_result.png)
+<div class="xl-sheet-container">
+<table class="xl-sheet">
+<tbody>
+<tr><td class="xl-chrome"></td><td class="xl-chrome">A</td><td 
class="xl-chrome">B</td><td class="xl-chrome">C</td><td 
class="xl-chrome">D</td><td class="xl-chrome">E</td><td 
class="xl-chrome">F</td><td class="xl-chrome">…</td></tr>

Review Comment:
   For completeness, it might be helpful to include the `L` column with `John 
Doe9` in the horizontal data as well, so the example aligns with the naming 
pattern used in other columns. (same: zh-cn version)



-- 
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