hwp_xml_edit_nested_cell
Edit text in nested table cells of HWPX documents by specifying a recursive path array to target deeply embedded cells, preserving character formatting.
Instructions
HWPX 중첩 표(표 안의 표)의 특정 셀 텍스트를 재귀 경로로 편집합니다. (v0.7.2.1 신규) path 배열로 중첩 깊이 표현 — 예: [{tableIndex:0,row:0,col:0},{tableIndex:0,row:1,col:1}]은 "0번 표 (0,0) 셀 안의 0번 nested 표 (1,1) 셀". v0.7.0 hwp_xml_edit_table_cell의 다단계 확장. linesegarray 셀 내부만 자동 삭제, charPrIDRef 보존.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | Yes | 찾을 텍스트 | |
| path | Yes | 중첩 경로 배열 (length=1: 단일 셀, length≥2: 재귀) | |
| replace | Yes | 바꿀 텍스트 | |
| file_path | Yes | 수정할 HWPX 파일 경로 | |
| output_path | No | 저장 경로 (생략 시 원본 덮어쓰기) |