jar

io.github.nillerr : ooxml-spreadsheet

Maven & Gradle

Jun 27, 2023
2 stars

OOXML for Kotlin · Provides means of generating OOXML documents using Kotlin data classes.

Table Of Contents

Latest Version

Download io.github.nillerr : ooxml-spreadsheet JAR file - Latest Versions:

All Versions

Download io.github.nillerr : ooxml-spreadsheet 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 ooxml-spreadsheet-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.nillerr.ooxml.spreadsheet.style

├─ io.github.nillerr.ooxml.spreadsheet.style.FontUnderline.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.style.FontWeight.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.style.HorizontalAlignment.class - [JAR]

io.github.nillerr.ooxml.spreadsheet.annotation

├─ io.github.nillerr.ooxml.spreadsheet.annotation.CellFont.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.annotation.CellStyle.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.annotation.Column.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.annotation.Sheet.class - [JAR]

io.github.nillerr.ooxml.spreadsheet

├─ io.github.nillerr.ooxml.spreadsheet.ApacheWorkbookFactory.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.CellSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.CellSerializerRegistry.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.CellWriter.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.ColumnInfo.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.ColumnNameResolver.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.DataFormatResolver.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.DefaultColumnNameResolver.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.DefaultDataFormatResolver.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.DefaultSheetNameResolver.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.Hyperlink.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.IndexedColor.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.SheetNameResolver.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.TypeInfo.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.TypeRegistry.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.WorkbookEncoder.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.WorkbookEncodingException.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.WorkbookException.class - [JAR]

io.github.nillerr.ooxml.spreadsheet.internal

├─ io.github.nillerr.ooxml.spreadsheet.internal.AnnotationHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.ApacheCellStyleKt.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.ApacheCellWriter.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.ApacheFontWeightKt.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.CellStyleHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.ColumnHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.FontHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.FunctionHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.KPropertyKt.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.ListKt.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.ParameterHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.SXSSFSheetKt.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.SheetHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.TypeHelper.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.internal.WorkbookHelper.class - [JAR]

io.github.nillerr.ooxml.spreadsheet.serializers

├─ io.github.nillerr.ooxml.spreadsheet.serializers.BigDecimalSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.BooleanSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.DoubleSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.HyperlinkSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.InstantSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.IntSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.LocalDateSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.LocalDateTimeSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.LocalTimeSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.StringSerializer.class - [JAR]

├─ io.github.nillerr.ooxml.spreadsheet.serializers.URISerializer.class - [JAR]

Advertisement