skip to navigation
skip to content

xls2dxf 0.1.3

Converts Excel files to DXF R12 drawings.

Downloads ↓

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

mozman@gmx.at

xls2dxf.py can be found on bitbucket.org at:

http://bitbucket.org/mozman/xls2dxf

 
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