Skip to content

Commit 84a2e74

Browse files
committed
revise excel data load error
1 parent f7f2350 commit 84a2e74

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_posts/2024-09-19-error_xls.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "[Error] Pandas로 엑셀 파일 로드 시 발생하는 오류"
2+
title: "[Error] Pandas로 엑셀 파일 로드 시 발생하는 오류 (진행 중)"
33
excerpt: "Solution for excel file format error by Junhyuns"
44

55
categories:
@@ -50,4 +50,8 @@ wb = excel.Workbooks.Open(fname)
5050
wb.SaveAs(fname + 'x', FileFormat = 51) # FileFormat = 51 is for .xlsx extension
5151
wb.Close() # FileFormat = 56 is for .xls extension
5252
excel.Application.Quit()
53-
```
53+
```
54+
55+
하지만 아직도 해결이 되지 않는 경우가 있습니다.
56+
57+
해당 내용은 해결책을 찾으면 방법을 업데이트하도록 하겠습니다.

0 commit comments

Comments
 (0)