All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download lightExcelReader JAR 1.0.2 with all dependencies


A lightweight Java framework to read .xlsx excel files.

Files of the artifact lightExcelReader version 1.0.2 from the group com.github.kunalk16.

Test

Artifact lightExcelReader
Group com.github.kunalk16
Version 1.0.2
Last update 17. October 2020
Tags: files xlsx read java excel lightweight framework
Organization not specified
URL https://github.com/kunalk16/lightExcelReader
License MIT License
Dependencies amount 5
Dependencies jaxb-runtime, jaxb-api, jaxb-core, jaxb-impl, javax.activation-api,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of lightExcelReader Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of lightExcelReader version 1.0.2

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.kunalk16.excel.factory
com.github.kunalk16.excel.factory.com.github.kunalk16.excel.factory.ArchiveFilesFactory
com.github.kunalk16.excel.factory.com.github.kunalk16.excel.factory.CellFactory
com.github.kunalk16.excel.factory.com.github.kunalk16.excel.factory.CellValueFactory
com.github.kunalk16.excel.factory.com.github.kunalk16.excel.factory.RowFactory
com.github.kunalk16.excel.factory.com.github.kunalk16.excel.factory.SheetFactory
com.github.kunalk16.excel.factory.com.github.kunalk16.excel.factory.WorkBookFactory
com.github.kunalk16.excel.factory.com.github.kunalk16.excel.factory.XMLDataFactory
com.github.kunalk16.excel.factory.builder
com.github.kunalk16.excel.factory.builder.com.github.kunalk16.excel.factory.builder.ExcelArchiveFilesDataBuilder
com.github.kunalk16.excel.factory.builder.com.github.kunalk16.excel.factory.builder.ExcelXMLDataBuilder
com.github.kunalk16.excel.factory.extractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.CellByColumnExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.CellLocationByDefinedNameExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.CellPositionDataExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.CellRowNumberExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.ColumnNameByNumberExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.ColumnNumberByNameExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.RowByNumberExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.SheetByNameExtractor
com.github.kunalk16.excel.factory.extractor.com.github.kunalk16.excel.factory.extractor.SheetNamesExtractor
com.github.kunalk16.excel.factory.filter
com.github.kunalk16.excel.factory.filter.com.github.kunalk16.excel.factory.filter.NonEmptyRowFilter
com.github.kunalk16.excel.file.validation
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.AbstractExcelFileValidator
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.ExcelFileArchiveContentsValidator
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.ExcelFileArchiveValidator
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.ExcelFileExtensionValidator
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.ExcelFileFileValidator
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.ExcelFilePathValidator
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.ExcelFileValidation
com.github.kunalk16.excel.file.validation.com.github.kunalk16.excel.file.validation.ExcelFileValidator
com.github.kunalk16.excel.model.factory
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelArchiveFiles
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelCell
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelDataFiles
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelNamedCellLocation
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelRow
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelSheet
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelWorkBook
com.github.kunalk16.excel.model.factory.com.github.kunalk16.excel.model.factory.ExcelXMLData
com.github.kunalk16.excel.model.jaxb.sharedstrings
com.github.kunalk16.excel.model.jaxb.sharedstrings.com.github.kunalk16.excel.model.jaxb.sharedstrings.SIType
com.github.kunalk16.excel.model.jaxb.sharedstrings.com.github.kunalk16.excel.model.jaxb.sharedstrings.SharedStringType
com.github.kunalk16.excel.model.jaxb.sharedstrings.com.github.kunalk16.excel.model.jaxb.sharedstrings.package-info
com.github.kunalk16.excel.model.jaxb.workbook
com.github.kunalk16.excel.model.jaxb.workbook.com.github.kunalk16.excel.model.jaxb.workbook.DefinedNameType
com.github.kunalk16.excel.model.jaxb.workbook.com.github.kunalk16.excel.model.jaxb.workbook.DefinedNamesType
com.github.kunalk16.excel.model.jaxb.workbook.com.github.kunalk16.excel.model.jaxb.workbook.SheetType
com.github.kunalk16.excel.model.jaxb.workbook.com.github.kunalk16.excel.model.jaxb.workbook.SheetsType
com.github.kunalk16.excel.model.jaxb.workbook.com.github.kunalk16.excel.model.jaxb.workbook.WorkBookType
com.github.kunalk16.excel.model.jaxb.workbook.com.github.kunalk16.excel.model.jaxb.workbook.package-info
com.github.kunalk16.excel.model.jaxb.worksheet
com.github.kunalk16.excel.model.jaxb.worksheet.com.github.kunalk16.excel.model.jaxb.worksheet.CellType
com.github.kunalk16.excel.model.jaxb.worksheet.com.github.kunalk16.excel.model.jaxb.worksheet.RowType
com.github.kunalk16.excel.model.jaxb.worksheet.com.github.kunalk16.excel.model.jaxb.worksheet.SheetDataType
com.github.kunalk16.excel.model.jaxb.worksheet.com.github.kunalk16.excel.model.jaxb.worksheet.WorkSheetType
com.github.kunalk16.excel.model.jaxb.worksheet.com.github.kunalk16.excel.model.jaxb.worksheet.package-info
com.github.kunalk16.excel.model.user
com.github.kunalk16.excel.model.user.com.github.kunalk16.excel.model.user.Cell
com.github.kunalk16.excel.model.user.com.github.kunalk16.excel.model.user.Row
com.github.kunalk16.excel.model.user.com.github.kunalk16.excel.model.user.Sheet
com.github.kunalk16.excel.model.user.com.github.kunalk16.excel.model.user.WorkBook
com.github.kunalk16.excel.objectmapper
com.github.kunalk16.excel.objectmapper.com.github.kunalk16.excel.objectmapper.ExcelObjectFromSheetMapper
com.github.kunalk16.excel.objectmapper.com.github.kunalk16.excel.objectmapper.ExcelObjectFromWorkbookMapper
com.github.kunalk16.excel.objectmapper.com.github.kunalk16.excel.objectmapper.ExcelObjectMapper
com.github.kunalk16.excel.objectmapper.annotations
com.github.kunalk16.excel.objectmapper.annotations.com.github.kunalk16.excel.objectmapper.annotations.ExcelColumn
com.github.kunalk16.excel.objectmapper.annotations.com.github.kunalk16.excel.objectmapper.annotations.ExcelSheet
com.github.kunalk16.excel.objectmapper.extractor
com.github.kunalk16.excel.objectmapper.extractor.com.github.kunalk16.excel.objectmapper.extractor.ColumnByHeaderRowValueExtractor
com.github.kunalk16.excel.objectmapper.extractor.com.github.kunalk16.excel.objectmapper.extractor.FieldsFromClassExtractor
com.github.kunalk16.excel.objectmapper.extractor.com.github.kunalk16.excel.objectmapper.extractor.ObjectFromRowExtractor
com.github.kunalk16.excel.objectmapper.filter
com.github.kunalk16.excel.objectmapper.filter.com.github.kunalk16.excel.objectmapper.filter.ValidSheetFilter
com.github.kunalk16.excel.objectmapper.filter.com.github.kunalk16.excel.objectmapper.filter.ValidWorkBookFilter
com.github.kunalk16.excel.utils.comparator
com.github.kunalk16.excel.utils.comparator.com.github.kunalk16.excel.utils.comparator.ZipEntryComparator
com.github.kunalk16.excel.utils.jaxb
com.github.kunalk16.excel.utils.jaxb.com.github.kunalk16.excel.utils.jaxb.JAXBUtils
com.github.kunalk16.excel.utils.logger
com.github.kunalk16.excel.utils.logger.com.github.kunalk16.excel.utils.logger.ExcelLogger
com.github.kunalk16.excel.utils.logger.com.github.kunalk16.excel.utils.logger.ExcelReaderLogger
com.github.kunalk16.excel.utils.string
com.github.kunalk16.excel.utils.string.com.github.kunalk16.excel.utils.string.StringUtils




© 2015 - 2025 Weber Informatics LLC | Privacy Policy