Are there any client-side Javascript frameworks that are comparable to Jasper Report in Java? I need to be able to generate both PDF and Excel files on the client side (browser) without relying on server-side processing. While I've come across Javascript libraries like JsPDF and PDFkit for generating PDFs, along with different libraries for creating Excel files, they make development more complex. I'm looking for a solution that closely mimics what Jasper Report offers. Additionally, if it can be easily added using NPM without manual importing into the code, then it would be ideal for my needs.