Package io.keikai.importer
Class XlsxExtractor.XlsxSheetExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxSheetExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxSheetExtractor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XlsxSheetExtractor(java.util.Map workbookJson, java.util.Map jsonMap, java.util.Map sharedStrings, java.util.Map calcChain)
-
Method Summary
-
-
-
Method Detail
-
getSheetPath
public java.lang.String getSheetPath()
-
getCols
public java.util.List<XlsxExtractor.XlsxColExtractor> getCols()
-
getName
public java.lang.String getName()
-
getRows
public java.util.List<XlsxExtractor.XlsxRowExtractor> getRows()
-
getTables
public java.util.List<XlsxExtractor.XlsxTableExtractor> getTables()
-
getId
public int getId()
-
getSheetId
public java.lang.String getSheetId()
-
getState
public java.lang.String getState()
-
getDimension
public java.lang.String getDimension()
-
getDataValidations
public XlsxExtractor.XlsxDataValidationsExtractor getDataValidations()
-
getSheetProtection
public XlsxExtractor.XlsxSheetProtectionExtractor getSheetProtection()
-
getAutoFilter
public XlsxExtractor.XlsxAutoFilterExtractor getAutoFilter()
-
getConditionalFormattings
public java.util.List<XlsxExtractor.XlsxConditionalFormattingExtractor> getConditionalFormattings()
-
getHyperlinks
public java.util.List<XlsxExtractor.XlsxHyperlinkExtractor> getHyperlinks()
-
getSheetViews
public java.util.List<XlsxExtractor.XlsxSheetViewExtractor> getSheetViews()
-
getMergeCells
public java.util.List<java.lang.String> getMergeCells()
-
getSheetFormatPr
public XlsxExtractor.XlsxSheetFormatPrExtractor getSheetFormatPr()
-
getPageMargins
public XlsxExtractor.XlsxPageMarginsExtractor getPageMargins()
-
getPageSetup
public XlsxExtractor.XlsxPageSetupExtractor getPageSetup()
-
getPrintOptions
public XlsxExtractor.XlsxPrintOptionsExtractor getPrintOptions()
-
getHeaderFooter
public XlsxExtractor.XlsxHeaderFootersExtractor getHeaderFooter()
-
getColBreaks
public int[] getColBreaks()
-
getRowBreaks
public int[] getRowBreaks()
-
getComments
public XlsxExtractor.XlsxCommentsExtractor getComments()
-
getSheetRefs
public java.util.Map getSheetRefs()
-
getDrawings
public XlsxExtractor.XlsxDrawingsExtractor getDrawings()
-
getLegacyDrawing
public XlsxExtractor.XlsxVmlDrawingExtractor getLegacyDrawing()
-
getSheetPr
public XlsxExtractor.XlsxSheetPropertiesExtractor getSheetPr()
-
getAlternateContent
public java.util.Map getAlternateContent()
-
getExtLst
public XlsxExtractor.XlsxExtLstExtractor getExtLst()
-
-