Re: [displaytag-user] Export to excel and numbers???

2009-02-11 Thread Paslaru Narcis
ay be open source java libraries available in the net that make > > this doable. I didn't try to google for them though. > > > > Regards, > > Ilari > > > > > >> Date: Tue, 10 Feb 2009 15:58:45 + (GMT) > >> From: ffjavierr...@yahoo.es > &g

Re: [displaytag-user] Export to excel and numbers???

2009-02-11 Thread Mike McNally
t MS Excel creates. As fas ar > I know. > There may be open source java libraries available in the net that make > this doable. I didn't try to google for them though. > > Regards, > Ilari > > >> Date: Tue, 10 Feb 2009 15:58:45 +0000 (GMT) >> From: ff

Re: [displaytag-user] Export to excel and numbers???

2009-02-11 Thread J Ilari Moilanen
(GMT) > From: ffjavierr...@yahoo.es > To: displaytag-user@lists.sourceforge.net > Subject: [displaytag-user] Export to excel and numbers??? > > Hello, >   > I am trying to export my table to excel. The data are exported ok, but excel > donÿÿt realize that a column have numbe

[displaytag-user] Export to excel and numbers???

2009-02-10 Thread ffjavierr-dt
Hello,   I am trying to export my table to excel. The data are exported ok, but excel don´t realize that a column have numbers. The code in my JSP is:     and the method in the Table Decorator is:   public Integer getContador() {   return new Integer(this.getListIndex()+1); }     I have tryed

Re: [displaytag-user] Export to excel of String "2008.1234"

2008-09-24 Thread Daniel Lindberg
Hi, I´m not sure this would work for export, but you could try using the format property of the column tag, like so: escribió: De: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Asunto: [displaytag-user] User Friendly URL Para: displaytag-user@lists.sourceforge.net

[displaytag-user] Export to excel of String "2008.1234"

2008-09-23 Thread ffjavierr-dt
Hello,   I am exporting a table to excel and I have problems. One of the columns has values as 2008.1234, but when I open the excel, in this column I have values as 20.081.234 (excel thinks that my text is a number and he put the points where he wants).   How could show the text 2008.1234 in the

[displaytag-user] Export to excel - column width issue

