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


##########
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:
   Seems to be fixed now, but note that while fixing it, I discovered another 
style bug with overflowing(already fixed now)
   The style bug:
   <img width="640" height="400" alt="Screenshot from 2026-08-07 16-40-38" 
src="https://github.com/user-attachments/assets/7b53c4ea-b98e-48ff-9689-9cb7e4165bc6";
 />
   



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