xls2dxf 0.1.3
Converts Excel files to DXF R12 drawings.
xls2dxf.py converts Excel files to DXF R12 drawings.
requires:
xlrd -- http://www.lexicon.net/sjmachin/xlrd.htm
dxfwrite -- http://bitbucket.org/mozman/dxfwrite
- usage:
python xls2dxf.py <excel-file> [options]
creates for each sheet in <excel-file> a dxf file
dxf filename format: <excel-file>.<sheetname>.dxf
- Options:
-h, --help show this help message and exit -s SHEETNAME, --sheet=SHEETNAME process only SHEETNAME -r ROWS, --rows=ROWS process only first ROWS -c COLS, --cols=COLS process only first COLS
supports:
- row and column span
- multi line text
- arbitrary angle rotated text
- stacked text
- solid background filling
- different border widths
not supported:
- diagrams
- images
- diagonal border lines
- background pattern
- ole ...
Installation
with easy_install:
easy_install xls2dxf
or from source:
python setup.py install
Documentation
http://bitbucket.org/mozman/xls2dxf/wiki/Home
Good Luck! Feedback is greatly appreciated.
Manfred
xls2dxf.py can be found on bitbucket.org at:
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| xls2dxf-0.1.3.tar.gz (md5) | Source | 2010-09-10 | 17KB | 242 | |
| xls2dxf-0.1.3.zip (md5) | Source | 2010-09-10 | 18KB | 215 | |
- Author: mozman
- Home Page: http://bitbucket.org/mozman/xls2dxf
- Download URL: http://bitbucket.org/mozman/xls2dxf/downloads
- License: GPLv3
- Platform: OS Independent
- Requires xlrd, dxfwrite
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: OS Independent
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Multimedia :: Graphics :: Graphics Conversion
- Package Index Owner: mozman
- DOAP record: xls2dxf-0.1.3.xml
