资源简介
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个文件信息
相关资源
- 二级考试python试题12套(包括选择题和
- pywin32_python3.6_64位
- python+ selenium教程
- PycURL(Windows7/Win32)Python2.7安装包 P
- 英文原版-Scientific Computing with Python
- 7.图像风格迁移 基于深度学习 pyt
- 基于Python的学生管理系统
- A Byte of Python(简明Python教程)(第
- Python实例174946
- Python 人脸识别
- Python 人事管理系统
- 基于python-flask的个人博客系统
- 计算机视觉应用开发流程
- python 调用sftp断点续传文件
- python socket游戏
- 基于Python爬虫爬取天气预报信息
- python函数编程和讲解
- Python开发的个人博客
- 基于python的三层神经网络模型搭建
- python实现自动操作windows应用
- python人脸识别(opencv)
- python 绘图(方形、线条、圆形)
- python疫情卡UN管控
- python 连连看小游戏源码
- 基于PyQt5的视频播放器设计
- 一个简单的python爬虫
- groupby函数在Excel多个文件薄中数值求
- csv文件行列转换python实现代码
- Python操作Mysql教程手册
- Python Machine Learning Case Studies
评论
共有 条评论