資源簡介
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個文件信息
評論
共有 條評論