HAHS.
도구로 돌아가기

Microsoft Excel

spreadsheet
freemium webwindowsmac VBATypeScript

개요 / Overview

Microsoft Excel은 스프레드시트 기반 데이터 분석과 시각화의 사실상 표준입니다. 전 세계 10억 명이 넘는 사용자를 보유한 Excel은 표 형태 데이터로부터 차트를 만드는 가장 접근하기 쉬운 진입점으로 남아 있습니다. Excel의 차트 엔진은 크게 발전해 왔으며, 대부분의 일반적인 비즈니스 및 학술 시각화 요구를 충족하는 다양한 내장 차트 유형을 제공합니다.

Microsoft Excel is the de facto standard for spreadsheet-based data analysis and visualization. With over a billion users worldwide, it remains the most accessible entry point for creating charts from tabular data. Excel's charting engine has evolved significantly, offering a range of built-in chart types that cover most common business and academic visualization needs.

Excel은 데스크톱 애플리케이션(Microsoft 365의 일부)과 기능이 제한된 무료 웹 버전을 모두 지원합니다. 파워 유저는 VBA 매크로, Office Scripts(TypeScript), 그리고 데이터 변환을 위해 점점 더 강력해지는 Power Query와 Power Pivot 기능을 통해 기능을 확장할 수 있습니다.

Excel supports both the desktop application (part of Microsoft 365) and a free web version with reduced functionality. Power users can extend its capabilities through VBA macros, Office Scripts (TypeScript), and the increasingly powerful Power Query and Power Pivot features for data transformation.

많은 전문가에게 Excel은 데이터 시각화가 시작되는 곳입니다 — 그리고 단순한 데이터셋과 표준 차트 유형이라면 그것으로 끝나는 경우도 많습니다. 친숙한 인터페이스와 낮은 학습 곡선 덕분에 빠른 탐색 차트와 세련된 비즈니스 보고서 모두에 가장 먼저 찾게 되는 도구입니다.

For many professionals, Excel is where data visualization begins — and for straightforward datasets and standard chart types, it is often where it ends. Its familiar interface and low learning curve make it the go-to tool for quick exploratory charts and polished business reports alike.

강점 / Strengths

  • 어디에나 있음 — 사실상 모든 사무용 컴퓨터에 설치되어 있어 공유가 수월합니다
  • Ubiquitous — virtually every office computer has it, making sharing effortless
  • 기본 차트 작성에 별도 설정이 필요 없음; 데이터 선택, 차트 삽입이면 끝
  • Zero setup required for basic charting; select data, insert chart, done
  • 다른 Microsoft 365 도구(PowerPoint, Word, Teams)와의 뛰어난 통합
  • Excellent integration with other Microsoft 365 tools (PowerPoint, Word, Teams)
  • 피벗 차트가 강력한 집계 기반 시각화를 제공
  • PivotCharts provide powerful aggregation-driven visualization
  • 조건부 서식과 스파크라인으로 셀 내부 마이크로 시각화 가능
  • Conditional formatting and sparklines enable in-cell micro-visualizations
  • 발행 가능한 수준의 비즈니스 차트를 위한 풍부한 서식 옵션
  • Rich formatting options for publication-ready business charts
  • Power Query로 차트 작성 전 정교한 데이터 변환 가능
  • Power Query enables sophisticated data transformation before charting

한계 / Limitations

  • 시트당 약 100만 행으로 제한되어 대규모 데이터셋에는 문제가 됨
  • Limited to roughly 1 million rows per sheet, problematic for large datasets
  • 고급 통계 시각화나 네트워크 시각화에 대한 기본 지원 없음
  • No native support for advanced statistical or network visualizations
  • VBA나 추가 기능 없이는 인터랙티브/애니메이션 차트 불가능
  • Interactive/animated charts are not possible without VBA or add-ins
  • 코드 기반 도구보다 커스터마이징 한계가 낮음
  • Customization ceiling is lower than code-based tools
  • 재현성이 떨어짐 — 차트 설정이 코드가 아니라 파일 내부에 저장됨
  • Reproducibility is poor — chart configurations are stored in the file, not as code
  • 웹 버전에는 데스크톱 앱에서 제공되는 많은 차트 유형이 빠져 있음
  • Web version lacks many chart types available in the desktop app
  • Excel 파일의 버전 관리는 사실상 존재하지 않음
  • Version control for Excel files is essentially nonexistent

