Skip to content

Commit 1fb919e

Browse files
committed
Merge branch 'wip/merge-4-refine-excel' into feat/include-frozen-rows
# Conflicts: # src/server.py
2 parents d4064ee + 7780184 commit 1fb919e

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
@@ -466,8 +466,8 @@ def sharepoint_excel(
466466
cell_range: セル範囲(例: "A1:D10")
467467
- 推奨形式: "A1:D10"(開始セル:終了セル)
468468
- 列のみ: "A:D" も可(自動的に行範囲が追加されます)
469-
- ⚠️ 単一列/行の部分範囲は軸全体に自動拡張されます
470-
例: "J50:J100" → "J1:J100" (J列全体)
469+
- ⚠️ 単一列/行の部分範囲は開始側のみ 1/A に自動拡張されます
470+
例: "J50:J100" → "J1:J100"(開始行が 1 行目に拡張されます)
471471
include_frozen_rows: cell_range指定時に固定行を自動追加(デフォルト: True)
472472
True: frozen_rowsで指定された行(通常はヘッダー)を自動的に取得
473473
False: 指定されたcell_rangeのみを取得

0 commit comments

Comments
 (0)