jar

org.ttzero : eec

Maven & Gradle

Aug 20, 2023
3 usages
135 stars

Excel Write/Read Framework · A fast and lower memory excel write/read tool 一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具

Table Of Contents

Latest Version

Download org.ttzero : eec JAR file - Latest Versions:

All Versions

Download org.ttzero : eec JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.3.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 eec-0.5.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ttzero.excel.common.primitives

├─ org.ttzero.excel.common.primitives.UnsignedBytes.class - [JAR]

org.ttzero.excel.entity

├─ org.ttzero.excel.entity.AbstractTemplate.class - [JAR]

├─ org.ttzero.excel.entity.CSVSheet.class - [JAR]

├─ org.ttzero.excel.entity.Column.class - [JAR]

├─ org.ttzero.excel.entity.Comment.class - [JAR]

├─ org.ttzero.excel.entity.Comments.class - [JAR]

├─ org.ttzero.excel.entity.EmptySheet.class - [JAR]

├─ org.ttzero.excel.entity.ExcelWriteException.class - [JAR]

├─ org.ttzero.excel.entity.I18N.class - [JAR]

├─ org.ttzero.excel.entity.ICellValueAndStyle.class - [JAR]

├─ org.ttzero.excel.entity.IDrawingsWriter.class - [JAR]

├─ org.ttzero.excel.entity.IWorkbookWriter.class - [JAR]

├─ org.ttzero.excel.entity.IWorksheetWriter.class - [JAR]

├─ org.ttzero.excel.entity.ListMapSheet.class - [JAR]

├─ org.ttzero.excel.entity.ListSheet.class - [JAR]

├─ org.ttzero.excel.entity.Panes.class - [JAR]

├─ org.ttzero.excel.entity.Picture.class - [JAR]

├─ org.ttzero.excel.entity.Relationship.class - [JAR]

├─ org.ttzero.excel.entity.ResultSetSheet.class - [JAR]

├─ org.ttzero.excel.entity.Row.class - [JAR]

├─ org.ttzero.excel.entity.RowBlock.class - [JAR]

├─ org.ttzero.excel.entity.SharedStringTable.class - [JAR]

├─ org.ttzero.excel.entity.SharedStrings.class - [JAR]

├─ org.ttzero.excel.entity.Sheet.class - [JAR]

├─ org.ttzero.excel.entity.StatementSheet.class - [JAR]

├─ org.ttzero.excel.entity.Storable.class - [JAR]

├─ org.ttzero.excel.entity.TooManyColumnsException.class - [JAR]

├─ org.ttzero.excel.entity.WaterMark.class - [JAR]

├─ org.ttzero.excel.entity.Workbook.class - [JAR]

org.ttzero.excel.entity.csv

├─ org.ttzero.excel.entity.csv.CSVCellValueAndStyle.class - [JAR]

├─ org.ttzero.excel.entity.csv.CSVWorkbookWriter.class - [JAR]

├─ org.ttzero.excel.entity.csv.CSVWorksheetWriter.class - [JAR]

org.ttzero.excel.manager.docProps

├─ org.ttzero.excel.manager.docProps.App.class - [JAR]

├─ org.ttzero.excel.manager.docProps.Core.class - [JAR]

├─ org.ttzero.excel.manager.docProps.Tuple2.class - [JAR]

├─ org.ttzero.excel.manager.docProps.XmlEntity.class - [JAR]

org.ttzero.excel.entity.e7

├─ org.ttzero.excel.entity.e7.ContentType.class - [JAR]

├─ org.ttzero.excel.entity.e7.EmbedTemplate.class - [JAR]

├─ org.ttzero.excel.entity.e7.SimpleTemplate.class - [JAR]

├─ org.ttzero.excel.entity.e7.XMLCellValueAndStyle.class - [JAR]

├─ org.ttzero.excel.entity.e7.XMLDrawingsWriter.class - [JAR]

├─ org.ttzero.excel.entity.e7.XMLWorkbookWriter.class - [JAR]

├─ org.ttzero.excel.entity.e7.XMLWorksheetWriter.class - [JAR]

├─ org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle.class - [JAR]

org.ttzero.excel.manager

├─ org.ttzero.excel.manager.Attr.class - [JAR]

├─ org.ttzero.excel.manager.Const.class - [JAR]

├─ org.ttzero.excel.manager.ExcelType.class - [JAR]

├─ org.ttzero.excel.manager.NS.class - [JAR]

├─ org.ttzero.excel.manager.RelManager.class - [JAR]

├─ org.ttzero.excel.manager.TopNS.class - [JAR]

org.ttzero.excel.reader

├─ org.ttzero.excel.reader.AppInfo.class - [JAR]

