CSV를 엑셀(XLSX)로 변환
Convert CSV to Excel (XLSX)
텍스트 기반 CSV를 엑셀에서 바로 열리는 .xlsx 워크북으로 바꿔 줍니다. 쉼표로 구분된 값을 행과 열의 셀로 정확히 배치하고, 따옴표로 감싼 필드나 UTF-8 한글도 깨지지 않게 처리합니다. 변환은 전부 브라우저 안에서 실행되어 파일이 외부로 전송되지 않습니다.
This tool turns plain-text CSV into a proper .xlsx workbook that opens directly in Excel. It maps comma-separated values into real rows and columns, and correctly handles quoted fields and UTF-8 characters so nothing breaks. All conversion happens inside your browser, so your file never leaves your device.
CSV를 엑셀(XLSX)로 변환 — 브라우저에서 바로 처리하는 무료 도구입니다. 아래에 파일을 올리면 변환이 시작되며, 파일은 서버로 업로드되지 않습니다.
Convert CSV to Excel (XLSX) — a free tool that runs right in your browser. Add your files below and the conversion starts; nothing is uploaded.
변환 도구가 곧 여기에 나타납니다. 보이지 않으면 브라우저에서 JavaScript를 켜 주세요.
The converter appears here in a moment. If it doesn't, enable JavaScript in your browser.
사용 방법
How to use
- 변환할 CSV 파일을 이 페이지로 드래그하거나 파일 선택 버튼으로 불러옵니다.
- 구분자(쉼표, 세미콜론, 탭)와 인코딩이 올바르게 인식되었는지 미리보기로 확인합니다.
- 변환 버튼을 눌러 .xlsx 워크북을 생성합니다.
- 완성된 엑셀 파일을 내려받아 Excel, Numbers, Google Sheets에서 엽니다.
- Drag your CSV file onto this page, or use the file picker to load it.
- Check the preview to confirm the delimiter (comma, semicolon, or tab) and encoding were detected correctly.
- Click convert to generate the .xlsx workbook.
- Download the Excel file and open it in Excel, Numbers, or Google Sheets.
왜 Converdoc 인가
Why Converdoc
- 파일이 서버로 업로드되지 않고 브라우저 안에서만 변환되어, 민감한 데이터도 안전합니다.
- 회원가입·설치·워터마크 없이 완전 무료로 사용할 수 있습니다.
- 따옴표로 감싼 쉼표, 줄바꿈이 포함된 필드, UTF-8 한글을 정확히 셀에 분리합니다.
- Files are converted entirely in your browser and never uploaded, keeping sensitive data private.
- Completely free with no sign-up, no install, and no watermark.
- Correctly splits quoted commas, fields with line breaks, and UTF-8 text into the right cells.
참고 사항
Good to know
- CSV는 데이터만 담는 형식이라 셀 색상, 수식, 차트 같은 서식은 들어 있지 않습니다. 변환 결과도 값만 채워진 깔끔한 표로 생성됩니다.
- 구분자가 쉼표가 아니라 세미콜론(유럽 지역 엑셀)이나 탭이면 변환 전에 구분자 설정을 맞춰 주세요.
- 001234, 010-1234처럼 앞자리 0이 중요한 값은 엑셀이 숫자로 인식해 0을 떼어낼 수 있으니, 필요하면 변환 후 해당 열을 텍스트 서식으로 지정하세요.
- CSV stores only data, so there are no cell colors, formulas, or charts to carry over. The result is a clean table filled with values.
- If your file uses semicolons (common in European Excel) or tabs instead of commas, set the delimiter before converting.
- Values with leading zeros like 001234 or phone numbers may be read as numbers by Excel and lose the zero. If that matters, format those columns as Text after converting.
CSV를 엑셀로 바꾸면 좋은 경우
When converting CSV to Excel pays off
은행·카드사 거래내역 내려받기, 쇼핑몰 주문/정산 내보내기, 구글 폼 응답, 광고·웹 분석 리포트는 대부분 CSV로 떨어집니다. 이걸 바로 정리·필터·합계·피벗으로 가공하려면 텍스트 파일보다 행과 열이 살아 있는 .xlsx가 편합니다. 이 도구는 CSV를 한 번에 엑셀 워크북으로 바꿔, 받자마자 정렬과 수식 작업을 시작할 수 있게 해 줍니다.
CSV는 사실 엑셀에서 더블클릭으로도 열리지만, 그 순간 엑셀이 값을 '추측'해 버리는 게 문제입니다. 한글이 깨지거나, 모든 데이터가 A열 한 칸에 몰리거나, 구분자가 세미콜론(유럽식 엑셀)이라 열이 안 나뉘는 일이 흔합니다. 반면 변환을 거쳐 .xlsx로 저장하면 인코딩과 구분자를 미리 확정해 셀에 정확히 배치하므로, 열기마다 같은 결과가 나오고 그 파일을 그대로 공유·재사용할 수 있습니다.
변환 시 가장 주의할 점은 엑셀의 자동 형식 변환입니다. 0으로 시작하는 우편번호·계좌번호, 16자리 카드번호(지수 표기 1.23E+15로 변함), 2024-03-01 같은 날짜 문자열이 의도와 다르게 바뀔 수 있으니, 원문 보존이 중요하면 변환 뒤 해당 열을 텍스트 서식으로 지정하세요. 모든 처리는 브라우저 안에서만 이뤄져 거래내역이나 고객 명단 같은 민감한 CSV도 서버로 전송되지 않습니다.
Bank and card transaction downloads, e-commerce order or settlement exports, Google Forms responses, ad and web-analytics reports — these almost always come out as CSV. To actually sort, filter, total, or pivot that data, a real .xlsx with live rows and columns beats a plain text file. This tool turns the CSV into an Excel workbook in one step, so you can start writing formulas the moment you download it.
A CSV does open in Excel with a double-click, but the catch is that Excel guesses at the values on the spot. Korean text turns to mojibake, every field gets crammed into column A, or the columns refuse to split because the separator is a semicolon (as in European Excel). Converting to .xlsx first locks in the encoding and delimiter and places everything in the correct cells, so the file opens the same way every time and is ready to share and reuse as-is.
The thing to watch during conversion is Excel's automatic type coercion. ZIP and account numbers with leading zeros, 16-digit card numbers (which flip to 1.23E+15 scientific notation), and date-like strings such as 2024-03-01 can all change unexpectedly. If keeping the raw text matters, set those columns to Text format after converting. Everything runs inside your browser, so even sensitive CSVs like transaction logs or customer lists are never sent to a server.
자주 묻는 질문
FAQ
변환할 때 내 파일이 서버에 올라가나요?Is my file uploaded to a server during conversion?
아니요. 모든 변환은 사용자의 브라우저 안에서 실행되며, CSV 파일이 어떤 서버로도 전송되거나 저장되지 않습니다.
No. All conversion runs inside your own browser, and your CSV file is never sent to or stored on any server.
한글이나 특수문자가 깨지지 않나요?Will non-English or special characters break?
UTF-8로 저장된 CSV는 한글, 이모지, 특수문자를 그대로 유지합니다. 일부 구형 엑셀에서 저장한 EUC-KR 파일도 자동 인식을 시도하며, 미리보기에서 깨짐 여부를 확인할 수 있습니다.
CSV files saved as UTF-8 keep Korean, emoji, and special characters intact. The tool also attempts to detect other encodings, and the preview lets you confirm nothing is garbled before you download.
변환할 수 있는 행 수나 파일 크기에 제한이 있나요?Is there a limit on rows or file size?
처리는 기기 메모리 안에서 이루어지므로 수십만 행도 가능하지만, 매우 큰 파일은 브라우저 사양에 따라 느려질 수 있습니다. 엑셀 워크시트 자체의 한도인 약 104만 행을 넘으면 일부 데이터가 잘릴 수 있습니다.
Processing happens in your device's memory, so hundreds of thousands of rows are fine, though very large files may slow down depending on your browser. Note that Excel worksheets cap at about 1,048,576 rows, so data beyond that may be cut off.
여러 시트로 나눠서 만들 수 있나요?Can I create multiple sheets from one file?
하나의 CSV는 하나의 워크시트로 변환됩니다. CSV 형식에는 시트 구분 정보가 없기 때문에, 여러 시트가 필요하면 각각의 CSV를 따로 변환해 엑셀에서 합치는 방식을 권장합니다.
Each CSV becomes a single worksheet, since the CSV format has no notion of separate sheets. If you need several sheets, convert each CSV separately and combine them in Excel.
긴 숫자(카드번호·계좌번호)가 1.23E+15처럼 바뀌는데 어떻게 막나요?Long numbers like card or account numbers turn into 1.23E+15 — how do I stop that?
엑셀은 12자리 이상 숫자를 자동으로 지수 표기로 줄이고, 16자리를 넘으면 뒷자리를 0으로 버립니다. 변환된 .xlsx를 연 뒤 해당 열을 선택해 셀 서식을 '텍스트'로 바꾸면 원래 자릿수가 그대로 보입니다. 자주 다루는 데이터라면 원본 CSV에서 그 값 앞에 작은따옴표를 붙여 두는 것도 방법입니다.
Excel automatically collapses numbers of 12+ digits into scientific notation and zeroes out digits past 16. After opening the converted .xlsx, select the affected column and change its cell format to 'Text' to restore the full digits. If you handle such data often, you can also prefix those values with a single quote in the source CSV.
엑셀에서 CSV가 그냥 열리는데 왜 굳이 변환하나요?Excel opens a CSV just fine, so why convert it at all?
그냥 열면 열릴 때마다 엑셀이 인코딩과 구분자를 다시 추측해, 한글 깨짐이나 한 열로 몰림이 환경마다 달라질 수 있습니다. .xlsx로 변환해 두면 셀 배치가 파일에 고정되어 누가 어디서 열어도 같고, 별도 가져오기 설정 없이 바로 편집·공유할 수 있습니다.
Opening it directly makes Excel re-guess the encoding and delimiter each time, so garbled Korean or everything-in-one-column can vary by machine. Converting to .xlsx bakes the cell layout into the file, so it looks the same wherever it's opened and is ready to edit and share with no import dialog.