Friday, May 29, 2009
Reading and Writing to Excel Spreadsheets in Python
Dev Explorer - Reading and Writing to Excel Spreadsheets in Python: "One of my primary uses of Python in the business environment is to produce reports from various data sources. The humble spreadsheet has become one of the most widely used file formats within business for its flexibility and scalability. Having the ability to produce spreadsheets using an automated system can be useful, as they can be easily integrated into existing business systems. This is possible to achieve using .NET technologies of course and when working on a Windows platform I would advise using the Jet engine."