Skip to content

rkpatel33/xlwings-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlwings-utilities

Utility functions for working with Xlwings and Excel.

Usage

Include code below in file that need to use xlwings-utilities

import os, sys
sys.path.append(os.path.abspath('/Users/rishi/git/xlwings-utilities/')) # This should be the path to the local repo
from xlwings import Workbook, Sheet, Range
from xlwings_utilities import clear, clearcontents, list_write, list_read, df_read, df_write
# Create new workbook
wb = Workbook()

About

Utility functions for working with Xlwings and Excel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages