Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CaptainSL/python-office
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: CoderWanFeng/python-office
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 296 files changed
  • 20 contributors

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    d0e37fc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2026

  1. Configuration menu
    Copy the full SHA
    cdf8ea4 View commit details
    Browse the repository at this point in the history
  2. docs: refresh maintenance wording in README (CoderWanFeng#169)

    Co-authored-by: 15940037959 <937348933@qq.com>
    Laocheng2023 and vasttogithub authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    77f4745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18e727 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    039b311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7233ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f9e733 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f865f84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d7d763 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. Configuration menu
    Copy the full SHA
    232e242 View commit details
    Browse the repository at this point in the history
  2. fix(pdf): 关闭水印输入流并防护空水印文件 (CoderWanFeng#172)

    * fix(pdf): 关闭水印输入流并防护空水印文件
    
    Refactor watermark service to ensure file streams are closed properly, even on failure. Added error handling for encrypted PDFs and improved readability.
    
    * test(pdf): 新增水印服务行为测试
    GoNow1231 authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    23a4a05 View commit details
    Browse the repository at this point in the history
  3. feat(video): add unified video_edit skill for audio and video editing (

    …CoderWanFeng#171)
    
    Add video_edit skill combining all 6 audio and video editing features:
    - cut_video: trim/cut video file by start_time and end_time
    - cut_audio: trim/cut audio file by start_time and end_time
    - crop_video: crop video screen coordinates and dimensions
    - concat_videos: concatenate multiple video files in sequence
    - concat_audios: concatenate multiple audio files in sequence
    - add_audio_to_video: add or replace audio track in video file
    
    Service implementation added to office/lib/video/video_edit_service.py.
    
    Co-authored-by: dmb-255474348 <dmb-255474348@qq.com>
    eggCodedmb and dmb-255474348 authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    0409845 View commit details
    Browse the repository at this point in the history
  4. 增加了关于批量图片处理的代码 (CoderWanFeng#148)

    * 提交批量处理图片的代码
    
    * 提交批量处理图片的代码
    
    * 提交关于批量处理图片的代码,已经readme示例
    
    * 提交关于批量处理图片的代码,已经readme示例
    
    * 提交关于批量处理图片的代码,已经readme示例
    
    * 提交关于批量处理图片的代码,以及readme
    
    * 提交关于批量处理图片的代码,以及readme
    rs1973-bit authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    0d49275 View commit details
    Browse the repository at this point in the history
  5. docs: 迁移并整理项目文档至标准wiki目录

    1.  删除旧的.qoder目录下的冗余文档文件
    2.  将所有文档文件统一迁移到/wiki/zh/标准目录结构中
    3.  新增了Excel、图片、微信自动化、PDF处理等多个模块的详细文档
    4.  补充了示例大全、API参考、Skills系统等完整的文档分类
    5.  统一了文档的引用格式和目录结构
    CoderWanFeng
    CoderWanFeng committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    53ed7db View commit details
    Browse the repository at this point in the history
  6. Merge PR CoderWanFeng#144: Add annotation information for excel examples

    手动解决冲突,保留 develop 的 docstring 和 PR CoderWanFeng#144 的行内注释。
    CoderWanFeng
    CoderWanFeng committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    e278d3e View commit details
    Browse the repository at this point in the history
  7. docs(zh): 优化快速入门文档格式与内容

    - 增加多个标题和章节之间的空行,提升文档可读性
    - 移除简介中关于微信的部分,调整功能覆盖描述
    - 统一关键参数说明部分的格式,新增空行分隔
    - 更新目录与示例引用链接,确保结构清晰
    - 完善 Windows 环境特性说明,便于用户理解限制
    CoderWanFeng
    CoderWanFeng committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    43a564c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. feat(skills): add url2ebook web skill (CoderWanFeng#174)

    Expose the existing webpage-to-ebook example as a discoverable Skill so agents can convert URLs without hunting through office.api.web.
    
    Co-authored-by: Claw Assistant <claw@openclaw.ai>
    Co-authored-by: Cursor <cursoragent@cursor.com>
    3 people authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    7e9bc97 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2026

  1. fix: handle non-string pandas column names in memory optimizer (Coder…

    …WanFeng#177)
    
    * fix: handle non-string pandas column names in memory optimizer
    
    * test: cover pandas memory optimizer with integer columns
    
    * fix: keep pandas memory optimizer diff focused
    
    * test: cover pandas object column optimization cases
    Karmeston authored Aug 18, 2026
    Configuration menu
    Copy the full SHA
    e697f25 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2026

  1. fix: fall back when poexcel hides split export (CoderWanFeng#178)

    Co-authored-by: lawliet206 <lawliet206@users.noreply.github.com>
    lawliet206 and lawliet206 authored Aug 19, 2026
    Configuration menu
    Copy the full SHA
    dd6fe56 View commit details
    Browse the repository at this point in the history
Loading