delei commented on code in PR #766:
URL: https://github.com/apache/fesod/pull/766#discussion_r2649468808


##########
website/docs/sheet/write/extra.md:
##########
@@ -80,7 +80,12 @@ public void writeHyperlinkDataWrite() {
     String fileName = "writeCellDataWrite" + System.currentTimeMillis() + 
".xlsx";
     WriteCellDemoData data = new WriteCellDemoData();
     // Set hyperlink
-    data.setHyperlink(new 
WriteCellData<>("点击访问").hyperlink("https://example.com";));
+    WriteCellData cellData = new WriteCellData<>("点击访问");

Review Comment:
   It is recommended to use only English in the code.



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