I am new to Python. I need to write some data from my program to a spreadsheet. I\'ve searched online and there seem to be many packages available (xlwt, XlsXcessive, openpy
Try taking a look at the following libraries too:
xlwings - for getting data into and out of a spreadsheet from Python, as well as manipulating workbooks and charts
ExcelPython - an Excel add-in for writing user-defined functions (UDFs) and macros in Python instead of VBA