Re: save xls to csv/dbf without Excel/win32com.client

2010-06-06 Thread Tim Chase
On 06/06/2010 06:59 PM, noydb wrote: On Jun 5, 9:31 pm, Tim Chase wrote: [1]http://pypi.python.org/pypi/xlrd/ Many thanks Tim, this worked well! In the interest of learning, anyone have a XLS to DBF solution? This becomes considerably trickier unless you're willing to have all your DBF fi

Re: save xls to csv/dbf without Excel/win32com.client

2010-06-06 Thread noydb
On Jun 5, 9:31 pm, Tim Chase wrote: > On 06/05/2010 06:47 PM, noydb wrote: > > > Is there a way to save a .xls file (the first worksheet) as a .dbf > > or .csv without opening an instance of Excel with win32com.client > > (been awhile, is this the best module these days for v2.5)?  In case a > > c

Re: save xls to csv/dbf without Excel/win32com.client

2010-06-05 Thread Tim Chase
On 06/05/2010 06:47 PM, noydb wrote: Is there a way to save a .xls file (the first worksheet) as a .dbf or .csv without opening an instance of Excel with win32com.client (been awhile, is this the best module these days for v2.5)? In case a computer does not have Excel (2007) installed. Use the

save xls to csv/dbf without Excel/win32com.client

2010-06-05 Thread noydb
Is there a way to save a .xls file (the first worksheet) as a .dbf or .csv without opening an instance of Excel with win32com.client (been awhile, is this the best module these days for v2.5)? In case a computer does not have Excel (2007) installed. -- http://mail.python.org/mailman/listinfo/pyth