DataExporter is handy for exporting data listed using a PrimeFaces DataTable to various formats such as Excel, PDF, CSV and XML.
Questions tagged [primefaces-dataexporter]
12 questions
7
votes
1 answer
Primefaces DataExporter Set Table Columns Width
I have a Primefaces DataGrid that I export whith Primefaces DataExporter but I can't figure out how to resize the columns.
I added a preporcessor

ihebiheb
- 3,673
- 3
- 46
- 55
3
votes
1 answer
Primefaces DataExporter - Arabic letters are being displayed disjointed and above each other
I have added a DataExporter. If the data grid has Arabic letters, they are not being deployed at all, or they are being displayed disjoint and above each other. Here is an image:
To solve the issue, I have added PDFOption, including a new Arial…

Ali Khaddour
- 72
- 4
3
votes
0 answers
Using Primefaces dataexporter with email
I have got a working primefaces dataexporter. Now the client wants the possibility to send the exported document by email in stead of downloading
Though I haven't implemented it yet, I think it is possible to send the email with attached file in the…

user3296533
- 61
- 4
2
votes
1 answer
PrimeFaces 12 DataExporter decimal numbers xls
When updating to PrimeFaces 12, DataExporter presented an error in formatting decimal numbers in xls. Example: 50.00 is being printed 5,000
Note: the attempt below solved the problem locally (win10), but the problem persists on the server.

Suena Batista
- 41
- 2
2
votes
1 answer
changing style on generating pdf with Primefaces dataExporter
I'm using Primefaces dataExporter to generate pdf from a dataTable. The pdf generated has all the columns with the same width. I'm looking for a way to change the style of the table on the postProcessor/preProcessor functions. Can I use the…

Marcelo
- 21
- 1
- 1
- 4
2
votes
1 answer
Primefaces DataExporter for PDF doesn't export footerText nor facet footer
I am using PrimeFaces 6.1. I am trying to export a dataTable with footer using the dataExporter component. The footer is correctly exported for CSV and XLS formats but for PDF it simply refuses to include it. Tried using both p:column's footerText…

Alexandra
- 103
- 7
1
vote
1 answer
How to get the data of a Primefaces dataTable to use in a Javascript function by using the DataTable ID?
I have the following Primefaces datatable(part of it is shown below)which gets its values from a database.

Giannis Ipsiladis
- 13
- 1
- 4
1
vote
1 answer
Primefaces DataExporter - XLSX and XLSXSTREAM
It seems that with the recent versions of PrimeFaces, new types were added for the DataExporter (see ExporterType from the current primefaces 6.2 docs)
I can't seem to find anything on the web regarding the new Apache POI XLSX and XLSXSTREAM types.…

Andrei Statescu
- 329
- 1
- 6
- 22
1
vote
0 answers
How to extend Primefaces' DataExporter
I am fairly new to PrimeFaces (using 5.1) and am trying to extend DataExporter in order to to use the preProcessor and postProcessor attributes when type="csv". How do I get Primefaces to use the extended class? I thought maybe I could use…

sukoto
- 11
- 3
1
vote
0 answers
primefaces DataExporter ignore columns that have h:link
the primefaces DataExporter ignores the the column where I use to link the result.

Yamane Imad
- 43
- 1
- 6
1
vote
1 answer
dataexporter primefaces not working
I am using PrimeFaces 5 and using dataexporter to export .xls and pdf file. When i click on export, nothing seems to be happening. Below is my code:
…

Hardik Agarwal
- 11
- 1
- 3
1
vote
1 answer
PrimeFaces DataExporter for big data
I have 65000 data for getting from DB into excel.But PF DataExporter component is not writing big data into the excel.What can I use for this process?Is there a library for this process?

emreturka
- 846
- 3
- 18
- 44