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
R
- Range - Class in ch.rabanti.picoxlsx4j
-
Class representing a cell range (no getters and setters to simplify handling)
- Range(Address, Address) - Constructor for class ch.rabanti.picoxlsx4j.Range
-
Constructor with with addresses as arguments
- Range(String) - Constructor for class ch.rabanti.picoxlsx4j.Range
-
Constructor with a range string as argument
- RangeException - Exception in ch.rabanti.picoxlsx4j.exception
-
Class for exceptions regarding range incidents (e.g out-of-range)
- RangeException() - Constructor for exception ch.rabanti.picoxlsx4j.exception.RangeException
-
Default constructor
- RangeException(String, String) - Constructor for exception ch.rabanti.picoxlsx4j.exception.RangeException
-
Constructor with passed message
- RangeMatchers - Class in ch.rabanti.picoxlsx4j.matchers
- RangeMatchers() - Constructor for class ch.rabanti.picoxlsx4j.matchers.RangeMatchers
- RangeTest - Class in ch.rabanti.picoxlsx4j
- RangeTest() - Constructor for class ch.rabanti.picoxlsx4j.RangeTest
- recalculateAutoFilter() - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Method to recalculate the auto filter (columns) of this worksheet.
- recalculateColumns() - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Method to recalculate the collection of columns of this worksheet.
- Relationship(String) - Constructor for class ch.rabanti.picoxlsx4j.lowLevel.Packer.Relationship
-
Constructor with definition of the root folder
- removeAutoFilter() - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Removes auto filters from the worksheet
- removeCell(int, int) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Removes a previous inserted cell at the defined address
- removeCell(String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Removes a previous inserted cell at the defined address
- removeHiddenColumn(int) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Sets a previously defined, hidden column as visible again
- removeHiddenColumn(String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Sets a previously defined, hidden column as visible again
- removeHiddenRow(int) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Sets a previously defined, hidden row as visible again
- removeMergedCells(String) - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Removes the defined merged cell range
- removeSelectedCells() - Method in class ch.rabanti.picoxlsx4j.Worksheet
-
Removes the cell selection of this worksheet
- removeStyle() - Method in class ch.rabanti.picoxlsx4j.Cell
-
Removes the assigned style from the cell
- removeStyle(Style) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Removes the passed style from the style sheet
- removeStyle(Style, boolean) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Removes the defined style from the style manager of the workbook
- removeStyle(String) - Method in class ch.rabanti.picoxlsx4j.style.StyleManager
-
Removes a style and all its components from the style manager
- removeStyle(String) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Removes the defined style from the style sheet of the workbook
- removeStyle(String, boolean) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Removes the defined style from the style manager of the workbook
- removeWorksheet(String) - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Removes the defined worksheet
- resolveCellAddress(int, int) - Static method in class ch.rabanti.picoxlsx4j.Cell
-
Gets the address of a cell by the column and row number (zero based)
- resolveCellAddress(int, int, Cell.AddressType) - Static method in class ch.rabanti.picoxlsx4j.Cell
-
Gets the address of a cell by the column and row number (zero based)
- resolveCellCoordinate(String) - Static method in class ch.rabanti.picoxlsx4j.Cell
-
Gets the column and row number (zero based) of a cell by the address
- resolveCellRange(String) - Static method in class ch.rabanti.picoxlsx4j.Cell
-
Resolves a cell range from the format like A1:B3 or AAD556:AAD1000
- resolveCellType() - Method in class ch.rabanti.picoxlsx4j.Cell
-
Method resets the Cell type and tries to find the actual type.
- resolveColumn(String) - Static method in class ch.rabanti.picoxlsx4j.Cell
-
Gets the column number from the column address (A - XFD)
- resolveColumnAddress(int) - Static method in class ch.rabanti.picoxlsx4j.Cell
-
Gets the column address (A - XFD)
- resolveMergedCells() - Method in class ch.rabanti.picoxlsx4j.Workbook
-
Method to resolve all merged cells in all worksheets.
- right - ch.rabanti.picoxlsx4j.style.CellXf.HorizontalAlignValue
-
Content will be aligned right
- right() - Method in class ch.rabanti.picoxlsx4j.Shortener
-
Moves the cursor one column to the right
- right(int) - Method in class ch.rabanti.picoxlsx4j.Shortener
-
Moves the cursor the number of defined columns to the right
- Round(Address, int) - Static method in class ch.rabanti.picoxlsx4j.BasicFormulas
-
Returns a cell with a round formula
- Round(Worksheet, Address, int) - Static method in class ch.rabanti.picoxlsx4j.BasicFormulas
-
Returns a cell with a round formula
- RoundFormat() - Static method in class ch.rabanti.picoxlsx4j.style.BasicStyles
-
Gets the round format style
- Row - Variable in class ch.rabanti.picoxlsx4j.Address
-
Row of the address (zero-based)
- RowToRow - ch.rabanti.picoxlsx4j.Worksheet.CellDirection
-
The next cell will be on the same column (A1,A2,A3...)
All Classes All Packages