View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nrich-excel-api-1.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.croz.nrich.excel.api.generator
├─ net.croz.nrich.excel.api.generator.ExcelReportGenerator.class - [JAR]
├─ net.croz.nrich.excel.api.generator.ExcelReportGeneratorFactory.class - [JAR]
net.croz.nrich.excel.api.service
├─ net.croz.nrich.excel.api.service.ExcelReportService.class - [JAR]
net.croz.nrich.excel.api.model
├─ net.croz.nrich.excel.api.model.CellHolder.class - [JAR]
├─ net.croz.nrich.excel.api.model.ColumnDataFormat.class - [JAR]
├─ net.croz.nrich.excel.api.model.MultiRowDataProvider.class - [JAR]
├─ net.croz.nrich.excel.api.model.TemplateVariable.class - [JAR]
├─ net.croz.nrich.excel.api.model.TypeDataFormat.class - [JAR]
net.croz.nrich.excel.api.request
├─ net.croz.nrich.excel.api.request.CreateExcelReportRequest.class - [JAR]
├─ net.croz.nrich.excel.api.request.CreateReportGeneratorRequest.class - [JAR]
net.croz.nrich.excel.api.converter
├─ net.croz.nrich.excel.api.converter.CellValueConverter.class - [JAR]