poi 简介、中文文档、中英对照文档 下载

poi 文档 下载链接(含jar包、源码、pom)

组件名称中英对照-文档-下载链接中文-文档-下载链接
poi-5.2.0.jarpoi-5.2.0-API文档-中英对照版.zippoi-5.2.0-API文档-中文版.zip
poi-4.1.2.jarpoi-4.1.2-API文档-中英对照版.zippoi-4.1.2-API文档-中文版.zip
poi-3.17.jarpoi-3.17-API文档-中英对照版.zippoi-3.17-API文档-中文版.zip
poi-3.16.jarpoi-3.16-API文档-中英对照版.zippoi-3.16-API文档-中文版.zip

poi 简介

Apache POI Common

Apache POI - Java API访问微软格式文件

在这里插入图片描述

在这里插入图片描述

poi 中文文档、中英对照文档 说明

摘要:poi、org.apache.poi、中文文档、中英对照文档、下载、包含jar包、原API文档、源代码、Maven依赖信息文件、翻译后的API文档、apache、poi、中文文档、jar包、java;

使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。

人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。

双语对照,边学技术、边学英语。

中英对照版样例

在这里插入图片描述

中文版样例

在这里插入图片描述

涉及的包(package)

org.apache.poi

org.apache.poi.common

org.apache.poi.common.usermodel

org.apache.poi.common.usermodel.fonts

org.apache.poi.ddf

org.apache.poi.extractor

org.apache.poi.hpsf

org.apache.poi.hpsf.extractor

org.apache.poi.hpsf.wellknown

org.apache.poi.hssf

org.apache.poi.hssf.eventmodel

org.apache.poi.hssf.eventusermodel

org.apache.poi.hssf.eventusermodel.dummyrecord

org.apache.poi.hssf.extractor

org.apache.poi.hssf.model

org.apache.poi.hssf.record

org.apache.poi.hssf.record.aggregates

org.apache.poi.hssf.record.cf

org.apache.poi.hssf.record.chart

org.apache.poi.hssf.record.common

org.apache.poi.hssf.record.cont

org.apache.poi.hssf.record.crypto

org.apache.poi.hssf.record.pivottable

org.apache.poi.hssf.usermodel

org.apache.poi.hssf.usermodel.helpers

org.apache.poi.hssf.util

org.apache.poi.poifs.common

org.apache.poi.poifs.crypt

org.apache.poi.poifs.crypt.agile

org.apache.poi.poifs.crypt.binaryrc4

org.apache.poi.poifs.crypt.cryptoapi

org.apache.poi.poifs.crypt.standard

org.apache.poi.poifs.crypt.xor

org.apache.poi.poifs.dev

org.apache.poi.poifs.eventfilesystem

org.apache.poi.poifs.filesystem

org.apache.poi.poifs.macros

org.apache.poi.poifs.nio

org.apache.poi.poifs.property

org.apache.poi.poifs.storage

org.apache.poi.sl.draw

org.apache.poi.sl.draw.geom

org.apache.poi.sl.extractor

org.apache.poi.sl.image

org.apache.poi.sl.usermodel

org.apache.poi.ss

org.apache.poi.ss.extractor

org.apache.poi.ss.format

org.apache.poi.ss.formula

org.apache.poi.ss.formula.atp

org.apache.poi.ss.formula.constant

org.apache.poi.ss.formula.eval

org.apache.poi.ss.formula.eval.forked

org.apache.poi.ss.formula.function

org.apache.poi.ss.formula.functions

org.apache.poi.ss.formula.ptg

org.apache.poi.ss.formula.udf

org.apache.poi.ss.usermodel

org.apache.poi.ss.usermodel.helpers

org.apache.poi.ss.util

org.apache.poi.ss.util.cellwalk

org.apache.poi.util

org.apache.poi.wp.usermodel

poi 5.2.0 API

Packages  
PackageDescription
org.apache.poi 
org.apache.poi.common 
org.apache.poi.common.usermodel 
org.apache.poi.common.usermodel.fonts 
org.apache.poi.ddf
This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.

此软件包包含用于解码Microsoft Office绘图格式的类,否则称为POI以来的eScher作为可怕绘图格式。

org.apache.poi.extractor 
org.apache.poi.hpsf
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.

在POI文件系统中的可怕属性集格式(HPSF)中的流程处理流。

org.apache.poi.hpsf.extractor 
org.apache.poi.hpsf.wellknown
Specific support for DocumentSummaryInformation, SummaryInformation types.

具体支持DocuideumumaryInformation,SummaryInformation类型。

org.apache.poi.hssf
Horrible SpreadSheet Format API's for reading/writting Excel files using pure Java.

