The lack of memory when trying to manipulate large Excel files (reading, writing) is the main cause.
<Method to avoid it>
- Increase the heap size
Procedure:Addressing DS instable behavior when the amount of used memory increases - Use DA
<Reference>
AND検索: "DS"␣"Excel" 「DS」かつ「Excel」を含む ※␣は半角スペース
OR検索: DS␣Excel 「DS」または「Excel」を含む
完全一致検索: "Desktop Automation"
The lack of memory when trying to manipulate large Excel files (reading, writing) is the main cause.
<Method to avoid it>
<Reference>