A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractStyle - Class in ch.rabanti.picoxlsx4j.style
-
Class represents an abstract style component
- AbstractStyle() - Constructor for class ch.rabanti.picoxlsx4j.style.AbstractStyle
- add(String, String) - Method in class ch.rabanti.picoxlsx4j.lowLevel.SortedMap
-
Method to add a key value pair
- addAllowedActionOnSheetProtection(Worksheet.SheetProtectionValue) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Method to add allowed actions if the worksheet is protected.
- addCell(Object, int, int) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds an object to the defined cell address.
- addCell(Object, int, int, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds an object to the defined cell address.
- addCell(Object, String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds an object to the defined cell address.
- addCell(Object, String, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds an object to the defined cell address.
- addCellFormula(String, int, int) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a cell formula as string to the defined cell address
- addCellFormula(String, int, int, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a cell formula as string to the defined cell address
- addCellFormula(String, String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a cell formula as string to the defined cell address
- addCellFormula(String, String, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a cell formula as string to the defined cell address
- addCellRange(List<Object>, Address, Address) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a list of object values to a defined cell range.
- addCellRange(List<Object>, Address, Address, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a list of object values to a defined cell range.
- addCellRange(List<Object>, String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a list of object values to a defined cell range.
- addCellRange(List<Object>, String, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a list of object values to a defined cell range.
- addHiddenColumn(int) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Sets the defined column as hidden
- addHiddenColumn(String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Sets the defined column as hidden
- addHiddenRow(int) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Sets the defined row as hidden
- addNextCell(Object) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds an object to the next cell position.
- addNextCell(Object, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds an object to the next cell position.
- addNextCellFormula(String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a formula as string to the next cell position
- addNextCellFormula(String, Style) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Adds a formula as string to the next cell position
- addPart(String, String, Document) - Method in class ch.rabanti.picoxlsx4j.lowLevel.Packer
-
Adds a Part to the file
- addPart(String, String, Document, boolean) - Method in class ch.rabanti.picoxlsx4j.lowLevel.Packer
-
Adds a Part to the file
- addRelationshipEntry(String, String) - Method in class ch.rabanti.picoxlsx4j.lowLevel.Packer.Relationship
-
Adds a relationship entry to the relationship
- Address - Class in ch.rabanti.picoxlsx4j
-
C class representing a cell address (no getters and setters to simplify handling)
- Address(int, int) - Constructor for class ch.rabanti.picoxlsx4j.Address
-
Constructor with with row and column as arguments
- Address(int, int, Cell.AddressType) - Constructor for class ch.rabanti.picoxlsx4j.Address
-
Constructor with with row, column and address type as arguments
- Address(String) - Constructor for class ch.rabanti.picoxlsx4j.Address
-
Constructor with address as string
- Address(String, Cell.AddressType) - Constructor for class ch.rabanti.picoxlsx4j.Address
-
Constructor with address as string and address type.
- AddressMatchers - Class in ch.rabanti.picoxlsx4j.matchers
- AddressMatchers() - Constructor for class ch.rabanti.picoxlsx4j.matchers.AddressMatchers
- AddressTest - Class in ch.rabanti.picoxlsx4j
- AddressTest() - Constructor for class ch.rabanti.picoxlsx4j.AddressTest
- addStyle(Style) - Method in class ch.rabanti.picoxlsx4j.style.StyleManager
-
Adds a style component to the manager
- addStyle(Style) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Adds a style to the style manager
- addStyleComponent(Style, AbstractStyle) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Adds a style component to a style
- addWorksheet(Worksheet) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Adding a new Worksheet.
- addWorksheet(String) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Adding a new Worksheet.
- addWorksheet(String, boolean) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Adding a new Worksheet with a sanitizing option.
- append(AbstractStyle) - Method in class ch.rabanti.picoxlsx4j.style.Style
-
Appends the specified style parts to the current one.
- AppendAnnotation - Annotation Type in ch.rabanti.picoxlsx4j.style
-
Annotation designated to control the copying of style properties
- APPLICATIONNAME - Static variable in class ch.rabanti.picoxlsx4j.Version
-
Application name of the library
- autoFilter - ch.rabanti.picoxlsx4j.Worksheet.SheetProtectionValue
-
If selected, the user can use auto filters if the worksheets is protected
- Average(Range) - Static method in class ch.rabanti.picoxlsx4j.BasicFormulas
-
Returns a cell with a average formula
- Average(Worksheet, Range) - Static method in class ch.rabanti.picoxlsx4j.BasicFormulas
-
Returns a cell with a average formula
All Classes All Packages