jar

com.github.zuinnote : hadoopoffice-fileformat

Maven & Gradle

Oct 29, 2022
10 usages
64 stars

HadoopOffice · HadoopOfficelibrary to load/write office documents using Big Data technologies, such as Hadoop/Flink/Hive/Spark

Table Of Contents

Latest Version

Download com.github.zuinnote : hadoopoffice-fileformat JAR file - Latest Versions:

All Versions

Download com.github.zuinnote : hadoopoffice-fileformat JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
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 hadoopoffice-fileformat-1.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.zuinnote.hadoop.office.format.common.parser

├─ org.zuinnote.hadoop.office.format.common.parser.FormatNotUnderstoodException.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.parser.OfficeReaderParserInterface.class - [JAR]

org.zuinnote.hadoop.office.format.common.converter

├─ org.zuinnote.hadoop.office.format.common.converter.ExcelConverterSimpleSpreadSheetCellDAO.class - [JAR]

org.zuinnote.hadoop.office.format.common

├─ org.zuinnote.hadoop.office.format.common.HadoopFileReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.HadoopKeyStoreManager.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.HadoopOfficeReadConfiguration.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.HadoopOfficeWriteConfiguration.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.HadoopUtil.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.OfficeReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.OfficeWriter.class - [JAR]

org.zuinnote.hadoop.office.format.common.parser.msexcel

├─ org.zuinnote.hadoop.office.format.common.parser.msexcel.MSExcelLowFootprintParser.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.parser.msexcel.MSExcelParser.class - [JAR]

org.zuinnote.hadoop.office.format.common.writer.msexcel.internal

├─ org.zuinnote.hadoop.office.format.common.writer.msexcel.internal.EncryptedTempData.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.writer.msexcel.internal.EncryptedZipEntrySource.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.writer.msexcel.internal.SecureSXSSFWorkbook.class - [JAR]

org.zuinnote.hadoop.office.format.common.util.msexcel

├─ org.zuinnote.hadoop.office.format.common.util.msexcel.MSExcelOOXMLSignUtil.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.util.msexcel.MSExcelUtil.class - [JAR]

org.zuinnote.hadoop.office.format.common.parser.msexcel.internal

├─ org.zuinnote.hadoop.office.format.common.parser.msexcel.internal.EncryptedCachedDiskStringsTable.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.parser.msexcel.internal.HSSFEventParser.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.parser.msexcel.internal.XSSFEventParser.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.parser.msexcel.internal.XSSFPullParser.class - [JAR]

org.zuinnote.hadoop.office.format.common.parser.msexcel.internal.cache

├─ org.zuinnote.hadoop.office.format.common.parser.msexcel.internal.cache.LRUCache.class - [JAR]

org.zuinnote.hadoop.office.format.common.writer.msexcel

├─ org.zuinnote.hadoop.office.format.common.writer.msexcel.MSExcelLowFootprintWriter.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.writer.msexcel.MSExcelWriter.class - [JAR]

org.zuinnote.hadoop.office.format.common.converter.datatypes

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericBigDecimalDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericBooleanDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericByteDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericDateDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericDoubleDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericFloatDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericIntegerDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericLongDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericNumericDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericShortDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericStringDataType.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.converter.datatypes.GenericTimestampDataType.class - [JAR]

org.zuinnote.hadoop.office.format.common.dao

├─ org.zuinnote.hadoop.office.format.common.dao.SpreadSheetCellDAO.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.dao.SpreadSheetCellDAOArrayWritable.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.dao.TextArrayWritable.class - [JAR]

org.zuinnote.hadoop.office.format.common.writer

├─ org.zuinnote.hadoop.office.format.common.writer.InvalidCellSpecificationException.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.writer.InvalidWriterConfigurationException.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.writer.OfficeSpreadSheetWriterInterface.class - [JAR]

├─ org.zuinnote.hadoop.office.format.common.writer.OfficeWriterException.class - [JAR]

org.zuinnote.hadoop.office.format.mapreduce

├─ org.zuinnote.hadoop.office.format.mapreduce.AbstractSpreadSheetDocumentFileInputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.AbstractSpreadSheetDocumentFileOutputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.AbstractSpreadSheetDocumentRecordReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.AbstractSpreadSheetDocumentRecordWriter.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelCellFileInputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelCellRecordReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelFileInputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelFileOutputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelRecordReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelRecordWriter.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelRowFileOutputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapreduce.ExcelRowRecordWriter.class - [JAR]

org.zuinnote.hadoop.office.format.common.util

├─ org.zuinnote.hadoop.office.format.common.util.CertificateChainVerificationUtil.class - [JAR]

org.zuinnote.hadoop.office.format.mapred

├─ org.zuinnote.hadoop.office.format.mapred.AbstractSpreadSheetDocumentFileInputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.AbstractSpreadSheetDocumentFileOutputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.AbstractSpreadSheetDocumentRecordReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.AbstractSpreadSheetDocumentRecordWriter.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelCellFileInputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelCellRecordReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelFileInputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelFileOutputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelRecordReader.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelRecordWriter.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelRowFileOutputFormat.class - [JAR]

├─ org.zuinnote.hadoop.office.format.mapred.ExcelRowRecordWriter.class - [JAR]

org.zuinnote.hadoop.office.format.common.parser.dbase

├─ org.zuinnote.hadoop.office.format.common.parser.dbase.DBaseParser.class - [JAR]

org.zuinnote.hadoop.office.format.common.parser.msaccess

├─ org.zuinnote.hadoop.office.format.common.parser.msaccess.MSAccessParser.class - [JAR]

Advertisement

Dependencies from Group

Oct 29, 2022
10 usages
64 stars
Dec 24, 2021
6 usages
142 stars
Oct 29, 2022
3 usages
64 stars
Dec 24, 2021
1 usages
142 stars

Discover Dependencies

Jun 13, 2020
14 usages
2 stars
May 23, 2019
2 usages
9 stars
Nov 02, 2016
26 usages
May 23, 2014
53 usages
21 stars
Sep 25, 2014
11 usages
4.6k stars
May 24, 2019
32 usages
192 stars
Jan 23, 2018
37 usages
2 stars
Feb 19, 2021
3 usages
0 stars
Jul 14, 2023
27 usages
5.1k stars