728x90

pip install aspose-cells

aspose-cells 설치하고, 아래 스크립트 실행.

import jpype

import asposecells

jpype.startJVM() from asposecells.api

import Workbook, License # 엑셀 파일 불러오기

workbook = Workbook("workbook.xlsx") # Excel 파일을 JSON으로 저장

workbook.save("excel-to-json.json")

JVM START는 한번만 해주면 됨.

728x90

'Python' 카테고리의 다른 글

python str.replace pattern 특정 특수문자 제외  (0) 2023.07.09
excel 데이터 group by concatenate  (0) 2023.07.09
sns.heatmap plot size  (0) 2023.06.21
Resource punkt not found(or wordnet)  (0) 2023.06.21
파이썬 자동 화면 캡처  (0) 2023.06.05

+ Recent posts