可怕的电子表格格式API,用于使用纯Java读取/编写Excel文件。

org.apache.poi.hssf.eventmodel 
org.apache.poi.hssf.eventusermodel
HSSF eventmodel Package provides an event-based API for reading HSSF files.

HSSF EventModel包提供了一种基于事件的API,用于读取HSSF文件。

org.apache.poi.hssf.eventusermodel.dummyrecord 
org.apache.poi.hssf.extractor 
org.apache.poi.hssf.model
Provides low level API structures for reading, writing, modifying XLS files.

提供低级API结构,用于读取,写入,修改XLS文件。

org.apache.poi.hssf.record
Record package contains class representations for XLS binary strutures.

记录包包含XLS二进制结构的类表示。

org.apache.poi.hssf.record.aggregates
The record aggregates are not real "records" but collections of records that act as a single record.

记录聚合不是真正的“记录”,但记录的集合作为单一记录。

org.apache.poi.hssf.record.cf 
org.apache.poi.hssf.record.chart 
org.apache.poi.hssf.record.common 
org.apache.poi.hssf.record.cont 
org.apache.poi.hssf.record.crypto 
org.apache.poi.hssf.record.pivottable 
org.apache.poi.hssf.usermodel
The usermodel package maps HSSF low level structures to familiar workbook/sheet model

Usermodel包将HSSF低级结构映射到熟悉的工作簿/表型号

org.apache.poi.hssf.usermodel.helpers 
org.apache.poi.hssf.util
The util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.

Util包包含编写HSSF文件所需的工具,这些文件不一定是“真实”XSSF概念。

org.apache.poi.poifs.common
common package contains constants and other classes shared across all POIFS subpackages

公共包包含跨所有PoIFS子包共享的常量和其他类

org.apache.poi.poifs.crypt
Implementation of the ECMA-376 and MS-propritary document encryptions

ECMA-376和MS-PRERARITARY文件加密的实施

org.apache.poi.poifs.crypt.agile 
org.apache.poi.poifs.crypt.binaryrc4 
org.apache.poi.poifs.crypt.cryptoapi 
org.apache.poi.poifs.crypt.standard 
org.apache.poi.poifs.crypt.xor 
org.apache.poi.poifs.dev
DEV package serves two purposes.

Dev Package有两个目的。

org.apache.poi.poifs.eventfilesystem
The eventfilesystem is an efficient method for reading OLE 2 CDF files.

EventFileSystem是读取OLE 2 CDF文件的有效方法。

org.apache.poi.poifs.filesystem
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.

文件系统包将OLE 2复合文档文件映射到更熟悉的文件系统接口。

org.apache.poi.poifs.macros 
org.apache.poi.poifs.nio 
org.apache.poi.poifs.property
property package contains high and low level Property structures for POIFS.

物业包包含PooIF的高低水平性能结构。

org.apache.poi.poifs.storage
storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format.

存储包包含低级二进制结构,用于POIFS的OLE 2复合文档格式。

org.apache.poi.sl.draw 
org.apache.poi.sl.draw.geom 
org.apache.poi.sl.extractor 
org.apache.poi.sl.image 
org.apache.poi.sl.usermodel 
org.apache.poi.ss 
org.apache.poi.ss.extractor 
org.apache.poi.ss.format
This package contains classes that implement cell formatting

此包包含实现单元格格式的类

org.apache.poi.ss.formula
This package contains common internal POI code for manipulating formulas.

此包包含用于操纵公式的通用内部POI代码。

org.apache.poi.ss.formula.atp 
org.apache.poi.ss.formula.constant 
org.apache.poi.ss.formula.eval 
org.apache.poi.ss.formula.eval.forked 
org.apache.poi.ss.formula.function 
org.apache.poi.ss.formula.functions 
org.apache.poi.ss.formula.ptg
The formula package contains binary PTG structures used in Formulas

配方封装包含公式中使用的二进制PTG结构

org.apache.poi.ss.formula.udf 
org.apache.poi.ss.usermodel 
org.apache.poi.ss.usermodel.helpers 
org.apache.poi.ss.util 
org.apache.poi.ss.util.cellwalk 
org.apache.poi.util
Top-level util package are classes that are useful throughout the project.

顶级UTIL包是整个项目中有用的类。

org.apache.poi.wp.usermodel 

涉及的类(class)

All Classes

AbortableHSSFListener

AbstractColorStyle

AbstractEscherHolderRecord

AbstractEscherOptRecord

AbstractFunctionPtg

AddPtg

Address

AdjustHandle

AdjustPoint

AdjustPointIf

AdjustValue

AdjustValueIf

AggregateFunction