├─ org.ttzero.excel.reader.Cache.class - [JAR]

├─ org.ttzero.excel.reader.CalcSheet.class - [JAR]

├─ org.ttzero.excel.reader.Cell.class - [JAR]

├─ org.ttzero.excel.reader.CellType.class - [JAR]

├─ org.ttzero.excel.reader.Dimension.class - [JAR]

├─ org.ttzero.excel.reader.Drawings.class - [JAR]

├─ org.ttzero.excel.reader.ExcelReadException.class - [JAR]

├─ org.ttzero.excel.reader.ExcelReader.class - [JAR]

├─ org.ttzero.excel.reader.FixSizeLRUCache.class - [JAR]

├─ org.ttzero.excel.reader.Grid.class - [JAR]

├─ org.ttzero.excel.reader.GridFactory.class - [JAR]

├─ org.ttzero.excel.reader.HeaderRow.class - [JAR]

├─ org.ttzero.excel.reader.IndexSharedStringTable.class - [JAR]

├─ org.ttzero.excel.reader.MergeCalcFunc.class - [JAR]

├─ org.ttzero.excel.reader.MergeSheet.class - [JAR]

├─ org.ttzero.excel.reader.MergeValueFunc.class - [JAR]

├─ org.ttzero.excel.reader.PreCalc.class - [JAR]

├─ org.ttzero.excel.reader.Row.class - [JAR]

├─ org.ttzero.excel.reader.RowSetIterator.class - [JAR]

├─ org.ttzero.excel.reader.SharedStrings.class - [JAR]

├─ org.ttzero.excel.reader.Sheet.class - [JAR]

├─ org.ttzero.excel.reader.Tester.class - [JAR]

├─ org.ttzero.excel.reader.UncheckedTypeException.class - [JAR]

├─ org.ttzero.excel.reader.XMLCalcRow.class - [JAR]

├─ org.ttzero.excel.reader.XMLCalcSheet.class - [JAR]

├─ org.ttzero.excel.reader.XMLDrawings.class - [JAR]

├─ org.ttzero.excel.reader.XMLMergeRow.class - [JAR]

├─ org.ttzero.excel.reader.XMLMergeSheet.class - [JAR]

├─ org.ttzero.excel.reader.XMLRow.class - [JAR]

├─ org.ttzero.excel.reader.XMLSheet.class - [JAR]

org.ttzero.excel.processor

├─ org.ttzero.excel.processor.ConversionProcessor.class - [JAR]

├─ org.ttzero.excel.processor.ParamProcessor.class - [JAR]

├─ org.ttzero.excel.processor.StyleProcessor.class - [JAR]

├─ org.ttzero.excel.processor.Watch.class - [JAR]

org.ttzero.excel.annotation

├─ org.ttzero.excel.annotation.ExcelColumn.class - [JAR]

├─ org.ttzero.excel.annotation.ExcelColumns.class - [JAR]

├─ org.ttzero.excel.annotation.FreezePanes.class - [JAR]

├─ org.ttzero.excel.annotation.HeaderComment.class - [JAR]

├─ org.ttzero.excel.annotation.HeaderStyle.class - [JAR]

├─ org.ttzero.excel.annotation.IgnoreExport.class - [JAR]

├─ org.ttzero.excel.annotation.IgnoreImport.class - [JAR]

├─ org.ttzero.excel.annotation.MediaColumn.class - [JAR]

├─ org.ttzero.excel.annotation.RowNum.class - [JAR]

├─ org.ttzero.excel.annotation.StyleDesign.class - [JAR]

org.ttzero.excel.util

├─ org.ttzero.excel.util.CSVUtil.class - [JAR]

├─ org.ttzero.excel.util.DateUtil.class - [JAR]

├─ org.ttzero.excel.util.ExtBufferedWriter.class - [JAR]

├─ org.ttzero.excel.util.ExtXMLWriter.class - [JAR]

├─ org.ttzero.excel.util.FileSignatures.class - [JAR]

├─ org.ttzero.excel.util.FileUtil.class - [JAR]

├─ org.ttzero.excel.util.ReflectUtil.class - [JAR]

├─ org.ttzero.excel.util.StringUtil.class - [JAR]

├─ org.ttzero.excel.util.ZipUtil.class - [JAR]

org.ttzero.excel.common.hash

├─ org.ttzero.excel.common.hash.AbstractByteHasher.class - [JAR]

├─ org.ttzero.excel.common.hash.AbstractHashFunction.class - [JAR]

├─ org.ttzero.excel.common.hash.AbstractHasher.class - [JAR]

├─ org.ttzero.excel.common.hash.AbstractStreamingHasher.class - [JAR]

