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.5.0.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.5.0-py3-none-any.whl (3.0 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyezxl-1.5.0.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.2

File hashes

Hashes for pyezxl-1.5.0.tar.gz
Algorithm Hash digest
SHA256 0742ad298726e72399f93e4cd89c0a2fd57ceaca229c63f48ab11399244e60b1
MD5 6e714802a6709b1a86ab0e0b2c7dfe72
BLAKE2b-256 e570b34b7ebf1c6fd8c52b1cbb99144906aa0b236a09d3eee0a572a085446b85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezxl-1.5.0-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.2

File hashes

Hashes for pyezxl-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1b8274c6a3a16a5c58c66b24284c28bd8f52dcdc9ec961f117a39d1a92196891
MD5 89a1cc50b9a1b4487d51d117ee5c7daa
BLAKE2b-256 d3be8593e941bc3d8acb3752a79e1c1c6cefb02c4296d2c8ea8eaba50b47cae7

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