DingTalk Workbook Automation with Python
Automating DingTalk Spreadsheets Using Python
This guide demonstartes how to interact with DingTalk's spreadsheet documents using Python. The process involves setting up a developer account, obtaining necessary crednetials, and implementing a Python class to perform various spreadsheet operations.
Prerequisites
Create a developer account on th ...
Posted on Sun, 07 Jun 2026 16:52:33 +0000 by EternalSorrow
Implementing Secure DingTalk Robot Notifications in Spring Boot
Maven DependenciesFirst, include the necessary dependencies for the web module and Lombok to reduce boilerplate code in the configuration classes.<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency> ...
Posted on Thu, 14 May 2026 16:59:42 +0000 by ld0121
Setting Page Titles in DingTalk Mini Apps for React Applications
When integrating React-based pages from an OA system into a DingTalk mini application, a common issue arises where page titles fail to display. The standard document.title method is effective in web browsers but does not function within the DingTalk environment.
Root Cause
DingTalk mini applications run within a container that imposes restricti ...
Posted on Thu, 07 May 2026 18:45:25 +0000 by gjdunga