AggregatingUDFFinder

AgileDecryptor

AgileEncryptionHeader

AgileEncryptionInfoBuilder

AgileEncryptionVerifier

AgileEncryptor

AnalysisToolPak

ArcToCommand

ArcToCommandIf

Area2DPtgBase

Area3DPtg

Area3DPxg

AreaErrPtg

AreaEval

AreaEvalBase

AreaFormatRecord

AreaI

AreaI.OffsetArea

AreaNPtg

AreaPtg

AreaPtgBase

AreaRecord

AreaReference

Areas

Array

ArrayFunction

ArrayMode

ArrayPtg

ArrayRecord

ArrayUtil

AttrPtg

AttrPtg.SpaceType

AutoFilter

AutoFilterInfoRecord

AutoNumberingScheme

AutoShape

Averageifs

AxisLineFormatRecord

AxisOptionsRecord

AxisParentRecord

AxisRecord

AxisUsedRecord

Background

BackupRecord

BarRecord

BaseFormulaEvaluator

BaseNumberUtils

BaseRowColShifter

BATBlock

BATBlock.BATBlockAndIndex

BATManaged

BeginRecord

Beta

Biff8DecryptingStream

Biff8EncryptionKey

BiffHeaderInput

Bin2Dec

BinaryRC4Decryptor

BinaryRC4EncryptionHeader

BinaryRC4EncryptionInfoBuilder

BinaryRC4EncryptionVerifier

BinaryRC4Encryptor

BitField

BitFieldFactory

BitmapImageRenderer

BlankEval

BlankRecord

Blob

BlockStore

BlockWritable

BOFRecord

BookBoolRecord

BooleanFunction

BoolErrRecord

BoolEval

BoolPtg

BorderExtent

BorderFormatting

BorderFormatting

BorderStyle

BottomMarginRecord

BoundSheetRecord

BuiltinFormats

ByteArrayBackedDataSource

ByteField

CacheAreaEval

CalcCountRecord

CalcModeRecord

CalendarFieldFunction

CategorySeriesAxisRecord

CatLabRecord

Cell

CellAddress

CellBase

CellCopyContext

CellCopyPolicy

CellCopyPolicy.Builder

CellDateFormatter

CellElapsedFormatter

CellFormat

CellFormatCondition

CellFormatPart

CellFormatResult

CellFormatter

CellFormatType

CellGeneralFormatter

CellHandler

CellNumberFormatter

CellNumberPartHandler

CellNumberStringMod

CellRange

CellRangeAddress

CellRangeAddress8Bit

CellRangeAddressBase

CellRangeAddressBase.CellPosition

CellRangeAddressList

CellRangeUtil

CellRecord

CellReference

CellReference.NameType

CellStyle

CellTextFormatter

CellType

CellUtil

CellValue

CellValueRecordInterface

CellWalk

CellWalkContext

CertificateKeyEncryptor

CFHeader12Record

CFHeaderBase

CFHeaderRecord

CFRecordsAggregate

CFRule12Record

CFRuleBase

CFRuleBase.ComparisonOperator

CFRuleRecord

ChainingMode

CharacterRun

ChartEndBlockRecord

ChartEndObjectRecord

ChartFormatRecord

ChartFRTInfoRecord

ChartRecord

ChartStartBlockRecord

ChartStartObjectRecord

ChartSubstreamRecordAggregate

ChartTitleFormatRecord

Child

ChildAnchor

Choose

ChunkedCipherInputStream

ChunkedCipherOutputStream

CipherAlgorithm

CipherProvider

ClassID

ClassIDPredefined

CleanerUtil

CleanerUtil.BufferCleaner

ClientAnchor

ClientAnchor.AnchorType

ClipboardData

ClosePathCommand

ClosePathCommandIf

Code

CodepageRecord

CodePageString

CodePageUtil

CodepointsUtil

CollaboratingWorkbooksEnvironment

CollaboratingWorkbooksEnvironment.WorkbookNotFoundException

Color

ColorGradientFormatting

ColorGradientThreshold

ColorScaleFormatting

ColorStyle

Column

ColumnInfoRecord

ColumnInfoRecordsAggregate

Columns

ColumnShifter

Comment

Comment

CommonObjectDataSubRecord

ComparisonOperator

Complex

ConcatEval

ConcatPtg

ConditionalFormatting

ConditionalFormattingEvaluator

ConditionalFormattingRule

ConditionalFormattingTable

ConditionalFormattingThreshold

ConditionalFormattingThreshold.RangeType

ConditionFilterData

ConditionFilterType

ConditionType

Configurator

ConnectionSite

ConnectionSiteIf

ConnectorShape

