test(xlsx): 복잡 견적서 회귀 (병합·수식·서식·다중시트)#12
Merged
Merged
Conversation
"복잡 엑셀도 검증했냐" 지적에 따라, parser 단위테스트용 작은 파일이 아니라 실제 복잡 구조(병합 제목 5열, 세로병합 섹션 3행, =B*C 수식, =SUM 합계, 통화 number_format, 2시트)를 만들어 깊게 검증. set_cell 편집 후에도 수식·서식· 병합·다른 시트가 모두 보존됨을 확인하는 회귀 테스트 추가. 79개 통과. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
복잡 xlsx(병합 제목·세로병합 섹션·수식·SUM·통화서식·2시트) 깊은 검증 회귀 테스트. 편집 후 수식·서식·병합·시트 보존 확인. 79개 통과.
🤖 Generated with Claude Code