Skip to main content

Using Excel as 2D Array

Project description

FuckExcel

  • Easier to operate excel.

Install

pip3 install git+https://github.com/Rhythmicc/FuckExcel.git -U

DEMO

demo - 1

from FuckExcel import FuckExcel

fuck_excel = FuckExcel('./A.xlsx')
fuck_excel[5:10, 5:10] = 'init' # or ['init', 'init', 'init', 'init', 'init']
fuck_excel.save()
  • Demo will create A.xlsx and set init value.

demo

demo - 2

from FuckExcel import FuckExcel

fuck_excel = FuckExcel('./A.xlsx') # default with_numba is False
fuck_excel[5:, 1] = [1, 2, 3, 4, 5]  # set [5][1]~[10][1] = [1, 2, 3, 4, 5]
fuck_excel.save()

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

fuckexcel-0.0.3.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

fuckexcel-0.0.3-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file fuckexcel-0.0.3.tar.gz.

File metadata

  • Download URL: fuckexcel-0.0.3.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fuckexcel-0.0.3.tar.gz
Algorithm Hash digest
SHA256 e5b2fb0562cb83959ff8c3c95e2f4b2f95438a88b47190db9c5878e68a9480b2
MD5 153bee8a1f1d425d3e132c4696722f92
BLAKE2b-256 15acd4e7c5b92e4879ad1e0d18c261d6dedd47dde8826cfc4715317edb11482e

See more details on using hashes here.

File details

Details for the file fuckexcel-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: fuckexcel-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for fuckexcel-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 67e389861daf9817b658b98d1fd678f81bad401b77ede3a8714ca748e56e927c
MD5 347aa6a902bab71b2612df056b92bfa5
BLAKE2b-256 3bfbee71acf38b61f9a41fde5fa253537cb5aa67995b90f025c0277438328c42

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