Skip to content

Commit 567c902

Browse files
k-ibarakiclaude
andcommitted
docs: fix misleading axis expansion description in docstring
"軸全体に自動拡張"という表現が誤解を招くため、 "開始側のみ 1/A に自動拡張"と明確化。 例: J50:J100 → J1:J100(J列全体ではなく開始行のみ拡張) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ecaa673 commit 567c902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ def sharepoint_excel(
465465
cell_range: セル範囲(例: "A1:D10")
466466
- 推奨形式: "A1:D10"(開始セル:終了セル)
467467
- 列のみ: "A:D" も可(自動的に行範囲が追加されます)
468-
- ⚠️ 単一列/行の部分範囲は軸全体に自動拡張されます
469-
例: "J50:J100" → "J1:J100" (J列全体)
468+
- ⚠️ 単一列/行の部分範囲は開始側のみ 1/A に自動拡張されます
469+
例: "J50:J100" → "J1:J100"(開始行が 1 行目に拡張されます)
470470
ctx: FastMCP context (injected automatically)
471471
472472
Returns:

0 commit comments

Comments
 (0)