Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
485b415
Update issue #58 design using issue body from direct URL
ssaattww Apr 7, 2026
af72d53
Refine issue #58 design with A/B/C evaluation and scope update
ssaattww Apr 7, 2026
21b4ecd
Expand issue #58 design with nested component examples
ssaattww Apr 7, 2026
de1d02a
Add border strategy for nested components in issue #58 design
ssaattww Apr 7, 2026
5c67437
Add markdown table examples for issue #58 cell mappings
ssaattww Apr 7, 2026
6bf62a5
Deepen pre-implementation risk checklist for issue #58
ssaattww Apr 11, 2026
d1183f0
Add cell-aligned matrix tables and SVG style visualization for issue #58
ssaattww Apr 11, 2026
a46944a
feat: Update Excel template design and SVG assets for improved clarit…
ssaattww Apr 12, 2026
b4339bb
fix: Update repeat interpretation for GroupBlock in 10.8.9 and 10.8.1…
ssaattww Apr 12, 2026
be0df01
docs: record issue58 subagent design review
ssaattww Apr 12, 2026
f64deb4
docs: refine issue58 design after review
ssaattww Apr 12, 2026
4c6d5ba
docs: align style overflow rules with layout model
ssaattww Apr 12, 2026
ae6c8b9
docs: finalize issue58 pre-implementation agreements
ssaattww Apr 12, 2026
4b81b7d
docs: add issue58 implementation approach review
ssaattww Apr 12, 2026
9acb54d
docs: add new thread handover for issue58
ssaattww Apr 12, 2026
c92b1c1
feat: extend dsl contract for excel template runtime
ssaattww Apr 12, 2026
12ed23f
feat: add excel template extractor model
ssaattww Apr 12, 2026
66a09b1
feat: resolve excel template component ranges
ssaattww Apr 12, 2026
1103fbb
feat: parse excel template use triggers
ssaattww Apr 12, 2026
fb24ba2
feat: add excel template validator
ssaattww Apr 12, 2026
47a1a30
docs: clarify remaining issue58 phases and tasks
ssaattww Apr 13, 2026
bb1e4f1
docs: record issue58 planning discipline
ssaattww Apr 13, 2026
268474e
feat: add excel template output contract
ssaattww Apr 13, 2026
da00988
feat: add xml template serializer
ssaattww Apr 13, 2026
805432a
feat: add excel template dsl emitter
ssaattww Apr 13, 2026
5e62735
test: add excel template snapshots
ssaattww Apr 13, 2026
545e1c0
feat: add excel template conversion api
ssaattww Apr 13, 2026
26e86f2
feat: add excel template report facade
ssaattww Apr 13, 2026
57af77c
feat: complete excel template e2e flow
ssaattww Apr 13, 2026
6de8a27
feat: enhance Excel template normalization and testing for local vari…
ssaattww Apr 13, 2026
554ae75
docs: record issue58 final review round7
ssaattww Apr 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Design/DslDefinition/DslDefinition_v2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
</xs:sequence>
<xs:attributeGroup ref="PlacementAttrs"/>
<xs:attribute name="value" type="ExprString"/>
<xs:attribute name="formula" type="ExprString"/>
<!-- 単一参照用ショートカット -->
<xs:attribute name="styleRef" type="xs:string"/>
<xs:attribute name="formulaRef" type="xs:string"/>
Expand All @@ -313,6 +314,7 @@
<xs:attribute name="component" type="xs:string" use="required"/>
<xs:attribute name="area" type="xs:string"/>
<xs:attribute name="with" type="ExprString"/>
<xs:attribute name="styleOverflow" type="StyleOverflowType" use="optional" default="none"/>
</xs:complexType>

<!-- repeat 方向 -->
Expand All @@ -330,6 +332,13 @@
</xs:restriction>
</xs:simpleType>

<xs:simpleType name="StyleOverflowType">
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="edge"/>
</xs:restriction>
</xs:simpleType>

<!-- repeat -->
<xs:complexType name="RepeatType">
<xs:annotation>
Expand Down
768 changes: 768 additions & 0 deletions Design/ExcelTemplate/ExcelTemplate_DetailDesign.md

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions Design/ExcelTemplate/assets/cell-style-state-example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions Design/ExcelTemplate/assets/expanded-cell-values-from-csharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions Design/ExcelTemplate/assets/expanded-insert-source-from-csharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions Design/ExcelTemplate/assets/insert-source-cell-values.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading