lots of fixes

This commit is contained in:
Taylor Wilsdon
2025-08-10 15:56:18 -04:00
parent 543f85ac1c
commit 5bcd149f40
7 changed files with 141 additions and 57 deletions

View File

@@ -274,8 +274,6 @@ class TableOperationManager:
if data_rows > table_rows or data_cols > table_cols:
return False, f"Data ({data_rows}x{data_cols}) exceeds table dimensions ({table_rows}x{table_cols})", {}
# TODO: Implement clear_existing logic if needed
# Populate cells
population_count = await self._populate_existing_table_cells(
document_id, table_index, table_data