将XLSX文件解压为XML目录
Scanned 9/11/2026
Install to Claude Code
npx -y skills add cas-bigdatalab/piflow --skill xlsx_unpack --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Xlsx Unpack?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cas-bigdatalab-xlsx-unpack)More formats (shields.io, HTML) on the badges page.
---
name: xlsx_unpack
description: 将XLSX文件解压为XML目录
version: 1.0.0
category: spreadsheet_processing
name_zh: 将XLSX文件解压为XML目录算子
input_params:
- name: input_path
type: xlsx_file
description: 输入XLSX文件路径
- name: output_dir
type: directory
description: 输出目录路径
output_params:
- name: output_dir
type: directory
description: 解压后的XML目录
tag: 数据转换
publisher: COMMUNITY
---
# xlsx_unpack 技能
## 功能说明
该技能将XLSX文件解压为XML目录结构,方便查看和编辑XLSX内部的XML文件。XLSX本质上是一个ZIP压缩包,包含多个XML文件和资源文件。
## 核心功能
- 将XLSX文件解压为可读的XML目录
- 自动创建输出目录
- 支持.xlsx和.xlsm文件格式
## 使用方法
```bash
python scripts/run_xlsx_unpack.py --input_path <输入XLSX> --output_dir <输出目录>
```
## 参数说明
| 参数 | 类型 | 必填 | 默认值 | 说明 |
| :--- | :--- | :--- | :--- | :--- |
| input_path | string | 是 | - | 输入XLSX文件路径 |
| output_dir | string | 是 | - | 输出目录路径 |
## 示例
```bash
python scripts/run_xlsx_unpack.py --input_path data.xlsx --output_dir ./unpacked/
```
## 输出结构
解压后的目录结构:
```
output_dir/
├── [Content_Types].xml
├── _rels/
│ └── .rels
└── xl/
├── workbook.xml
├── worksheets/
│ └── sheet1.xml
└── ...
```
## 注意事项
- 输出目录不存在时会自动创建
- 解压后的XML文件可以直接编辑,之后可使用xlsx_pack重新打包Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...
Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.
Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API
Get current weather and forecasts (no API key required).