Uses of Class
csv.impl.ExcelWriter

Packages that use ExcelWriter 
Package Description
csv.impl
Provides implementation classes for reading various kind of streams as well as producing such.
  • Uses of ExcelWriter in csv.impl

    Methods in csv.impl with parameters of type ExcelWriter 
    Modifier and Type Method Description
    void DefaultExcelFormatter.finalize​(ExcelWriter writer, int rowCount, int columnCount)
    Finalizes the workbook.
    void ExcelFormatter.finalize​(ExcelWriter writer, int rowCount, int columnCount)
    Finalizes the workbook.
    org.apache.poi.ss.usermodel.HorizontalAlignment DefaultExcelFormatter.getAlign​(ExcelWriter writer, int row, int column, java.lang.Object value)
    Returns the alignment to be used.
    java.lang.Short DefaultExcelFormatter.getBackgroundColor​(ExcelWriter writer, int row, int column, java.lang.Object value)
    Returns the background color for the specified cell.
    java.lang.Short DefaultExcelFormatter.getBottomBorderColor​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    org.apache.poi.ss.usermodel.BorderStyle DefaultExcelFormatter.getBottomBorderThickness​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    protected java.lang.Short DefaultExcelFormatter.getDateFormat​(ExcelWriter writer, java.lang.String format)
    Returns the ID of the format or creates a new one if required.
    org.apache.poi.ss.usermodel.FillPatternType DefaultExcelFormatter.getFillPattern​(ExcelWriter writer, int row, int column, java.lang.Object value)
    Returns the fill pattern for the background.
    org.apache.poi.ss.usermodel.Font DefaultExcelFormatter.getFont​(ExcelWriter writer, int row, int column, java.lang.Object value)
    Returns the correct font for the cell.
    java.lang.Short DefaultExcelFormatter.getForegroundColor​(ExcelWriter writer, int row, int column, java.lang.Object value)
    Returns the foreground color for the specified cell.
    java.lang.Short DefaultExcelFormatter.getFormat​(ExcelWriter writer, int row, int column, java.lang.Object value)
    Returns the display format.
    org.apache.poi.ss.usermodel.Hyperlink DefaultExcelFormatter.getHyperlink​(ExcelWriter writer, int row, int column, java.lang.Object value)
    Returns a hyperlink object when the given cell shall be linked.
    protected java.lang.Short DefaultExcelFormatter.getIntegerFormat​(ExcelWriter writer, java.lang.String format)
    Returns the ID of the format or creates a new one if required.
    java.lang.Short DefaultExcelFormatter.getLeftBorderColor​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    org.apache.poi.ss.usermodel.BorderStyle DefaultExcelFormatter.getLeftBorderThickness​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    protected java.lang.Short DefaultExcelFormatter.getRealFormat​(ExcelWriter writer, java.lang.String format)
    Returns the ID of the format or creates a new one if required.
    java.lang.Short DefaultExcelFormatter.getRightBorderColor​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    org.apache.poi.ss.usermodel.BorderStyle DefaultExcelFormatter.getRightBorderThickness​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    java.lang.Short DefaultExcelFormatter.getTopBorderColor​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    org.apache.poi.ss.usermodel.BorderStyle DefaultExcelFormatter.getTopBorderThickness​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    boolean DefaultExcelFormatter.isTextWrap​(ExcelWriter writer, int row, int column, java.lang.Object value)  
    void ExcelListener.rowCreated​(ExcelWriter writer, org.apache.poi.ss.usermodel.Row row)
    Notifies about rows created.
    void DefaultExcelFormatter.setStyle​(ExcelWriter writer, org.apache.poi.ss.usermodel.Cell cell, java.lang.Object value)
    Sets the cell style.
    void ExcelFormatter.setStyle​(ExcelWriter writer, org.apache.poi.ss.usermodel.Cell cell, java.lang.Object value)
    Sets the cell style.