├─ org.ttzero.excel.common.hash.BloomFilter.class - [JAR]

├─ org.ttzero.excel.common.hash.BloomFilterStrategies.class - [JAR]

├─ org.ttzero.excel.common.hash.Funnel.class - [JAR]

├─ org.ttzero.excel.common.hash.Funnels.class - [JAR]

├─ org.ttzero.excel.common.hash.HashCode.class - [JAR]

├─ org.ttzero.excel.common.hash.HashFunction.class - [JAR]

├─ org.ttzero.excel.common.hash.Hasher.class - [JAR]

├─ org.ttzero.excel.common.hash.Hashing.class - [JAR]

├─ org.ttzero.excel.common.hash.LittleEndianByteArray.class - [JAR]

├─ org.ttzero.excel.common.hash.LongAddable.class - [JAR]

├─ org.ttzero.excel.common.hash.LongAddables.class - [JAR]

├─ org.ttzero.excel.common.hash.LongAdder.class - [JAR]

├─ org.ttzero.excel.common.hash.MessageDigestHashFunction.class - [JAR]

├─ org.ttzero.excel.common.hash.Murmur3_128HashFunction.class - [JAR]

├─ org.ttzero.excel.common.hash.Murmur3_32HashFunction.class - [JAR]

├─ org.ttzero.excel.common.hash.PrimitiveSink.class - [JAR]

├─ org.ttzero.excel.common.hash.Striped64.class - [JAR]

org.ttzero.excel.drawing

├─ org.ttzero.excel.drawing.Bevel.class - [JAR]

├─ org.ttzero.excel.drawing.Camera.class - [JAR]

├─ org.ttzero.excel.drawing.Effect.class - [JAR]

├─ org.ttzero.excel.drawing.EffectProducer.class - [JAR]

├─ org.ttzero.excel.drawing.Enums.class - [JAR]

├─ org.ttzero.excel.drawing.Fill.class - [JAR]

├─ org.ttzero.excel.drawing.Glow.class - [JAR]

├─ org.ttzero.excel.drawing.LightRig.class - [JAR]

├─ org.ttzero.excel.drawing.Outline.class - [JAR]

├─ org.ttzero.excel.drawing.PresetPictureEffect.class - [JAR]

├─ org.ttzero.excel.drawing.Reflection.class - [JAR]

├─ org.ttzero.excel.drawing.Scene3D.class - [JAR]

├─ org.ttzero.excel.drawing.Shadow.class - [JAR]

├─ org.ttzero.excel.drawing.Shape3D.class - [JAR]

org.ttzero.excel.entity.style

├─ org.ttzero.excel.entity.style.Border.class - [JAR]

├─ org.ttzero.excel.entity.style.BorderParseException.class - [JAR]

├─ org.ttzero.excel.entity.style.BorderStyle.class - [JAR]

├─ org.ttzero.excel.entity.style.BuildInColor.class - [JAR]

├─ org.ttzero.excel.entity.style.BuiltInNumFmt.class - [JAR]

├─ org.ttzero.excel.entity.style.Charset.class - [JAR]

├─ org.ttzero.excel.entity.style.ColorIndex.class - [JAR]

├─ org.ttzero.excel.entity.style.ColorParseException.class - [JAR]

├─ org.ttzero.excel.entity.style.Fill.class - [JAR]

├─ org.ttzero.excel.entity.style.Font.class - [JAR]

├─ org.ttzero.excel.entity.style.FontParseException.class - [JAR]

├─ org.ttzero.excel.entity.style.HlsColor.class - [JAR]

├─ org.ttzero.excel.entity.style.Horizontals.class - [JAR]

├─ org.ttzero.excel.entity.style.NumFmt.class - [JAR]

├─ org.ttzero.excel.entity.style.PatternType.class - [JAR]

├─ org.ttzero.excel.entity.style.Styles.class - [JAR]

├─ org.ttzero.excel.entity.style.Theme.class - [JAR]

├─ org.ttzero.excel.entity.style.Verticals.class - [JAR]

org.ttzero.excel.common.math

├─ org.ttzero.excel.common.math.DoubleMath.class - [JAR]

Advertisement

Dependencies from Group

eec
Aug 20, 2023
3 usages
135 stars

Discover Dependencies

Jun 19, 2019
55 stars
Jun 07, 2023
3 usages
2 stars
Aug 25, 2023
13 usages
11.9k stars
Aug 25, 2023
0 stars
Jun 20, 2022
1 usages
Jul 21, 2021
3 usages
0 stars
May 21, 2020
3 usages
0 stars
Aug 25, 2023
1 usages
1.3k stars
Jun 27, 2019
1 usages
3 stars