> On Sep 8, 2017, at 1:21 PM, [email protected] wrote: > Ideas as to how to accomplish this?
Export your spreadsheets as Comma Separated Values (CSV) files and use the CSV module to read/write those files. https://docs.python.org/3/library/csv.html Chris R. -- https://mail.python.org/mailman/listinfo/python-list
