feat(xlsx): 수식 셀 계산값 노출 (data_only 폴백)#13
Merged
Conversation
수식 셀이 항상 '=A1+B1' 문자열로만 읽히던 한계 보완. Excel 이 저장한 캐시된 계산값이 있으면 그 값을 표시(data_only 워크북을 lazy 로드), 없으면(openpyxl 생성본 등) 수식 문자열을 폴백 표시. 수식 자체는 편집/저장 시 보존. 회귀 테스트: 캐시 없음(수식 폴백) + <v> 캐시 주입(계산값 표시) 양쪽. README 명시. 80개 통과. 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.
수식 셀이 캐시된 계산값이 있으면 값을, 없으면 수식 문자열을 표시. 수식 보존. 회귀 테스트 양쪽 + README. 80개 통과.
🤖 Generated with Claude Code