Skip to main content

Easily Read / Write Excel using Python

Project description

This module is for easily read/write with EXCEL using Python.

The target is for easily control for EXCEL.

Therefore pyezxl is focused to control easily as follows.

  1. the function name is consist of 3 parts (action_target_role)

    read_range_value

    write_cell_value

    delete_cell_value

  2. function name is linked with underbar(_) and text is all lowcase

    action words : read, write, Insert, delete, change, set, copy, move

    target words : range, sheet, x, y, line

    role words : name, color, value, end

  3. word definition

  • read: when you want to read cell value

    check : read some data except cell value as like color, font etc

  • write : when you want to write cell value

    set : write some data except cell value as like color, line etc

  • cell : 1 cell

    range : minimum 2 cells and over

  1. web-site : please visit for more information

    www.halmoney.com

simple example

  • When you want to input [A1]=”sujin”

    import pyezxl

    excel = pyezxl.pyezxl(“”)

    excel.write_cell_value(“”,[1,1],”sujin”)

  • When you want to input value in some range

    import pyezxl

    excel = pyezxl.pyezxl(“”)

    activesheet_name = excel.read_activesheet_name()

    my_range = [2,1,10,5]

    [x1, y1, x2, y2 ] = excel.check_address_value(my_range)

    for x in range(x1, x2+1):

    for y in range(y1, y2+1):

    excel.write_cell_value(activesheet_name,[x, y],”sujin” )

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

pyezxl-1.6.4.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyezxl-1.6.4-py3-none-any.whl (3.0 MB view details)

Uploaded Python 3

File details

Details for the file pyezxl-1.6.4.tar.gz.

File metadata

  • Download URL: pyezxl-1.6.4.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5

File hashes

Hashes for pyezxl-1.6.4.tar.gz
Algorithm Hash digest
SHA256 5d7b391cc97b1000369ef0e8c2d4d0a98b9435e6ec842d870bc36cd8b9aaf7b5
MD5 b05909ff25e953ce305c625e33385264
BLAKE2b-256 36b4672bc5d6e0505fe4faa6733dd24dd1e644587e05e093092e72099359c803

See more details on using hashes here.

File details

Details for the file pyezxl-1.6.4-py3-none-any.whl.

File metadata

  • Download URL: pyezxl-1.6.4-py3-none-any.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5

File hashes

Hashes for pyezxl-1.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7e6505b6ff77ce702935cd0db803aa7a6a37830d171f88901bf6583a7bd7703b
MD5 a02f51ddf1c7c54ecf10a8e30bc4cca4
BLAKE2b-256 f5c5877288e4212a17183d546e6b9a245d6d83625f739e52f8a63d1867b49fae

See more details on using hashes here.

Supported by

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