problem writing excel sheet using python

vineeth menneni vineethmenneni33 at gmail.com
Wed Jul 13 17:29:09 EDT 2016


Hi I am finding it difficult to create a excel sheet using openpyxl or xlsxwriter. The problem is that i am loading a table data from MYSQL db which has 600k rows and 15 columns (approximately 100mb data). The error that the terminal shows is that "MemoryError". I just wanted to know if it is possible to create a excel sheet with the above said data in less than one minute using any packages in python. 

Thanks,
Vineeth



More information about the Python-list mailing list