File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,8 +48,15 @@ odsview --list-sheets tests/fixtures/simple.ods
4848odsview tests/fixtures/table_small.ods
4949odsview --sheet Sheet2 tests/fixtures/table_small.ods
5050odsview --range A1:C3 tests/fixtures/table_small.ods
51+ odsview --sheet Σheet-✓ tests/fixtures/unicode_sheets.ods
5152```
5253
54+ The range-based table view has been exercised against curated fixtures
55+ that include mixed numeric/text/date columns, sparse sheets with
56+ leading/trailing empty rows and columns, long text that stretches
57+ column widths, and non-ASCII sheet names and cell contents (e.g.
58+ ` Σheet-✓ ` , ` ñandú ` , ` 東京 ` ).
59+
5360## Curation & Guardrails
5461
5562This repository is instrumented for Software Curatorship. When using AI assistants
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ surface:
6464- If ` --sheet ` is omitted:
6565 - Use the ** first** sheet as listed by ` Workbook.sheets ` .
6666- If ` --sheet NAME ` is provided:
67- - Match sheet by ** exact name** (case-sensitive).
67+ - Match sheet by ** exact name** (case-sensitive), including
68+ non-ASCII names such as ` Σheet-✓ ` .
6869 - If not found:
6970 - Print a clear error on ` stderr ` (e.g. ` sheet 'NAME' not found ` ).
7071 - Exit with code ` 1 ` .
You can’t perform that action at this time.
0 commit comments