Coder Social home page Coder Social logo

excel_sheets_to_csv's Introduction

Excel_Sheets_to_CSV

A simple python program to decompose .xlsx or .xls files. Creates .csv files for each sheet. If you already have xlrd installed and do not wish to see the program trying to install it every time, use the excel_sheets_to_csv_noxlrd.py instead.

Required Packages: xlrd (automatically installed with execution)

Instructions

  1. Put the excel_sheets_to_csv.py file into the same directory with the excel file you wish to decompose.
  2. Execute by double clicking on the excel_sheets_to_csv.py file.
  3. When requested by the program, write the name of the excel file into the command prompt and press enter.
  4. The program will automatically create a folder named after the excel file, containing the csv files named after the sheets.

엑셀파일 시트별 CSV변환 프로그램

엑셀(.xlsx, .xls) 파일의 시트들을 하나씩 csv파일로 만들어주는 간단한 프로그램입니다. 파이썬3이 설치되어있는 환경이어야 합니다. xlrd 패키지를 이미 설치하였고, 설치 시도 메시지를 보고 싶지 않은 경우에는 excel_sheets_to_csv_noxlrd.py 를 대신 사용해주세요.

필요한 패키지: xlrd (프로그램 실행시 자동 설치됨)

사용방법

  1. excel_sheets_to_csv.py 파일을 엑셀 파일이 있는 폴더에 넣어주세요.
  2. excel_sheets_to_csv.py 파일을 더블 클릭해서 실행시켜주세요.
  3. 프로그램이 파일 이름을 요청하면, 커맨드 창에 변환시키고자 하는 엑셀 파일의 명칭을 확장자를 포함하여 입력해주세요.(ex. 엑셀.xlsx, 엑셀.xls)
  4. 해당 폴더에 엑셀 파일의 이름과 같은 폴더가 생성되며, 폴더 안에 엑셀 파일의 시트가 변환된 csv파일들이 생성됩니다.

excel_sheets_to_csv's People

Contributors

junsushin-dev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.