Skip to content

tijesunimi-peters/access_to_docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Coverting Access Database to Docx

This is a script that access a Microsoft 2013 Access Database. The second column in the access db contained a Long Binary Data which was a bytearray in python

The following Packages were used:

  1. PIL - Python Image Library
  2. python-docx - python write/read docx files module
  3. sys - in-built python module
  4. io - in-built python module
  5. pyodbc - module for access databases

About

accessing mdb and processing BLOB to docx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages