jar

com.github.chenjianjx : ssio

Maven & Gradle

Dec 04, 2021
12 stars

Simple Spreadsheet I/O · Save javabeans to a spreadsheet, or parse a spreadsheet into javabeans

Table Of Contents

Latest Version

Download com.github.chenjianjx : ssio JAR file - Latest Versions:

All Versions

Download com.github.chenjianjx : ssio JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 ssio-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ssio.util.lang

├─ org.ssio.util.lang.SsioReflectionUtils.class - [JAR]

├─ org.ssio.util.lang.SsioStringUtils.class - [JAR]

org.ssio.api.internal.common

├─ org.ssio.api.internal.common.BeanClassInspector.class - [JAR]

├─ org.ssio.api.internal.common.PropAndColumn.class - [JAR]

├─ org.ssio.api.internal.common.SsioMode.class - [JAR]

org.ssio.spi.clientexternal.filetypespecific.csv.save

├─ org.ssio.spi.clientexternal.filetypespecific.csv.save.CsvSaveParam.class - [JAR]

├─ org.ssio.spi.clientexternal.filetypespecific.csv.save.CsvSaveParamBuilder.class - [JAR]

org.ssio.util.code

├─ org.ssio.util.code.BuilderPatternHelper.class - [JAR]

org.ssio.spi.developerexternal.abstractsheet.cellvaluebinder

├─ org.ssio.spi.developerexternal.abstractsheet.cellvaluebinder.SsCellValueBinder.class - [JAR]

org.ssio.spi.clientexternal.filetypespecific

├─ org.ssio.spi.clientexternal.filetypespecific.SsBuiltInFileTypes.class - [JAR]

org.ssio.spi.clientexternal.filetypespecific.office.parse

├─ org.ssio.spi.clientexternal.filetypespecific.office.parse.OfficeParseParam.class - [JAR]

├─ org.ssio.spi.clientexternal.filetypespecific.office.parse.OfficeParseParamBuilder.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.CsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.CsvCellValueBinderRepo.class - [JAR]

org.ssio.api.external

├─ org.ssio.api.external.SsioApiConstants.class - [JAR]

├─ org.ssio.api.external.SsioManager.class - [JAR]

org.ssio.spi.clientexternal.filetypespecific.office.save

├─ org.ssio.spi.clientexternal.filetypespecific.office.save.OfficeSaveParam.class - [JAR]

├─ org.ssio.spi.clientexternal.filetypespecific.office.save.OfficeSaveParamBuilder.class - [JAR]

org.ssio.api.internal.common.abstractsheet

├─ org.ssio.api.internal.common.abstractsheet.SsCellHelper.class - [JAR]

├─ org.ssio.api.internal.common.abstractsheet.SsSheetHelper.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.csv.factory

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.factory.CsvWorkbookFactory.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.csv.model

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.model.CsvCell.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.model.CsvRow.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.model.CsvSheet.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.model.CsvWorkbook.class - [JAR]

org.ssio.api.factory

├─ org.ssio.api.factory.SsioManagerFactory.class - [JAR]

org.ssio.api.external.annotation

├─ org.ssio.api.external.annotation.SsColumn.class - [JAR]

org.ssio.api.internal

├─ org.ssio.api.internal.SsioManagerImpl.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.BigDecimalOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.BigIntegerOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.BooleanOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.DateOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.DoubleOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.EnumOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.FloatOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.IntegerOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.LocalDateOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.LocalDateTimeOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.LongOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.PrimitiveBooleanOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.PrimitiveDoubleOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.PrimitiveFloatOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.PrimitiveIntOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.PrimitiveLongOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.PrimitiveShortOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.ShortOfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.bytype.StringOfficeCellValueBinder.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.office.factory

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.factory.OfficeWorkbookFactory.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.BigDecimalCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.BigIntegerCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.BooleanCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.DateCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.DoubleCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.EnumCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.FloatCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.IntegerCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.LocalDateCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.LocalDateTimeCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.LongCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.PrimitiveBooleanCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.PrimitiveDoubleCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.PrimitiveFloatCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.PrimitiveIntCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.PrimitiveLongCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.PrimitiveShortCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.ShortCsvCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.csv.cellvaluebinder.bytype.StringCsvCellValueBinder.class - [JAR]

org.ssio.spi.clientexternal.filetypespecific.csv.parse

├─ org.ssio.spi.clientexternal.filetypespecific.csv.parse.CsvParseParam.class - [JAR]

├─ org.ssio.spi.clientexternal.filetypespecific.csv.parse.CsvParseParamBuilder.class - [JAR]

org.ssio.spi.developerexternal.abstractsheet.model

├─ org.ssio.spi.developerexternal.abstractsheet.model.SsCell.class - [JAR]

├─ org.ssio.spi.developerexternal.abstractsheet.model.SsRow.class - [JAR]

├─ org.ssio.spi.developerexternal.abstractsheet.model.SsSheet.class - [JAR]

├─ org.ssio.spi.developerexternal.abstractsheet.model.SsWorkbook.class - [JAR]

org.ssio.api.external.typing

├─ org.ssio.api.external.typing.ComplexTypeHandler.class - [JAR]

├─ org.ssio.api.external.typing.SimpleTypeEnum.class - [JAR]

org.ssio.api.internal.save

├─ org.ssio.api.internal.save.BeansSaver.class - [JAR]

org.ssio.spi.clientexternal.filetypespecific.csv

├─ org.ssio.spi.clientexternal.filetypespecific.csv.CsvConstants.class - [JAR]

org.ssio.api.external.parse

├─ org.ssio.api.external.parse.CellError.class - [JAR]

├─ org.ssio.api.external.parse.ParseParam.class - [JAR]

├─ org.ssio.api.external.parse.ParseParamBuilder.class - [JAR]

├─ org.ssio.api.external.parse.ParseResult.class - [JAR]

├─ org.ssio.api.external.parse.PropFromColumnMappingMode.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.office.model

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.model.OfficeCell.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.model.OfficeRow.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.model.OfficeSheet.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.model.OfficeWorkbook.class - [JAR]

org.ssio.api.external.save

├─ org.ssio.api.external.save.DatumError.class - [JAR]

├─ org.ssio.api.external.save.SaveParam.class - [JAR]

├─ org.ssio.api.external.save.SaveParamBuilder.class - [JAR]

├─ org.ssio.api.external.save.SaveResult.class - [JAR]

org.ssio.spi.developerexternal.abstractsheet.factory

├─ org.ssio.spi.developerexternal.abstractsheet.factory.SsWorkbookFactory.class - [JAR]

org.ssio.api.internal.parse

├─ org.ssio.api.internal.parse.SheetParser.class - [JAR]

org.ssio.api.internal.common.sheetlocate

├─ org.ssio.api.internal.common.sheetlocate.SsSheetByIndexLocator.class - [JAR]

├─ org.ssio.api.internal.common.sheetlocate.SsSheetByNameLocator.class - [JAR]

├─ org.ssio.api.internal.common.sheetlocate.SsSheetLocator.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.office.helper

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.helper.PoiSupport.class - [JAR]

org.ssio.spi.clientexternal.spiregistry

├─ org.ssio.spi.clientexternal.spiregistry.SsWorkbookFactoryRegistry.class - [JAR]

org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.OfficeCellValueBinder.class - [JAR]

├─ org.ssio.spi.internal.filetypespecific.abstractsheet.office.cellvaluebinder.OfficeCellValueBinderRepo.class - [JAR]

Advertisement