Printing Spreadsheet

Hi guys,

I just want to ask if the vaadin spreadsheet comes with a printing functionality?

Regards,

Hi Jet,

Unfortunately Vaadin Spreadsheet doesn’t come with printing functionality, however you can use the underlying Apache POI and a PDF generating library like iText, or similar, to generate a printable PDF on the fly. There are lots of example code for this if you google for e.g. “apache poi pdf”. Good luck!

Cheers,
/Jonatan

ok… thanks. :slight_smile: