All Questions
Tagged with displaytag export-to-excel
11 questions
1
vote
0
answers
525
views
DisplayTag format number in Excel export
I have a little problem with DisplayTag and its Excel export. I have a table with columns containing strings starting with 0, like phone numbers or pin codes for example...
When I try to export them ...
0
votes
0
answers
464
views
Display tag changing format of number
I am using display tag to export data to Excel its working fine but I have a column named as Account number where the values will be of 16 digits.
Example:
01152144XXXX9625 and 1157XXXXXXXXX526
For ...
3
votes
1
answer
12k
views
How to export excel file with xlsx extension in displaytag
We used displaytag for exporting the files in xls format but I want it in xlsx format. Is there any way to convert the excel file to new format?
I change the extension in display tag from xls to xlsx ...
0
votes
1
answer
916
views
Don't want certain column to be printed in the excel file using Displaytag
I have a Display Tag which has columns. In last two Columns , there are links.So when I am using export excel, the links are getting printed in the excel file which i don't want. How can I only print ...
0
votes
1
answer
1k
views
Export a nested displaytag table in excel
I have displayed a nested table using display tag .
The code of my nested table is:
<display:table export="true" name="detailsList" id="parent" requestURI="" pagesize="1">
<display:...
0
votes
1
answer
1k
views
How can i export the values into the Export to Excel using the 'source' attribute?
We're using the servlet for the export to excel that servlet name is 'MultiTableExportServlet'. We need to pass three parameters for the servlet that is 'multitablesId','name','type'. The '...
0
votes
1
answer
302
views
How to set sheet name while exporting excel using display tag?
I am using display tag to export excel sheets. I can set the name of the excel file to whatever I want.
But I also want to set the name of the excel sheet inside the file. Right now by default it is ...
5
votes
3
answers
2k
views
How to prevent wrapping of data exported to excel using display tag?
We are using the Display tag library in our Java based web application.
Apart from just using display tag library to show lists, we are also using it to export data to excel sheets which is working ...
2
votes
3
answers
6k
views
Display tag export to excel with the css formatting of the HTML page
I am using display tag in my web application. I am successfully able to export the data displayed by display tag to excel.
The problem is I also want the header and data row styles and css to be ...
0
votes
1
answer
708
views
What is the proper way to export tabular data in excel format in java web applications?
Display tag has the feature to export tyable data in excel or pdf. JQgrid is also used for listing purposes. But I am not sure if it supports exporting.
So, what is the most feasable way to export ...
2
votes
1
answer
4k
views
Exporting data with Display Tag and external pagination
We use the Display Tag Library to display grid data in our JSP's.
We use external sorting and pagingation. And we also use the library's export feature to allow exporting to Excel or PDF.
Issue ...