i have an excel spreadsheet of about 3 million cells. i asked the following question and i liked the answer about saving the spreadsheet as CSV and then processing it with python:
- is there a library that i can use that will read the csv into a matrix or should i write one myself?
- does python speak with VBA at all?
- after i am done processing the data, is it simple to put it back in the form of a CSV so that i can open it in excel for viewing?