이런 용도에 최적 / Best For

Excel은 이미 스프레드시트에 있는 데이터를 빠르게 시각화해야 할 때 빛을 발합니다. 대시보드와 보고서를 만드는 비즈니스 분석가, 처음으로 데이터셋을 탐색하는 학생, 전문 도구가 없을 수도 있는 동료와 차트를 공유해야 하는 사람에게 이상적입니다. 대상 독자가 Excel 파일을 기대한다면, 데이터에서 차트로 가는 더 빠른 경로는 없습니다.

Excel shines when you need to quickly visualize data that already lives in a spreadsheet. It is ideal for business analysts creating dashboards and reports, students exploring datasets for the first time, and anyone who needs to share charts with colleagues who may not have specialized tools. If your audience expects an Excel file, there is no faster path from data to chart.

시작하기 / Getting Started

  1. Excel을 엽니다(데스크톱 또는 웹 excel.new)
  2. Open Excel (desktop or web at excel.new)
  3. 헤더가 있는 열에 데이터를 입력하거나 붙여넣습니다
  4. Enter or paste your data into columns with headers
  5. 헤더를 포함한 데이터 범위를 선택합니다
  6. Select the data range including headers
  7. 삽입추천 차트로 이동하거나 특정 차트 유형을 선택합니다
  8. Go to InsertRecommended Charts or choose a specific chart type
  9. 차트 디자인서식 탭을 사용해 색상, 레이블, 레이아웃을 사용자 정의합니다
  10. Use the Chart Design and Format tabs to customize colors, labels, and layout
  11. 차트 요소를 우클릭하면 세밀한 서식 옵션을 볼 수 있습니다
  12. Right-click chart elements for fine-grained formatting options

프로그래밍 방식으로 차트를 만들려면 Office Scripts를 사용하세요:

For programmatic chart creation, use Office Scripts:

function main(workbook: ExcelScript.Workbook) {
  let sheet = workbook.getActiveWorksheet();
  let chart = sheet.addChart(
    ExcelScript.ChartType.columnClustered,
    sheet.getRange("A1:B10")
  );
  chart.setName("Sales Chart");
}

지원 차트 유형 / Supported Chart Types

Excel은 막대 차트, 누적 막대 차트, 선 그래프, 영역 그래프, 파이 차트, 도넛 차트, 산점도, 버블 차트, 히스토그램, (통계 차트 범주를 통한) 박스 플롯, 트리맵, 레이더 차트, 히트맵 스타일의 조건부 서식을 기본으로 지원합니다. 폭포 차트, 퍼널 차트, 주식 차트도 이용할 수 있습니다. 코로플레스 맵은 지도 차트 기능(Bing 데이터 매칭 필요)을 통해 지원됩니다. 샌키 다이어그램, 네트워크 다이어그램, 평행 좌표 플롯 같은 더 특이한 유형은 서드파티 추가 기능 없이는 사용할 수 없습니다.

Excel natively supports bar charts, stacked bar charts, line graphs, area graphs, pie charts, donut charts, scatterplots, bubble charts, histograms, box plots (via the statistical chart category), treemaps, radar charts, and heatmap-style conditional formatting. Waterfall, funnel, and stock charts are also available. Choropleth maps are supported through the Map Chart feature (requires Bing data matching). More exotic types like Sankey diagrams, network diagrams, or parallel coordinates are not available without third-party add-ins.