xlsx
Excel 스프레드시트 생성 및 분석
또한 다음에서 사용할 수 있습니다: ArtemisAI,davila7,AutumnsGrove,Azeem-2,anthropics,Cam10001110101,DYAI2025,ComposioHQ,K-Dense-AI
이 스킬은 Claude Code가 수식, 서식 및 데이터 시각화를 통해 Excel 스프레드시트를 생성, 편집 및 분석할 수 있게 합니다. 복잡한 스프레드시트 작업을 자동화하여 수동 스프레드시트 조작의 문제를 해결합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"xlsx" 사용 중입니다. Create a quarterly sales report with charts
예상 결과:
- Created Q1_sales_report.xlsx with 3 sheets: Summary, Details, Charts
- Added conditional formatting to highlight top performers
- Generated bar chart showing sales by product category
- Recalculated all formulas - 0 errors found
"xlsx" 사용 중입니다. Build a DCF valuation model
예상 결과:
- Created dcf_model.xlsx with Assumptions, Revenue, FCF, and Valuation sheets
- Applied color coding: blue for inputs, black for formulas, green for cross-sheet refs
- Built 5-year projection with NPV and IRR calculations
- All formulas validated - model ready for sensitivity analysis
보안 감사
안전All 57 static findings are false positives. The skill uses subprocess to run LibreOffice for formula recalculation, which is legitimate spreadsheet automation. The filesystem operations access standard config directories. The SKILL.md contains code examples and Excel references (cell names like C2, error types like #REF!) that were incorrectly flagged.
감지된 패턴
품질 점수
만들 수 있는 것
재무 모델 생성
업계 표준에 따라 가정사항, 예측 및 서식 있는 출력을 갖춘 완전한 재무 모델 구축
데이터 보고 자동화
원시 데이터에서 서식 있는 Excel 보고서를 생성하여 데이터 내보내기 및 보고 워크플로 자동화
스프레드시트 오류 수정
기존 스프레드시트에서 #REF!, #DIV/0!, #VALUE! 같은 수식 오류 식별 및 수정
이 프롬프트를 사용해 보세요
Create a new Excel file called sales_report.xlsx with columns for Date, Product, Quantity, and Price. Add 5 sample rows of data.
Create a financial model for a SaaS company with assumptions sheet, revenue projections for 5 years, and formatted output. Use blue for inputs, black for formulas.
Read the data from data.xlsx, analyze the trends, and create a summary sheet with key statistics and charts.
Open workbook.xlsx, recalculate all formulas, identify any errors, and fix the #REF! and #DIV/0! errors found.
모범 사례
- 스프레드시트를 동적으로 유지하려면 항상 하드코딩된 값 대신 Excel 수식을 사용하세요
- 수식이 포함된 파일을 생성하거나 수정한 후에는 항상 recalc.py를 실행하여 오류가 없는지 확인하세요
- 재무 모델 색상 표준을 따르세요: 파란색은 입력, 검은색은 수식, 초록색은 시트 간 링크
피하기
- Excel 수식 대신 Python에서 값을 계산하고 하드코딩하는 것
- recalc.py를 실행하지 않고 파일을 저장하여 수식이 계산되지 않은 상태로 두는 것
- 수식 보존이 필요한 파일을 로드할 때 data_only=True 사용