ConstantValueParser

Context

ContinuableRecord

ContinuableRecordInput

ContinuableRecordOutput

ContinueRecord

ControlPtg

ConvertAnchor

Count

Counta

Countblank

Countif

Countif.ErrorMatcher

Countif.StringMatcher

Countifs

CountryRecord

CreationHelper

CRNCountRecord

CRNRecord

CryptoAPIDecryptor

CryptoAPIEncryptionHeader

CryptoAPIEncryptionInfoBuilder

CryptoAPIEncryptionVerifier

CryptoAPIEncryptor

CryptoFunctions

Currency

CurveToCommand

CurveToCommandIf

CustomGeometry

CustomProperties

CustomProperty

CustomViewSettingsRecordAggregate

DataBarFormatting

DataBarFormatting

DataBarThreshold

DataConsolidateFunction

DataFormat

DataFormatRecord

DataFormatter

DataIntegrity

DataItemRecord

DataLabelExtensionRecord

DataSource

DataSpaceMapUtils

DataSpaceMapUtils.DataSpaceDefinition

DataSpaceMapUtils.DataSpaceMap

DataSpaceMapUtils.DataSpaceMapEntry

DataSpaceMapUtils.DataSpaceVersionInfo

DataSpaceMapUtils.IRMDSTransformInfo

DataSpaceMapUtils.TransformInfoHeader

DataValidation

DataValidation.ErrorStyle

DataValidationConstraint

DataValidationConstraint.OperatorType

DataValidationConstraint.ValidationType

DataValidationEvaluator

DataValidationEvaluator.DataValidationContext

DataValidationEvaluator.OperatorEnum

DataValidationEvaluator.ValidationEnum

DataValidationHelper

DataValidityTable

Date

Date1904Support

DateFormatConverter

DateFormatConverter.DateFormatTokenizer

DateFunc

DateParser

DateParser

DateUtil

DateValue

DateWindow1904Record

DatRecord

Days360

DBCellRecord

DConRefRecord

Dec2Bin

Dec2Hex

Decimal

Decryptor

DefaultColWidthRecord

DefaultDataLabelTextPropertiesRecord

DefaultEscherRecordFactory

DefaultRowHeightRecord

DefaultTempFileCreationStrategy

DefaultUDFFinder

DelayableLittleEndianOutput

Deleted3DPxg

DeletedArea3DPtg

DeletedRef3DPtg

Delta

DeltaRecord

DGet

DifferentialStyleProvider

Dimension2DDouble

DimensionsRecord

DirectoryEntry

DirectoryNode

DirectoryProperty

DirectoryProperty.PropertyComparator

DividePtg

DMax

DMin

DocumentDescriptor

DocumentEntry

DocumentFactoryHelper

DocumentFormatException

DocumentInputStream

DocumentNode

DocumentOutputStream

DocumentProperty

DocumentSummaryInformation

Drawable

Drawable.DrawableHint

DrawAutoShape

DrawBackground

DrawConnectorShape

DrawFactory

DrawFontManager

DrawFontManagerDefault

DrawFreeformShape

DrawGraphicalFrame

DrawGroupShape

Drawing

DrawingDump

DrawingGroupRecord

DrawingManager2

DrawingRecord

DrawingRecordForBiffViewer

DrawingSelectionRecord

DrawMasterSheet

DrawNothing

DrawNotImplemented

DrawPaint

DrawPictureShape

DrawShape

DrawSheet

DrawSimpleShape

DrawSlide

DrawTableShape

DrawTextBox

DrawTextFragment

DrawTextParagraph

DrawTextShape

DrawTexturePaint

DSFRecord

DStarRunner

DStarRunner.DStarAlgorithmEnum

DSum

Duplicatable

DVALRecord

DVConstraint

DVRecord

EDate

EmbeddedData

EmbeddedExtractor

EmbeddedExtractor

EmbeddedExtractor.EmbeddedPart

EmbeddedExtractor.Ole10Extractor

EmbeddedObjectRefSubRecord

EmptyFileException

EncryptedDocumentException

EncryptionDocument

EncryptionHeader

EncryptionInfo

EncryptionInfoBuilder

EncryptionMode

EncryptionRecord

EncryptionVerifier

Encryptor

EndRecord

EndSubRecord

Entry

EntryNode

EntryUtils

EOFRecord

EOMonth

EqualPtg

ERFListener

ErrorConstant

ErrorEval

Errortype

ErrPtg

EscherAggregate

EscherArrayProperty

EscherBitmapBlip

EscherBlipRecord

EscherBoolProperty

EscherBSERecord

EscherChildAnchorRecord

EscherClientAnchorRecord

