What is xlWings and Why Use it? XLWings is a python framework that allows you to combine the power of Excel, VBA and Python. It allows you to make Python massively useful for your workflow, especially if you're new to Python. This is because you can use Excel to display the results of your Python programs in the manner that you're most comfortable with, i.e. Spreadsheets and … [Read more...] about XLWings Python For Excel Tutorial
Python
Python Create CSV Text File From Tab Delimited
Create a CSV Text File From a Tab Delimited File using Python In this tutorial video, I take a file downloaded form a website that is tab delimited and convert it to a comma delimited csv file using a python program that can be called from the command line.This csv file will be imported into LibreOffice base (Free database software for Mac, PC or Linux) for further … [Read more...] about Python Create CSV Text File From Tab Delimited