بنقرة واحدة
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