Skip to content

jurgonaut/simple-python-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-python-xlsx

This is a small wrapper around openpyxl. This library provides a few basic functions to work with xlsx documents in python. Interact with the library by passing list of dictionaries to insert, update and delete data from xlsx sheets. The library uses and internal structure of columns (headers) to easily manipulate the data.

This library supports:

  • create, delete, rename sheets
  • find, set headers
  • get, append, update, delete rows

About

A simple wrapper around openpyxl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages