This commit is contained in:
2025-11-06 18:43:15 +08:00
parent 26918a7ed2
commit a92f122926

View File

@@ -1122,9 +1122,10 @@ public class TencentDocController extends BaseController {
JSONObject cellValue = new JSONObject();
if (isLink) {
// 写入超链接类型
// 写入超链接类型url 和 text 都设置为相同的值)
JSONObject link = new JSONObject();
link.put("url", value);
link.put("text", value);
cellValue.put("link", link);
} else {
// 写入普通文本