Additional Empty Row on Top in Exported Data #3370
Unanswered
cihatturhan
asked this question in
PrimeFaces
Replies: 1 comment
-
Please provide an executable example using the PrimeFaces Test project. It is the only way developers can debug your problem to help. Are you using a "header" in the table? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am updating from PrimeFaces 8.0.4 to 10.0.7. We use
<p:dataExporter type="xls" target="dt_my_table" fileName="myfile" />
to export data. The problem is that there is an additional empty row at the top of the Excel file, which did not exist in version 8.0.4. Can anyone help me resolve this issue? Any help is appreciated.Beta Was this translation helpful? Give feedback.
All reactions