Uses of Class
io.keikai.importer.XlsxExtractor.XlsxCfRuleExtractor
-
Packages that use XlsxExtractor.XlsxCfRuleExtractor Package Description io.keikai.importer -
-
Uses of XlsxExtractor.XlsxCfRuleExtractor in io.keikai.importer
Subclasses of XlsxExtractor.XlsxCfRuleExtractor in io.keikai.importer Modifier and Type Class Description static class
XlsxExtractor.XlsxExtCfRuleExtractor
Methods in io.keikai.importer that return types with arguments of type XlsxExtractor.XlsxCfRuleExtractor Modifier and Type Method Description List<XlsxExtractor.XlsxCfRuleExtractor>
XlsxExtractor.XlsxConditionalFormattingExtractor. getCfRules()
List<XlsxExtractor.XlsxCfRuleExtractor>
XlsxExtractor.XlsxExtConditionalFormattingExtractor. getCfRules()
Methods in io.keikai.importer with parameters of type XlsxExtractor.XlsxCfRuleExtractor Modifier and Type Method Description protected SColorScale
XlsxImporter. prepareColorScale(XlsxExtractor.XlsxCfRuleExtractor ctRule)
protected ConditionalFormattingRuleImpl
XlsxImporter. prepareConditonalFormattingRuleImpl(SConditionalFormatting cfi, XlsxExtractor.XlsxCfRuleExtractor xRule)
protected SDataBar
XlsxImporter. prepareDataBar(XlsxExtractor.XlsxCfRuleExtractor ctRule)
protected void
XlsxImporter. prepareFormulas(ConditionalFormattingRuleImpl cfri, XlsxExtractor.XlsxCfRuleExtractor xRule)
protected SIconSet
XlsxImporter. prepareIconSet(XlsxExtractor.XlsxCfRuleExtractor ctRule)
-