Re: [flexcoders] Excel Export

2006-06-14 Thread Steve Gustafson
Jim,What I mean by true Excel files is a binary file that is native to Excel. Not a delimited text file, or HTML file that Excel can open.The difference is that by generating a true Excel file with POI-HSSF, you have the ability to: create multiple worksheetssplit and freeze panesdraw

RE: [flexcoders] Excel Export

2006-06-14 Thread Jim Robson
Thats great thanks! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Gustafson Sent: Wednesday, June 14, 2006 8:59 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Excel Export Jim, What I mean by true Excel files

[flexcoders] Excel Export

2006-06-13 Thread vestcomprogrammer
Does anyone know how to export to excel, like they do on the timetracker application on the showcase page on http://labs.adobe.com/showcase/. Thanks Bill Yahoo! Groups Sponsor ~-- Home is just a click away.  Make Yahoo! your home page now.

RE: [flexcoders] Excel Export

2006-06-13 Thread Jim Robson
, June 12, 2006 1:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Excel Export Does anyone know how to export to excel, like they do on the timetracker application on the showcase page on http://labs.adobe.com/showcase/. Thanks Bill __._,_.___ -- Flexcoders Mailing

Re: [flexcoders] Excel Export

2006-06-13 Thread John C. Bland II
You can create a normal HTML layout, save it as .xls file, and force the download (typically just redirect to the file, pending server setup though). There are tweaks here and there as to how the styling goes but for most situations it will work with no prob. There are more robust ways of doing

Re: [flexcoders] Excel Export

2006-06-13 Thread Steve Gustafson
The Time Tracker application is not really exporting to excel. it is just saving HTML with a .xls extension.ColdFusion does not have a native way of generating true Excel files either.As far as I know, the two ways to create native excel files on the server side is using COM, or POI-HSSF.

RE: [flexcoders] Excel Export

2006-06-13 Thread Jim Robson
-Jim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Gustafson Sent: Tuesday, June 13, 2006 12:39 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Excel Export The Time Tracker application is not really exporting to excel. it is just