Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

load *.xls* as two-dimensional array(one base)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages