I use pandas in python to to extract one excel sheet to a csv file:
import pandas as pd import sys read_file = pd.read_excel(sys.argv[1], engine=\'openp