EscherClientDataRecord

EscherColorRef

EscherColorRef.SysIndexProcedure

EscherColorRef.SysIndexSource

EscherComplexProperty

EscherContainerRecord

EscherDggRecord

EscherDggRecord.FileIdCluster

EscherDgRecord

EscherDump

EscherGraphics

EscherGraphics2d

EscherMetafileBlip

EscherOptRecord

EscherProperty

EscherPropertyFactory

EscherPropertyMetaData

EscherPropertyTypes

EscherPropertyTypesHolder

EscherRecord

EscherRecordFactory

EscherRecordTypes

EscherRGBProperty

EscherSerializationListener

EscherShapePathProperty

EscherSimpleProperty

EscherSpgrRecord

EscherSplitMenuColorsRecord

EscherSpRecord

EscherTertiaryOptRecord

EscherTextboxRecord

EvaluationCell

EvaluationConditionalFormatRule

EvaluationConditionalFormatRule.ValueAndFormat

EvaluationException

EvaluationName

EvaluationSheet

EvaluationWorkbook

EvaluationWorkbook.ExternalName

EvaluationWorkbook.ExternalSheet

EvaluationWorkbook.ExternalSheetRange

EventBasedExcelExtractor

EventRecordFactory

EventWorkbookBuilder

EventWorkbookBuilder.SheetRecordCollectingListener

ExcelExtractor

ExcelExtractor

ExcelGeneralNumberFormat

ExcelNumberFormat

ExcelStyleDateFormatter

ExpPtg

ExtendedColor

ExtendedColor

ExtendedFormatRecord

ExtendedPivotTableViewFieldsRecord

ExternalNameEval

ExternalNameRecord

ExternSheetRecord

ExternSheetReferenceToken

ExtractorFactory

ExtractorProvider

ExtRst

ExtSSTRecord

ExtSSTRecord.InfoSubRecord

FactDouble

FeatFormulaErr2

FeatHdrRecord

FeatProtection

FeatRecord

FeatSmartTag

FileBackedDataSource

FileMagic

FilePassRecord

FileSharingRecord

Filetime

FillPatternType

FillStyle

FilteringDirectoryNode

Finance

FinanceFunction

FinanceLib

Fixed

Fixed0ArgFunction

Fixed1ArgFunction

Fixed2ArgFunction

Fixed3ArgFunction

Fixed4ArgFunction

FixedField

FnGroupCountRecord

Font

FontBasisRecord

FontCharset

FontCharset

FontDetails

FontFacet

FontFamily

FontFamily

FontFormatting

FontFormatting

FontGroup

FontGroup.FontGroupRange

FontHeader

FontHeader.PanoseArmStyle

FontHeader.PanoseContrast

FontHeader.PanoseFamily

FontHeader.PanoseLetterForm

FontHeader.PanoseMidLine

FontHeader.PanoseProportion

FontHeader.PanoseSerif

FontHeader.PanoseStroke

FontHeader.PanoseWeight

FontHeader.PanoseXHeight

FontIndexRecord

FontInfo

FontMetricsDumper

FontPitch

FontRecord

FontScheme

FontUnderline

Footer

FooterRecord

ForkedEvaluator

FormatRecord

FormatRun

FormatTrackingHSSFListener

Formula

Formula

FormulaError

FormulaEvaluator

FormulaParseException

FormulaParser

FormulaParsingWorkbook

FormulaRecord

FormulaRecordAggregate

FormulaRenderer

FormulaRenderingWorkbook

FormulaShifter

FormulaSpecialCachedValue

FormulaType

FractionFormat

FrameRecord

FreeformShape

FreeRefFunction

Frequency

FtCblsSubRecord

FtCfSubRecord

FtPioGrbitSubRecord

FtrHeader

FuncPtg

Function

Function0Arg

Function1Arg

Function2Arg

Function3Arg

Function4Arg

FunctionEval

FunctionMetadata

FunctionMetadataRegistry

FunctionNameEval

FuncVarPtg

FutureRecord

GenericRecord

GenericRecordJsonWriter

GenericRecordJsonWriter.GenericRecordHandler

GenericRecordUtil

GenericRecordUtil.AnnotatedFlag

GenericRecordXmlWriter

GenericRecordXmlWriter.GenericRecordHandler

GraphicalFrame

GreaterEqualPtg

GreaterThanPtg

GridsetRecord

GroupMarkerSubRecord

GroupShape

GUID

Guide

GuideIf

GuideIf.Op

GutsRecord

HashAlgorithm

HCenterRecord

Header

HeaderBlock

HeaderBlockConstants

HeaderFooter

HeaderFooter

HeaderFooterBase

