jar

net.croz.nrich : nrich-excel-api

Maven & Gradle

Mar 30, 2023
3 usages
48 stars

nrich-excel-api · Nrich Excel API

Table Of Contents

Latest Version

Download net.croz.nrich : nrich-excel-api JAR file - Latest Versions:

All Versions

Download net.croz.nrich : nrich-excel-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement