jar

com.github.morinb : fods-reader

Maven & Gradle

Feb 26, 2021
1 stars

FODS Reader · Java Library to read simple .fods files.

Table Of Contents

Latest Version

Download com.github.morinb : fods-reader JAR file - Latest Versions:

All Versions

Download com.github.morinb : fods-reader JAR file - All Versions:

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

com.github.morinb.fods.reader.content

├─ com.github.morinb.fods.reader.content.Body.class - [JAR]

├─ com.github.morinb.fods.reader.content.CalculationSettings.class - [JAR]

├─ com.github.morinb.fods.reader.content.CellType.class - [JAR]

├─ com.github.morinb.fods.reader.content.Spreadsheet.class - [JAR]

├─ com.github.morinb.fods.reader.content.Table.class - [JAR]

├─ com.github.morinb.fods.reader.content.ValueType.class - [JAR]

com.github.morinb.fods.reader.exceptions

├─ com.github.morinb.fods.reader.exceptions.InvalidConfigTypeValueException.class - [JAR]

├─ com.github.morinb.fods.reader.exceptions.InvalidCoordinatesException.class - [JAR]

├─ com.github.morinb.fods.reader.exceptions.Logger.class - [JAR]

├─ com.github.morinb.fods.reader.exceptions.TooManyBodyItemException.class - [JAR]

├─ com.github.morinb.fods.reader.exceptions.TooManyMetadataItemException.class - [JAR]

├─ com.github.morinb.fods.reader.exceptions.TooManySettingsItemException.class - [JAR]

├─ com.github.morinb.fods.reader.exceptions.TooManySpreadsheetItemException.class - [JAR]

├─ com.github.morinb.fods.reader.exceptions.TooManyTextItemException.class - [JAR]

com.github.morinb.fods.reader.meta

├─ com.github.morinb.fods.reader.meta.Metadata.class - [JAR]

com.github.morinb.fods.reader.settings

├─ com.github.morinb.fods.reader.settings.ConfigItem.class - [JAR]

├─ com.github.morinb.fods.reader.settings.ConfigType.class - [JAR]

├─ com.github.morinb.fods.reader.settings.Settings.class - [JAR]

com.github.morinb.fods.reader.content.cell

├─ com.github.morinb.fods.reader.content.cell.Cell.class - [JAR]

├─ com.github.morinb.fods.reader.content.cell.EmptyCell.class - [JAR]

├─ com.github.morinb.fods.reader.content.cell.FormulaCell.class - [JAR]

├─ com.github.morinb.fods.reader.content.cell.TextCell.class - [JAR]

com.github.morinb.fods.reader

├─ com.github.morinb.fods.reader.OfficeDocument.class - [JAR]

Advertisement