Giter Club home page Giter Club logo

demo_excel_python's Introduction

1、Python语言的应用 之 Demo_Excel_Python

Python3读写Excel文件,包含:xlrd、xlwt、openpyxl、xlsxwriter等方式

2、更新信息

开发者:沙振宇(沙师弟专栏)
创建时间:2019-12-6
最后一次更新时间:2019-12-6

CSDN博客地址——Python开发 之 Python3读写Excel文件(较全):
https://shazhenyu.blog.csdn.net/article/details/83104653

3、xlrd、xlwt、openpyxl、xlsxwrite

3.1、xlrd

读取Excel文件,可以读取xls,也可以读xlsx

3.2、xlwt

写Excel文件 xlwt 中生成的xls文件最多能支持 65536 行数据。

3.3、openpyxl

可读写Excel2007 XLSX/XLSM文件, 不可以处理XLS文件

3.4、xlsxwrite

只能写,不能读。生成的文件后缀名为.xlsx,不能生成xls文件,最大能够支持1048576行数据,16384列数据

4、结果

image

demo_excel_python's People

Contributors

shashidizhuanlan 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.