delete_hwp_table_column
Remove a specific column from a table in an .hwpx file by specifying file path, table index, and column index.
Instructions
Delete the Mth column (0-based) from the Nth table in an .hwpx (removes one hp:tc from every row). Args: file_path, table_index, col_index, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| table_index | Yes | ||
| col_index | Yes | ||
| output_path | No |