HeaderFooterRecord

HeaderFooterType

HeaderRecord

Hex2Dec

HexDump

HexRead

HideObjRecord

Hlookup

HorizontalAlignment

HorizontalPageBreakRecord

HPSFException

HPSFPropertiesExtractor

HPSFPropertiesOnlyDocument

HPSFRuntimeException

HSSFAnchor

HSSFAutoFilter

HSSFBorderFormatting

HSSFCell

HSSFCellStyle

HSSFChart

HSSFChart.HSSFChartType

HSSFChart.HSSFSeries

HSSFChildAnchor

HSSFClientAnchor

HSSFColor

HSSFColor.HSSFColorPredefined

HSSFColorScaleFormatting

HSSFColumnShifter

HSSFCombobox

HSSFComment

HSSFConditionalFormatting

HSSFConditionalFormattingRule

HSSFConditionalFormattingThreshold

HSSFCreationHelper

HSSFDataBarFormatting

HSSFDataFormat

HSSFDataFormatter

HSSFDataValidation

HSSFDataValidationHelper

HSSFDateUtil

HSSFEvaluationWorkbook

HSSFEventFactory

HSSFExtendedColor

HSSFFont

HSSFFontFormatting

HSSFFooter

HSSFFormulaEvaluator

HSSFFormulaParser

HSSFHeader

HSSFHyperlink

HSSFIconMultiStateFormatting

HSSFListener

HSSFName

HSSFObjectData

HSSFOptimiser

HSSFPalette

HSSFPatriarch

HSSFPatternFormatting

HSSFPicture

HSSFPictureData

HSSFPolygon

HSSFPrintSetup

HSSFRangeCopier

HSSFRecordTypes

HSSFRecordTypes.RecordConstructor

HSSFRequest

HSSFRichTextString

HSSFRow

HSSFRowShifter

HSSFShape

HSSFShapeContainer

HSSFShapeFactory

HSSFShapeGroup

HSSFShapeTypes

HSSFSheet

HSSFSheetConditionalFormatting

HSSFSimpleShape

HSSFTextbox

HSSFUserException

HSSFWorkbook

HSSFWorkbookFactory

Hyperlink

Hyperlink

Hyperlink

Hyperlink

HyperlinkRecord

HyperlinkType

IAdjustableShape

IconMultiStateFormatting

IconMultiStateFormatting

IconMultiStateFormatting.IconSet

IconMultiStateThreshold

IDStarAlgorithm

IfFunc

IfNa

IgnoredErrorType

IllegalPropertySetDataException

IllegalVariantTypeException

ImageHeaderBitmap

ImageHeaderEMF

ImageHeaderPICT

ImageHeaderPNG

ImageHeaderWMF

ImageRenderer

ImageUtils

Imaginary

ImReal

Index

IndexedColors

IndexedUDFFinder

IndexRecord

Indirect

IndirectPropertyName

Insets2D

IntegerField

Intercept

InterfaceEndRecord

InterfaceHdrRecord

Internal

InternalSheet

InternalSheet.UnsupportedBOFType

InternalWorkbook

IntersectionEval

IntersectionPtg

IntList

IntMapper

IntPtg

IOUtils

IPMT

Irr

IStabilityClassifier

IterationRecord

KeyData

KeyEncryptor

LabelRecord

LabelSSTRecord

LastCellOfRowDummyRecord

LazilyConcatenatedByteArray

LazyRefEval

LbsDataSubRecord

LbsDataSubRecord.LbsDropData

LeftMarginRecord

LegendRecord

LessEqualPtg

LessThanPtg

Line

LinearRegressionFunction

LinearRegressionFunction.FUNCTION

LineDecoration

LineDecoration.DecorationShape

LineDecoration.DecorationSize

LineFormatRecord

LineToCommand

LineToCommandIf

LinkedDataRecord

LittleEndian

LittleEndian.BufferUnderrunException

LittleEndianByteArrayInputStream

LittleEndianByteArrayOutputStream

LittleEndianConsts

LittleEndianInput

LittleEndianInputStream

LittleEndianOutput

LittleEndianOutputStream

LocaleID

LocaleUtil

Log

LogicalFunction

LongField

Lookup

LookupUtils

LookupUtils.CompareResult

LookupUtils.LookupValueComparer

LookupUtils.MatchMode

LookupUtils.SearchMode

LookupUtils.ValueVector

LZWDecompresser

MainExtractorFactory

Margin

MasterSheet

Match

MatrixFunction

MatrixFunction.MutableValueCollector

MatrixFunction.OneArrayArg

MatrixFunction.TwoArrayArg

Maxifs

MemAreaPtg

MemErrPtg

