SIMITGROUP / phpjasperxml

This is a php wysiwyg report library
BSD 3-Clause "New" or "Revised" License
44 stars 45 forks source link

can i make a crosstab report?.. if not, are there any plans to create a crosstab report feature? #101

Open anggadedysaputro opened 4 months ago

kstan79 commented 4 months ago

crosstab is not supported at the moment , cause it is so hard to implement in paper size report cause I can't foreseen how much the width and height it will consume (the width/height).

FYI specific component size impact how to draw the next band, either in same page or draw at next page new location.

Will it support in future? Yes it is possible but i don't think it is meaningful. At this era I assume cross tab/chart is kind of reporting features which shall visualize in html instead of pdf.

anggadedysaputro commented 4 months ago

okeey,, I want to try exporting to xlsx if possible, but thank you so much mr @kstan79 , in advance, I will try to find a suitable alternative