hwp_fill_table_cells
Fill table cells in HWP documents using labels, tab indices, or row/col positions, with optional text styling. Use after checking table structure with hwp_get_tables.
Instructions
문서의 표 셀에 값을 채웁니다. 반드시 먼저 hwp_get_tables로 표 구조를 확인하세요. 병합 셀이 있으면 label 파라미터로 라벨 텍스트 기반 매칭을 추천합니다. 예: {label: "계약금액", text: "50,000,000원"}. tab이나 row/col도 사용 가능합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | Yes | 채울 표 배열 | |
| file_path | No | HWP 파일 경로 (생략 시 현재 열린 문서) |