Skip to content

Commit

Permalink
rm todo
Browse files Browse the repository at this point in the history
  • Loading branch information
yeungadrian committed Jan 4, 2025
1 parent bbacf89 commit 1c0362f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ def convert(self, local_path, **kwargs) -> Union[None, DocumentConverterResult]:
md_content = ""
for s in workbook.sheet_names:
sheet = workbook.get_sheet_by_name(s)
# TODO: Add argument to allow filtering empty row / columns
tabular_data = sheet.to_python(skip_empty_area=False)
md_content += f"## {s}\n"
html_content = tabulate(tabular_data, tablefmt="html")
Expand Down

0 comments on commit 1c0362f

Please sign in to comment.