jar

io.github.antoniovizuete : pojo-spreadsheet

Maven & Gradle

Sep 07, 2018
1 stars

Project that wraps Apache POI and gives you a semantical use of it. Meaning that a Spreadsheet is made of Rows, and a Row is made of Cells.

Table Of Contents

Latest Version

Download io.github.antoniovizuete : pojo-spreadsheet JAR file - Latest Versions:

All Versions

Download io.github.antoniovizuete : pojo-spreadsheet JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.1

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 pojo-spreadsheet-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.antoniovizuete.pojospreadsheet.core.image

├─ io.github.antoniovizuete.pojospreadsheet.core.image.AbstractImage.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.image.Image.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.image.ImageInputStream.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.utils.iterator

├─ io.github.antoniovizuete.pojospreadsheet.utils.iterator.AbstractIntegerSet.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.utils.iterator.IntegerIndex.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.utils.iterator.IntegerSet.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.utils.regex

├─ io.github.antoniovizuete.pojospreadsheet.utils.regex.RegexUtils.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.model.cell.region

├─ io.github.antoniovizuete.pojospreadsheet.core.model.cell.region.CellRegionBuilder.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.cell.region.CellRegionImpl.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core

├─ io.github.antoniovizuete.pojospreadsheet.core.AbstractCellStyle.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.AbstractSpreadsheet.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.AbstractWriter.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.CellImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.CellStyleImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.PrintSetupImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.Reader.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.RowImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.SheetImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetByteArrayOutputStreamWriter.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetDecoration.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetFactory.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetFileOutputStreamWriter.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.TextBoxImpl.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.decoration

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.BorderImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.ColorImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.FontImpl.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.FormatImpl.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.converter

├─ io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterCellDecoration.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterCellStyle.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterColor.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterFont.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterHelper.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.converter.PoiConverter.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.converter.PoiValue.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.utils.reflection

├─ io.github.antoniovizuete.pojospreadsheet.utils.reflection.Field.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.utils.reflection.MethodUtils.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.utils.reflection.NotMerge.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.utils.reflection.ObjectUtils.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultCellStyle.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultFont.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultFormat.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.decoration.keys

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.keys.BorderKey.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.keys.CellStyleKey.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.keys.ColorKey.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.keys.DecorationEntityKey.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.keys.FontKey.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.decoration.keys.FormatKey.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress

├─ io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress.CellAddressBuilder.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress.CellAddressImpl.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.model

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Border.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Cell.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.CellAddress.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.CellRegion.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.CellStyle.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Color.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Font.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Format.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.PrintSetup.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Row.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Sheet.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Spreadsheet.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.SpreadsheetWriter.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.Styleable.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.TextBox.class - [JAR]

io.github.antoniovizuete.pojospreadsheet.core.model.helpers

├─ io.github.antoniovizuete.pojospreadsheet.core.model.helpers.CellAddressHelper.class - [JAR]

├─ io.github.antoniovizuete.pojospreadsheet.core.model.helpers.CellRegionHelper.class - [JAR]