Re: Read/Create Excel xls files using django

2008-11-14 Thread Keyton Weissinger
I've used xlrd. It's pretty straightforward and Excel 2007 is in the works... Here's the main Google Group for both projects: http://groups.google.com/group/python-excel Keyton On Nov 13, 10:44 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > >> [my stuff about using XML templates with Excel] > > No

Re: Read/Create Excel xls files using django

2008-11-13 Thread Tim Chase
>> [my stuff about using XML templates with Excel] > Not trying to start a flame war, but pyexcelerator/xlwt support these > as well... No flame-war perceived...just sharing the hack I've used that doesn't involve much more complexity than a prefab template and Django's built-in templating. [S

Re: Read/Create Excel xls files using django

2008-11-13 Thread m h
On Thu, Nov 13, 2008 at 5:21 PM, Steve Holden <[EMAIL PROTECTED]> wrote: > > m h wrote: >> On Thu, Nov 13, 2008 at 4:54 PM, Tim Chase >> <[EMAIL PROTECTED]> wrote: >> I am trying to detemine if there is a way to read the data from an Excel xls file into django. I also need to create an x

Re: Read/Create Excel xls files using django

2008-11-13 Thread Steve Holden
m h wrote: > On Thu, Nov 13, 2008 at 4:54 PM, Tim Chase > <[EMAIL PROTECTED]> wrote: > >>> I am trying to detemine if there is a way to read the data from an >>> Excel xls file into django. I also need to create an xls file. Does >>> anyone know how that would be done ? >>> >> In additio

Re: Read/Create Excel xls files using django

2008-11-13 Thread m h
On Thu, Nov 13, 2008 at 4:54 PM, Tim Chase <[EMAIL PROTECTED]> wrote: > >> I am trying to detemine if there is a way to read the data from an >> Excel xls file into django. I also need to create an xls file. Does >> anyone know how that would be done ? > > In addition to the other suggestions on t

Re: Read/Create Excel xls files using django

2008-11-13 Thread Tim Chase
> I am trying to detemine if there is a way to read the data from an > Excel xls file into django. I also need to create an xls file. Does > anyone know how that would be done ? In addition to the other suggestions on the list, Excel (at least '03, if not other versions) has a "save as XML" form

Re: Read/Create Excel xls files using django

2008-11-13 Thread Gerard flanagan
Kurczak wrote: > On 13 Lis, 20:45, dj <[EMAIL PROTECTED]> wrote: >> Hello All, >> >> I am trying to detemine if there is a way to read the data from an >> Excel xls file into django. I also need to create an xls file. Does >> anyone know how that would be done ? > If you have windows hosting you c

Re: Read/Create Excel xls files using django

2008-11-13 Thread m h
On Thu, Nov 13, 2008 at 2:35 PM, Steve Holden <[EMAIL PROTECTED]> wrote: > > Kurczak wrote: >> On 13 Lis, 20:45, dj <[EMAIL PROTECTED]> wrote: >> snip snip > Do you *really* have to create an xls file? If your users just want to > get the data into Excel then creating a csv file is a much easier

Re: Read/Create Excel xls files using django

2008-11-13 Thread Steve Holden
Kurczak wrote: > On 13 Lis, 20:45, dj <[EMAIL PROTECTED]> wrote: > >> Hello All, >> >> I am trying to detemine if there is a way to read the data from an >> Excel xls file into django. I also need to create an xls file. Does >> anyone know how that would be done ? >> > If you have windows

Re: Read/Create Excel xls files using django

2008-11-13 Thread Kurczak
On 13 Lis, 20:45, dj <[EMAIL PROTECTED]> wrote: > Hello All, > > I am trying to detemine if there is a way to read the data from an > Excel xls file into django. I also need to create an xls file. Does > anyone know how that would be done ? If you have windows hosting you could use COM interface f

Re: Read/Create Excel xls files using django

2008-11-13 Thread dj
Hello All, I am trying to detemine if there is a way to read the data from an Excel xls file into django. I also need to create an xls file. Does anyone know how that would be done ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the