Skip to content

Instantly share code, notes, and snippets.

@jmcnamara
jmcnamara / bench_excel_writers.py
Last active June 5, 2024 14:32
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