Uses of Package
org.apache.poi.xssf.usermodel

Packages that use org.apache.poi.xssf.usermodel
org.apache.poi.xssf.eventusermodel   
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.model   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.charts   
org.apache.poi.xssf.usermodel.extensions   
org.apache.poi.xssf.usermodel.helpers   
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.eventusermodel
XSSFShape
          Represents a shape in a SpreadsheetML drawing.
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.extractor
XSSFMap
          This class implements the Map element (Open Office XML Part 4: chapter 3.16.2)

This element contains all of the properties related to the XML map, and the behaviors expected during data refresh operations.

XSSFRelation
           
XSSFWorkbook
          High level representation of a SpreadsheetML workbook.
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.model
XSSFCellStyle
          High level representation of the the possible formatting information for the contents of the cells on a sheet in a SpreadsheetML document.
XSSFColor
          Represents a color in SpreadsheetML
XSSFComment
           
XSSFFont
          Represents a font used in a workbook.
XSSFMap
          This class implements the Map element (Open Office XML Part 4: chapter 3.16.2)

This element contains all of the properties related to the XML map, and the behaviors expected during data refresh operations.

XSSFSheet
          High level representation of a SpreadsheetML worksheet.
XSSFWorkbook
          High level representation of a SpreadsheetML workbook.
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.streaming
XSSFSheet
          High level representation of a SpreadsheetML worksheet.
XSSFWorkbook
          High level representation of a SpreadsheetML workbook.
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.usermodel
ListAutoNumber
          Specifies type of automatic numbered bullet points that should be applied to a paragraph.
TextAlign
          Specified a list of text alignment types
TextAutofit
          Specifies a list of auto-fit types.
TextCap
          Text Capitalization that is to be applied to the text run.
TextDirection
          Vertical Text Types
TextFontAlign
          Specified a list of text font alignment types
TextHorizontalOverflow
          Text Horizontal Overflow
TextVerticalOverflow
          Text Vertical Overflow
XSSFAnchor
          An anchor is what specifics the position of a shape within a client object or within another containing shape.
XSSFAutoFilter
          Represents autofiltering for the specified worksheet.
XSSFBorderFormatting
           
XSSFCell
          High level representation of a cell in a row of a spreadsheet.
XSSFCellStyle
          High level representation of the the possible formatting information for the contents of the cells on a sheet in a SpreadsheetML document.
XSSFChart
          Represents a SpreadsheetML Chart
XSSFChildAnchor
           
XSSFClientAnchor
          A client anchor is attached to an excel worksheet.
XSSFColor
          Represents a color in SpreadsheetML
XSSFComment
           
XSSFConditionalFormatting
           
XSSFConditionalFormattingRule
           
XSSFConnector
          A connection shape drawing element.
XSSFCreationHelper
           
XSSFDataFormat
          Handles data formats for XSSF.
XSSFDataValidation
           
XSSFDataValidationConstraint
           
XSSFDialogsheet
           
XSSFDrawing
          Represents a SpreadsheetML drawing
XSSFEvaluationWorkbook
          Internal POI use only
XSSFFactory
          Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
XSSFFont
          Represents a font used in a workbook.
XSSFFontFormatting
           
XSSFFormulaEvaluator
          Evaluates formula cells.

For performance reasons, this class keeps a cache of all previously calculated intermediate cell values.

XSSFGraphicFrame
          Represents DrawingML GraphicalObjectFrame.
XSSFHyperlink
          XSSF Implementation of a Hyperlink.
XSSFMap
          This class implements the Map element (Open Office XML Part 4: chapter 3.16.2)

This element contains all of the properties related to the XML map, and the behaviors expected during data refresh operations.

XSSFName
          Represents a defined named range in a SpreadsheetML workbook.
XSSFPatternFormatting
           
XSSFPicture
          Represents a picture shape in a SpreadsheetML drawing.
XSSFPictureData
          Raw picture data, normally attached to a SpreadsheetML Drawing.
XSSFPrintSetup
          Page setup and page margins settings for the worksheet.
XSSFRelation
           
XSSFRichTextString
          Rich text unicode string.
XSSFRow
          High level representation of a row of a spreadsheet.
XSSFShape
          Represents a shape in a SpreadsheetML drawing.
XSSFShapeGroup
          This object specifies a group shape that represents many shapes grouped together.
XSSFSheet
          High level representation of a SpreadsheetML worksheet.
XSSFSheetConditionalFormatting
           
XSSFSimpleShape
          Represents a shape with a predefined geometry in a SpreadsheetML drawing.
XSSFTable
          This class implements the Table Part (Open Office XML Part 4: chapter 3.5.1) This implementation works under the assumption that a table contains mappings to a subtree of an XML.
XSSFTextBox
          Represents a text box in a SpreadsheetML drawing.
XSSFTextParagraph
          Represents a paragraph of text within the containing text body.
XSSFTextRun
          Represents a run of text within the containing text body.
XSSFVMLDrawing
          Represents a SpreadsheetML VML drawing.
XSSFWorkbook
          High level representation of a SpreadsheetML workbook.
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.usermodel.charts
XSSFChart
          Represents a SpreadsheetML Chart
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.usermodel.extensions
XSSFColor
          Represents a color in SpreadsheetML
 

Classes in org.apache.poi.xssf.usermodel used by org.apache.poi.xssf.usermodel.helpers
XSSFCell
          High level representation of a cell in a row of a spreadsheet.
XSSFSheet
          High level representation of a SpreadsheetML worksheet.
XSSFTable
          This class implements the Table Part (Open Office XML Part 4: chapter 3.5.1) This implementation works under the assumption that a table contains mappings to a subtree of an XML.
XSSFWorkbook
          High level representation of a SpreadsheetML workbook.
 



Copyright 2014 The Apache Software Foundation or its licensors, as applicable.