farhad
farhad

Reputation: 371

primefaces export Excel chart

According Primefaces DataExporter - Basic, I can export excel file. But I want to exchange export in chart format. my point is instead of target="tbl" use target="chart".How can I do it. thank you.

Upvotes: 0

Views: 581

Answers (1)

Kukeltje
Kukeltje

Reputation: 12335

You just can't... Exporting charts in excel is not supported. PrimeFaces 'exporting' is not a full blown reporting tool Use something like jasper-reports or similar (I have no preference, don't use one, so don't take this as an advice to use specifically jasper-reports). Use Google to find similar tools

Upvotes: 1

Related Questions