MemFuncPtg

MergeCellsRecord

MergedCellsTable

MetroShapeProvider

MinaMaxa

Minifs

Mirr

MissingArgEval

MissingArgPtg

MissingCellDummyRecord

MissingRecordAwareHSSFListener

MissingRowDummyRecord

MissingSectionException

MMSRecord

Mode

Module

Module.ModuleType

MoveToCommand

MoveToCommandIf

MulBlankRecord

MulRKRecord

MultiOperandNumericFunction

MultiOperandNumericFunction.Policy

MultiplyPtg

Na

Name

NameCommentRecord

NameIdentifier

NamePtg

NameRecord

NameXPtg

NameXPxg

NoFormatIDException

NoPropertySetStreamException

NoSingleSectionException

NotEqualPtg

NoteRecord

Notes

NoteStructureSubRecord

NotImplemented

NotImplementedException

NotImplementedFunction

NotImplementedFunctionException

NotOLE2FileException

Now

Npv

NullEscherSerializationListener

NumberComparer

NumberEval

NumberFormatIndexRecord

NumberPtg

NumberRecord

NumberToTextConverter

NumericFunction

NumericValueEval

ObjectData

ObjectData

ObjectLinkRecord

ObjectMetaData

ObjectMetaData.Application

ObjectProtectRecord

ObjectShape

ObjRecord

Oct2Dec

OfficeXmlFileException

Offset

OldCellRecord

OldExcelExtractor

OldExcelFormatException

OldFileFormatException

OldFormulaRecord

OldLabelRecord

OldSheetRecord

OldStringRecord

Ole10Native

Ole10NativeException

OperandPtg

OperandResolver

OperationEvaluationContext

OperationPtg

Outline

PageBreakRecord

PageBreakRecord.Break

PageItemRecord

PageOrder

PageSettingsBlock

PaintStyle

PaintStyle.FlipMode

PaintStyle.GradientPaint

PaintStyle.GradientPaint.GradientType

PaintStyle.PaintModifier

PaintStyle.SolidPaint

PaintStyle.TextureAlignment

PaintStyle.TexturePaint

PaletteRecord

PaneInformation

PaneRecord

PaperSize

Paragraph

Parent

ParenthesisPtg

PasswordKeyEncryptor

PasswordRecord

PasswordRev4Record

Path

PathCommand

PathGradientPaint

PathIf

PatternFormatting

PatternFormatting

PercentEval

PercentPtg

PercentRank

PhRun

Picture

PictureData

PictureData

PictureData.PictureType

PictureShape

PictureType

PlaceableShape

Placeholder

PlaceholderDetails

PlaceholderDetails.PlaceholderSize

PlotAreaRecord

PlotGrowthRecord

POIDocument

POIFSBigBlockSize

POIFSConstants

POIFSDocument

POIFSDocumentPath

POIFSDump

POIFSFileSystem

POIFSLister

POIFSMiniStore

POIFSReader

POIFSReaderEvent

POIFSReaderListener

POIFSStream

POIFSViewable

POIFSViewEngine

POIFSViewer

POIFSWriterEvent

POIFSWriterListener

POIOLE2TextExtractor

POIReadOnlyDocument

Poisson

POITextExtractor

PolarAdjustHandle

PowerPtg

PPMT

PrecisionRecord

PresetColor

PresetGeometries

PrintCellComments

PrintGridlinesRecord

PrintHeadersRecord

PrintOrientation

PrintSetup

PrintSetupRecord

Property

Property

PropertyConstants

PropertyIDMap

PropertySet

PropertySetFactory

PropertyTable

PropertyTemplate

ProtectionRev4Record

ProtectRecord

Ptg

Pxg

Pxg3D

QuadToCommand

QuadToCommandIf

Quotient

RandomSingleton

RangeCopier

RangeEval

RangePtg

Rank

Rate

ReadingNotSupportedException

ReadingOrder

RecalcIdRecord

Record

RecordAggregate

RecordAggregate.PositionTrackingVisitor

RecordAggregate.RecordVisitor

RecordBase

RecordFactory

RecordFactoryInputStream

RecordFormatException

RecordInputStream

RecordInputStream.LeftoverDataException

RecordStream

RectAlign

Ref3DPtg

Ref3DPxg

RefErrorPtg

RefEval

RefEvalBase

RefListEval

RefModeRecord

RefNPtg

RefPtg

RefPtgBase

RefreshAllRecord

RegionUtil

RelationalOperationEval

Removal

Replace

ReplacingInputStream

Rept

RichTextString

RightMarginRecord

RKRecord

RKUtil

RLEDecompressingInputStream

Roman

RootProperty

Row

