Skip to content

Instantly share code, notes, and snippets.

View jmcnamara's full-sized avatar

John McNamara jmcnamara

  • Ireland
View GitHub Profile
@jmcnamara
jmcnamara / bench_excel_writers.py
Last active August 4, 2022 21:06
Benchmark of several Python Excel writing modules
##############################################################################
#
# Simple Python program to benchmark several Python Excel writing modules.
#
# python bench_excel_writers.py [num_rows] [num_cols]
#
#
import sys
from time import clock