2008-08-13 Thread Punit Mohatta
Hi, I have been using the export option heavily in my project. It seems that the excel files exported from a table are not properly formatted. They all have the same column width irrrespective of the length of data. I have seen the displaytag code and contributed some patches to fix it. ( Issu

[displaytag-user] Export to Excel, PDf y RTF doesn't export all the LIST - DISPL-292

2007-11-06 Thread Nenad Bosanac
Hi to all! I have one question.Is this problem in subject resolved in DisplayTag 1.1.1 version or not? If not, does anyone knows when it will be resolved or does it have some patch for this problem. Thanks - This SF.net ema

[displaytag-user] Re: [displaytag-user] Re: [displaytag-user] Re: [displaytag-user] Re: [displaytag-user] Export to excel etc. doesn´t work

2005-10-20 Thread Torsten Frehe
I didn´t got the required IText dependency. Many thanks. I thought, without dependency the footer will shown correct, when settings export.pdf=true. This isn´t so. Now i will try to get the required IText dependency. I have another problem. Do you have an Idea get the last page number in the table

[displaytag-user] Re: [displaytag-user] Re: [displaytag-user] Re: [displaytag-user] Export to excel etc. doesn´t work

2005-10-20 Thread TroyGeek
Have you read the docs? It says on the website that PDF is not enabled by default: http://displaytag.sourceforge.net/export.html On 10/20/05, Torsten Frehe <[EMAIL PROTECTED]> wrote: > Hi, > > thanks. I didn´t add the filter to the web.xml. > > But know, after adding the filter to the web.xml, >

[displaytag-user] Re: [displaytag-user] Re: [displaytag-user] Export to excel etc. doesn´t work

2005-10-20 Thread Torsten Frehe
Hi, thanks. I didn´t add the filter to the web.xml. But know, after adding the filter to the web.xml, 1.  I can only export into a csv, excel, or xml-sheet. An export to a pdf-dokument doesn´t work. Pdf isn´t shown as export. 2. When I export to excel, another export to f.e. xml doesn´t work. Be

[displaytag-user] Re: [displaytag-user] Export to excel etc. doesn´t work

2005-10-20 Thread TroyGeek
Did you add the filter to your web.xml as it says on the site? http://displaytag.sourceforge.net/export_filter.html ResponseOverrideFilter org.displaytag.filter.ResponseOverrideFilter ResponseOverrideFilter *.do ResponseOverrideFilter *.jsp On 10/20/05, Torsten Freh

[displaytag-user] Export to excel etc. doesn´t work

2005-10-19 Thread Torsten Frehe
I am using displaytag with a TableDecorator wrapper in a Struts app that uses Tiles. Know I want  to use the export-function. But the export-function will not export the table into csv, excel,pdf or xml. It always open the same page in the same browserwindow without data.I also want to export the d

[displaytag-user] Export to Excel Issue

2005-07-12 Thread Brad Balmer
I'm trying to export my table into excel but only the headers are coming across and no any of the data. I have my displaytag.properties: basic.empty.showtable=true export.types=csv excel export.pdf=false export.xml=false export.csv.include_header=true export.excel.include_header=true export.csv.

[displaytag-user] Export to Excel: Cell formatting

2005-07-12 Thread Ashish Sarin
Hi...   I was working on exporting the data to an excel file. The display tag does its work perfectly fine but the problem seems to occur when I have numeric cell value. The excel does the general formatting of the numeric, because of which I see a number as 2e+21 or something like that.   Can dis

RE: [displaytag-user] Export to Excel and UTF-8

2005-04-22 Thread Andy Pruitt
Peg Flick > Sent: Thursday, April 21, 2005 10:53 AM > To: displaytag-user@lists.sourceforge.net > Subject: [displaytag-user] Export to Excel and UTF-8 > > I see similar questions about this have been asked before but > not answered. I have a database with UTF-8 data that > displ

[displaytag-user] Export to Excel and UTF-8

2005-04-21 Thread Peg Flick
I see similar questions about this have been asked before but not answered.  I have a database with UTF-8 data that displaytag displays properly in the browser but when I export to Excel the accented characters are garbage.  Has anyone solved this problem?   Thanks for any help!   pflick  

[displaytag-user] Export to Excel

2004-08-09 Thread Aneesh K raj
  Hi all, I am have a problem regarding the export feature in Excel. The data is getting exported but it get displayed in the browser. Unlike csv/xml Excel export doent ask me the for download option. How can i ovecome this? Thanks, Aneesh.

Re: [displaytag-user] Export to Excel

2004-05-24 Thread Martin Wegner
#2 is a clever solution from MS. The thing we have found occassionaly troublesome with #2 is that the spread sheet remains an HTML file. So if a user downloads your table data and makes edits to it and then saves it the file stays as an HTML file. If you want it converted to a binary XLS file t

Re: [displaytag-user] Export to Excel

2004-05-24 Thread Will Glass-Husain
Hi, I've played with this extensively. The short answer is "yes", but not with DisplayTag. You should create a web page that is a cleanly formatted table of row/column data, with nothing else in the page. (Other stuff, like paragraphs or subtables confuse the row/column mapping algorithm and ca

Re: [displaytag-user] Export to Excel

2004-05-24 Thread Martin Wegner
Displaytag emits a comma separated file which Excel correctly opens as an Excel spread sheet. But you can't add formatting or anything fancy using this technique. To emit a true (or near true) Excel file you have two choices: 1. Use Jakarta POI to emit a binary spread sheet. 2. Emit straight

Re: [displaytag-user] Export to Excel

2004-05-24 Thread Matt Raible
I don't believe so. Are you able to do this with other Excel exporting engines (i.e. POI)? Matt On May 22, 2004, at 11:30 AM, Phil Ardaugh wrote: Is it possible to pass to Excel certain formatting such as landscape format using the display tag? Thanks ---

[displaytag-user] Export to Excel

2004-05-23 Thread Phil Ardaugh
Is it possible to pass to Excel certain formatting such as landscape format using the display tag? Thanks __ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer -

RE: [displaytag-user] Export to Excel

2003-09-23 Thread Benge, Todd
t: RE: [displaytag-user] Export to Excel You could wrap the display:column tag in a scriptlet that displays different column information based on the value of "exportType". HTH, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Meredit

RE: [displaytag-user] Export to Excel

2003-09-23 Thread Matt Raible
7:29 AM To: [EMAIL PROTECTED] Subject: [displaytag-user] Export to Excel Chaps If I export to Excel then anything within the tags will be wriiten to the file, how can I get it to hide everything except the values I want? So not show href tags, or hidden inputs? "> hrs

[displaytag-user] Export to Excel

2003-09-23 Thread Jason Meredith
Chaps If I export to Excel then anything within the tags will be wriiten to the file, how can I get it to hide everything except the values I want? So not show href tags, or hidden inputs? "> hrs Regards Jason _ Find a chea