Skip to main content

Save ranges from Excel documents as images

Project description

excel2img

Save ranges from Excel documents as images

Requirements

  1. Python 2.7, 3.3 and later

  2. pywin32

  3. Pillow >= 3.3.1

  4. Microsoft Excel (tested with Office 2013, on Windows 10)

Usage as python module

import excel2img

# Save as PNG the range of used cells in test.xlsx on page named "Sheet1"
excel2img.export_img("test.xlsx", "test.png", "Sheet1", None)

# Save as BMP the range B2:C15 in test.xlsx on page named "Sheet2"
excel2img.export_img("test.xlsx", "test.bmp", "", "Sheet2!B2:C15")

# Save as GIF the range "MyNamedRange"
excel2img.export_img("test.xlsx", "test.gif", "", "MyNamedRange")

Usage from command line

# Save as PNG the range of used cells in test.xlsx on first page
python excel2img.py test.xlsx test.png

# Save as PNG the range of used cells in test.xlsx on page "Sheet2"
python excel2img.py test.xlsx test.png -p Sheet2

# Save as PNG the range "MyNamedRange"
python excel2img.py test.xlsx test.png -r MyNamedRange

# More range syntax examples
python excel2img.py test.xlsx test.gif -r 'Sheet3!B5:C8'
python excel2img.py test.xlsx test.bmp -r 'Sheet4!SheetScopedNamedRange'

Author

Alexey Gaydyukov <glexey@gmail.com>

License

Apache License 2.0

Credits

Inspired by visio2img

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

excel2img-0.7.zip (9.1 kB view details)

Uploaded Source

File details

Details for the file excel2img-0.7.zip.

File metadata

  • Download URL: excel2img-0.7.zip
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for excel2img-0.7.zip
Algorithm Hash digest
SHA256 f5fbf75ff55eb3242fb89116d2f935f5aebb21778915872a5408de9e579ea6f0
MD5 af6225d139a1fc15a3307d93ee984bd6
BLAKE2b-256 b1c97bb76342e67dabafdfc2c31c7552fe4eeeade5758a0d101a0139d1153c01

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page