How to print xls or xlsx file to printer in java ? Is there any API or any reference ?

Hi.

I've had good success opening XLS files with http://poi.apache.org/ - as for printing, that's entirely up to you. You will need to read the data and then send it to the printer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.