News

This project demonstrates how to access the Storage Table or Cosmos DB Table API from a python application using the azure-data-tables package in the Azure SDK. The Storage Table and Cosmos DB Table ...
When writing a very simple table of 3 rows and a heading I end up with 2 empty rows and 3 rows with data. Anyone know how to not have the empty rows? import docx from docx.shared import Inches from ...