Row.MissingCellPolicy

RowBlocksReader

RowFunc

RowRecord

RowRecordsAggregate

Rows

RowShifter

SaveRecalcRecord

ScalarConstantPtg

ScenarioProtectRecord

SCLRecord

Section

SelectionRecord

SeriesChartGroupIndexRecord

SeriesIndexRecord

SeriesLabelsRecord

SeriesListRecord

SeriesRecord

SeriesTextRecord

Shadow

Shape

Shape

ShapeContainer

ShapeContainer

ShapeType

ShapeTypes

SharedFeature

SharedFormula

SharedFormulaRecord

SharedValueManager

SharedValueRecordBase

Sheet

Sheet

SheetBuilder

SheetConditionalFormatting

SheetIdentifier

SheetNameFormatter

SheetPropertiesRecord

SheetRange

SheetRangeAndWorkbookIndexFormatter

SheetRangeIdentifier

SheetUtil

SheetVisibility

ShortField

SimpleFraction

SimpleShape

SimpleShape

Single

SLGraphics

Slide

SlideShow

SlideShowExtractor

SlideShowFactory

SlideShowProvider

Slope

SpreadsheetVersion

SSCellRange

SSTRecord

StandardDecryptor

StandardEncryptionHeader

StandardEncryptionInfoBuilder

StandardEncryptionVerifier

StandardEncryptor

StandardRecord

StaxHelper

StreamIDRecord

StringEval

StringPtg

StringRecord

StringUtil

StringValueEval

StrokeStyle

StrokeStyle.LineCap

StrokeStyle.LineCompound

StrokeStyle.LineDash

StyleRecord

SubRecord

SubRecord.SubRecordTypes

SubRecord.SubRecordTypes.RecordConstructor

Substitute

Subtotal

SubtractPtg

Sumif

Sumifs

SummaryInformation

Sumproduct

Sumx2my2

Sumx2py2

Sumxmy2

SupBookRecord

SuppressForbidden

Switch

T

TabIdRecord

Table

TableCell

TableCell.BorderEdge

TableRecord

TableShape

TableStyle

TableStyleInfo

TableStylesRecord

TableStyleType

TabStop

TabStop.TabStopType

TblPtg

TDist

TDist2t

TDistLt

TDistRt

TempFile

TempFileCreationStrategy

TempFilePOIFSFileSystem

TextBox

TextFunction

TextObjectRecord

TextParagraph

TextParagraph.BulletStyle

TextParagraph.FontAlign

TextParagraph.TextAlign

TextRecord

TextRun

TextRun.FieldType

TextRun.TextCap

TextShape

TextShape.TextAutofit

TextShape.TextDirection

TextShape.TextPlaceholder

ThreeDEval

Threshold

Thumbnail

TickRecord

TimeFunc

TimeValue

Today

TopMarginRecord

Trend

TwoDEval

TwoOperandNumericOperation

TypedPropertyValue

UDFFinder

UnaryMinusEval

UnaryMinusPtg

UnaryPlusEval

UnaryPlusPtg

UncalcedRecord

UnexpectedPropertySetTypeException

UnicodeString

UnicodeString

UnionPtg

Units

UnitsRecord

UnknownEscherRecord

UnknownPtg

UnknownRecord

UnsupportedFileFormatException

UnsupportedVariantTypeException

UserSViewBegin

UserSViewEnd

UseSelFSRecord

Value

ValueEval

ValueOperatorPtg

ValueRangeRecord

ValueRecordsAggregate

Variant

VariantBool

VariantSupport

VariantTypeException

VBAMacroExtractor

VBAMacroReader

VBAMacroReader.ModuleImpl

VBAMacroReader.ModuleMap

VCenterRecord

Vector

Version

VersionedStream

VerticalAlignment

VerticalAlignment

VerticalPageBreakRecord

ViewDefinitionRecord

ViewFieldsRecord

ViewSourceRecord

Vlookup

WeekdayFunc

WeekNum

WindowOneRecord

WindowProtectRecord

WindowTwoRecord

Workbook

WorkbookDependentFormula

WorkbookEvaluator

WorkbookEvaluatorProvider

WorkbookFactory

WorkbookProvider

WorkbookRecordList

WorkbookUtil

WorkdayCalculator

WorksheetProtectionBlock

WriteAccessRecord

WriteProtectRecord

WritingNotSupportedException

WSBoolRecord

XMLHelper

XORDecryptor

XOREncryptionHeader

XOREncryptionInfoBuilder

XOREncryptionVerifier

XOREncryptor

XYAdjustHandle

XYNumericFunction

XYNumericFunction.Accumulator

  • 4
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

寒水馨

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值