# cgai-excel **Repository Path**: cgai/cgai-excel ## Basic Information - **Project Name**: cgai-excel - **Description**: 操作excel - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-15 - **Last Updated**: 2022-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cgai-excel #### 介绍 操作excel #### 图片获取 规定: 1. 图片必须以内嵌的形式插入到单元格当中 2. 图片格子中的文字将不会识别 3. 解析到获取的图片路径前以img:为标识,比如: img:C:\\Temp\\output\\EXT\\xl/media\\image6.jpeg #### 安装教程 ```python pip install cgai-excel ``` #### 使用说明 仅支持python3 ```python from cgai_excel.Handler import get_excel_data path = r'F:\Temp\Q\excel_module.xlsx' data = get_excel_data(path,extract_dirpath='F:\Temp\Q\Atemp') ```