Skip to main content

Easy to open xls file and edit it (merge xlrd and xlutils)

Project description

xleditor

打开并在原有基础上编辑 xls / xlsx 文档

PyPI Downloads

Useage:

# pip install xlrd
# pip install xlutils

import xleditor

book = xleditor.open_workbook('old.xls')
sheet = book.get_sheet_by_index(0)

print sheet.get_value(3, 0)
sheet.write(0, 5, 'hello world')

book.save('new.xls')

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

xleditor-1.0.3.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file xleditor-1.0.3.tar.gz.

File metadata

  • Download URL: xleditor-1.0.3.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for xleditor-1.0.3.tar.gz
Algorithm Hash digest
SHA256 5321bc8a3dd439878cd9dfb3a59381b18deebc1800af36ad05910cffbbca246f
MD5 f2b96b7c4c642768e3324e0ee8f68f39
BLAKE2b-256 48f0a3d4118705a932a57eb656e1c28fe5959029c7e42036b9b29e50455c8779

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