·working-with-spreadsheets
#

working-with-spreadsheets

mjunaidca/mjs-agent-skills

数式、書式設定、財務モデリング標準を使用して Excel スプレッドシートを作成および編集します。 .xlsx ファイル、財務モデル、データ分析、または数式を多用するスプレッドシートを操作する場合に使用します。 数式の再計算、色分けの標準、およびよくある落とし穴について説明します。

12インストール·1トレンド·@mjunaidca

インストール

$npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill working-with-spreadsheets

SKILL.md

| Blue text | 0,0,255 | Hardcoded inputs, scenario values | | Black text | 0,0,0 | ALL formulas and calculations | | Green text | 0,128,0 | Links from other worksheets | | Red text | 255,0,0 | External links to other files | | Yellow background | 255,255,0 | Key assumptions needing attention |

| Data analysis | pandas | df = pd.readexcel('file.xlsx') | | Formulas & formatting | openpyxl | sheet['A1'] = '=SUM(B:B)' | | Large files (read) | openpyxl | loadworkbook('file.xlsx', readonly=True) | | Large files (write) | openpyxl | Workbook(writeonly=True) |

openpyxl writes formulas but doesn't calculate values. Use LibreOffice to recalculate:

数式、書式設定、財務モデリング標準を使用して Excel スプレッドシートを作成および編集します。 .xlsx ファイル、財務モデル、データ分析、または数式を多用するスプレッドシートを操作する場合に使用します。 数式の再計算、色分けの標準、およびよくある落とし穴について説明します。 ソース: mjunaidca/mjs-agent-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill working-with-spreadsheets
カテゴリ
#ドキュメント
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

working-with-spreadsheets とは?

数式、書式設定、財務モデリング標準を使用して Excel スプレッドシートを作成および編集します。 .xlsx ファイル、財務モデル、データ分析、または数式を多用するスプレッドシートを操作する場合に使用します。 数式の再計算、色分けの標準、およびよくある落とし穴について説明します。 ソース: mjunaidca/mjs-agent-skills。

working-with-spreadsheets のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/mjunaidca/mjs-agent-skills --skill working-with-spreadsheets インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/mjunaidca/mjs-agent-skills