We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f2350 commit 84a2e74Copy full SHA for 84a2e74
_posts/2024-09-19-error_xls.md
@@ -1,5 +1,5 @@
1
---
2
-title: "[Error] Pandas로 엑셀 파일 로드 시 발생하는 오류"
+title: "[Error] Pandas로 엑셀 파일 로드 시 발생하는 오류 (진행 중)"
3
excerpt: "Solution for excel file format error by Junhyuns"
4
5
categories:
@@ -50,4 +50,8 @@ wb = excel.Workbooks.Open(fname)
50
wb.SaveAs(fname + 'x', FileFormat = 51) # FileFormat = 51 is for .xlsx extension
51
wb.Close() # FileFormat = 56 is for .xls extension
52
excel.Application.Quit()
53
-```
+```
54
+
55
+하지만 아직도 해결이 되지 않는 경우가 있습니다.
56
57
+해당 내용은 해결책을 찾으면 방법을 업데이트하도록 하겠습니다.
0 commit comments