-
大小: 170KB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-05-24
- 语言: Python
- 标签: pyexcelerato python excel xls
资源简介
pyexcelerator,这是一个开源的python操作xls文件的库,因为源地址下载不是很容易,故放在了这里。
代码片段和文件信息
#!/usr/bin/env python
# -*- coding: windows-1251 -*-
# Copyright (C) 2005 Roman V. Kiseliov
# All rights reserved.
#
# Redistribution and use in source and binary forms with or without
# modification are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright
# notice this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
#
# 3. All advertising materials mentioning features or use of this
# software must display the following acknowledgment:
# “This product includes software developed by
# Roman V. Kiseliov .“
#
# 4. Redistributions of any form whatsoever must retain the following
# acknowledgment:
# “This product includes software developed by
# Roman V. Kiseliov .“
#
# THIS SOFTWARE IS PROVIDED BY Roman V. Kiseliov ‘‘AS IS‘‘ AND ANY
# EXPRESSED OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Roman V. Kiseliov OR
# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
# SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT
# NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT
# STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
__rev_id__ = “““$Id: setup.pyv 1.10 2005/10/26 07:44:23 rvk Exp $“““
import sys
from distutils.core import setup
DEscriptION = \
‘generating Excel 97+ files; importing Excel 95+ files; Excel files dumper; OLE2 files dumper; xls2txt xls2csv xls2html‘
LONG_DEscriptION = \
‘‘‘pyExcelerator is a library for generating Excel 97/2000/XP/2003 and
OpenOffice Calc compatible spreadsheets. pyExcelerator has
full-blown support for UNICODE in Excel and Calc spreadsheets allows
using variety of formatting features provides interface to printing
options of Excel and OpenOffice Calc. pyExcelerator contains also
Excel BIFF8 dumper and MS compound documents dumper. Main advantage is
possibility of generating Excel spreadsheets without COM servers. The
only requirement -- Python 2.4b2 or higher.
From version 0.5 pyExcelerator can import data from Excel spreadsheets.‘‘‘
CLASSIFIERS = \
[
‘Operating System :: OS Independent‘
‘Programming Language :: Python‘
‘License :: OSI Approved :: BSD License‘
‘Development Status :: 3 - Alpha‘
‘Intended Audience :: Developers‘
‘Topic :: Softwa
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-04-12 03:17 pyexcelerator-0.6.4.1\
文件 5 2007-02-12 05:00 pyexcelerator-0.6.4.1\.cvsignore
文件 3596 2009-04-11 09:41 pyexcelerator-0.6.4.1\CHANGES.txt
文件 23 2009-12-08 17:53 pyexcelerator-0.6.4.1\cmd.bat
目录 0 2009-04-12 03:17 pyexcelerator-0.6.4.1\examples\
文件 737 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\big-16Mb.py
文件 694 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\big-35Mb.py
文件 705 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\blanks.py
文件 428 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\col_width.py
文件 641 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\dates.py
文件 640 2009-04-11 07:50 pyexcelerator-0.6.4.1\examples\format.py
文件 1618 2007-02-14 05:07 pyexcelerator-0.6.4.1\examples\formulas.py
文件 407 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\formula_names.py
文件 987 2009-04-11 07:57 pyexcelerator-0.6.4.1\examples\hyperli
文件 327 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\image.py
文件 848 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\merged.py
文件 598 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\merged0.py
文件 1909 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\merged1.py
文件 252 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\mini.py
文件 567 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\numbers.py
文件 1246 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\num_formats.py
文件 2962 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\outline.py
文件 1215 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\panes.py
文件 388 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\parse-fmla.py
文件 3372 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\protection.py
文件 37446 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\python.bmp
文件 428 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\row_st
文件 413 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\row_st
文件 1016 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\sst.py
文件 325 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\unicode0.py
文件 1132 2007-02-12 05:00 pyexcelerator-0.6.4.1\examples\unicode1.py
............此处省略53个文件信息
相关资源
- arcpy 工具包
- PYTHON题库
- 利用selenium编写的python网络爬虫-淘宝
- 人脸检测python源代码
- python实现可暂停的动态曲线绘制,横
- python2048游戏源代码
- 机器学习-python处理UCI鲍鱼数据集.ra
- python带基因元胞自动机代码
- python-web系统实时监控
- numpy-1.17.0+mkl-cp37-cp37m-win_amd64.whl百度云
- 四行Python代码实现将word文件转换为
- python评分卡模型数据源
- 传智播客 python基础班 + 就业班 + 课件
- python实现简易3D方块动画
- 基于PYTHON+OPENCV的SIFT SURF图像特征匹配
- python总结
- boost.python 动态编译库
- 高斯投影正反算Python源码
- python xlutils
- Python3网络爬虫实战思维导图
- ros_arduino_python 调通版
- 数据挖掘十大算法源代码Python)
- XModem -发送端源代码Python语言实现
- pytracking/pytracking/evaluation/tracker.py
- Python爬取教务系统课程表
- 元胞自动机模拟交通道路_Python
- Python二级考试试题.zip
- python实现扫描线填充算法,可以画凹
- python3 包装的httpclient,支持session
- python日期时间运算
评论
共有 条评论