원클릭으로
xlsx-35b
Use when handling spreadsheet tasks in .xlsx files with the released 35B created-from-scratch skill
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when handling spreadsheet tasks in .xlsx files with the released 35B created-from-scratch skill
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Qwen-Agent needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Qwen-Agent needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Use when handling spreadsheet tasks in .xlsx files with the released 122B created-from-scratch skill
Use when handling spreadsheet tasks in .xlsx files with the released 35B created-from-scratch skill
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Qwen-Agent needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
| name | xlsx-35B |
| description | Use when handling spreadsheet tasks in .xlsx files with the released 35B created-from-scratch skill |
answer_position (e.g., Sheet1'!A1:F14), ALL modifications MUST occur within that exact sheet/range'工作表1'!I2:J7 defines a RANGE that includes ALL cells from start to endopenpyxl - read and edit .xlsx files, sheets, cells, formulas, and stylespandas - inspect tables, filter rows, compare values, and summarize datazipfile and XML tools - inspect workbook internals when workbook structure looks suspiciousrow[i] contains both search params AND target value — verify if the task requires iterating through the entire dataset.value firstiter_rows(values_only=True) for raw Python values, or access .value on each Cellif row[0].value == "TOTAL": not if row[0] == "TOTAL":cell.value = new_value, not cell = new_value{"name": "<tool>", "arguments": {...}}{} in JSON actions, never double braces {{}}{"name": "python", "arguments": {"code": "..."}}{{"name": "bash", "arguments": {{...}}}}" → \", → \n, → \tpython -c "import json; json.loads(your_json)" before submittingcat > file << 'EOF') within action blocks — it causes JSON parsing failurespython3 -c "..." with properly escaped quotesecho 'code' > file.py && python3 file.py