add ET file format support#49
Merged
deepin-bot[bot] merged 2 commits intolinuxdeepin:masterfrom Dec 1, 2025
Merged
Conversation
Added support for ET files (.et extension) to be parsed as Excel files in docparser.cpp. This change allows WPS Office ET spreadsheet files to be processed by the same Excel parsing logic already in place for .xls and .xlsx files. Log: Added support for WPS Office ET spreadsheet files Influence: 1. Test opening and parsing .et files with Excel content 2. Verify compatibility with existing Excel parsing features 3. Ensure no regression for other file formats 4. Test mixed environments with .et, .xls and .xlsx files feat: 添加ET文件格式支持 在docparser.cpp中添加了对ET文件(.et扩展名)的支持,将其作为Excel文件解 析。此变更允许WPS Office ET电子表格文件通过已有的.xls和.xlsx文件的相同 Excel解析逻辑进行处理。 Log: 新增WPS Office ET电子表格文件支持 Influence: 1. 测试打开和解析包含Excel内容的.et文件 2. 验证与现有Excel解析功能的兼容性 3. 确保其他文件格式不受影响 4. 测试混合使用.et、.xls和.xlsx文件的环境
1.0.25 Log:
|
TAG Bot TAG: 1.0.25 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Johnson-zs The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto review我来对这段 git diff 进行审查:
改进建议:
总体来说,这是一个简单且合理的修改,代码质量良好,没有明显的问题。 |
Contributor
Author
|
/forcemerge |
Contributor
|
This pr force merged! (status: blocked) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.