Commit 273390b
docs: add include_frozen_rows documentation and improve docstrings
## 変更内容
### ドキュメント更新
- README.md/README_ja.md: `include_frozen_rows`パラメータの説明を追加
- ヘッダー自動追加機能の使い方を明記
- 構造情報に`frozen_rows`、`frozen_cols`を追加
### docstring改善
- `_calculate_header_range()`: 引数が拡張後の範囲であることを明記
- 誤解を招く記載を修正
## レビュー結果
- ✅ コード品質: PASS(型チェック、Lint、テスト)
- ✅ ドキュメント: 完全
- ✅ テスト: 100%カバレッジ
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f66c8d0 commit 273390b
3 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | | - | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | | - | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| |||
0 commit comments