Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
docparser (1.0.25) unstable; urgency=medium

* add ET file format support

-- Zhang Sheng <zhangsheng@uniontech.com> Mon, 01 Dec 2025 09:11:51 +0800

docparser (1.0.24) unstable; urgency=medium

* improve file conversion fallback logic for truncated files
Expand Down
1 change: 1 addition & 0 deletions src/docparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ static const std::unordered_map<std::string, FileCreator> createExtensionMap()
{ "odp", createOdf },
{ "xls", createExcel },
{ "xlsx", createExcel },
{ "et", createExcel },
{ "xlsb", createXlsb },
{ "ppt", createPpt },
{ "pps", createPpt },
Expand Down