Uses of Class
csv.impl.ExcelWriter
Packages that use ExcelWriter
Package
Description
Provides implementation classes for reading various kind of streams as well as producing
such.
-
Uses of ExcelWriter in csv.impl
Subclasses of ExcelWriter in csv.implModifier and TypeClassDescriptionclassProvides ability to write XML-based Excel files.Methods in csv.impl with parameters of type ExcelWriterModifier and TypeMethodDescriptionvoidDefaultExcelFormatter.finalize(ExcelWriter writer) Finalizes the workbook.voidDefaultExcelFormatter.finalize(ExcelWriter writer, int rowCount, int columnCount) Deprecated.voidExcelFormatter.finalize(ExcelWriter writer) Finalizes the workbook.voidExcelFormatter.finalize(ExcelWriter writer, int rowCount, int columnCount) Deprecated.Use the new methodExcelFormatter.finalize(ExcelWriter).voidDefaultExcelFormatter.finalizeFirstRow(ExcelWriter writer, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, int sheetIndex, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, int cellIndex) Finalized the first row of the given sheet by setting the autosize of the column.voidDefaultExcelFormatter.finalizeSheet(ExcelWriter writer, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, int sheetIndex) Finalizes the given sheet in the workbook.org.apache.poi.ss.usermodel.HorizontalAlignmentDefaultExcelFormatter.getAlign(ExcelWriter writer, int row, int column, Object value) Returns the alignment to be used.DefaultExcelFormatter.getBackgroundColor(ExcelWriter writer, int row, int column, Object value) Returns the background color for the specified cell.DefaultExcelFormatter.getBottomBorderColor(ExcelWriter writer, int row, int column, Object value) org.apache.poi.ss.usermodel.BorderStyleDefaultExcelFormatter.getBottomBorderThickness(ExcelWriter writer, int row, int column, Object value) protected ShortDefaultExcelFormatter.getCurrencyFormat(ExcelWriter writer, String format) Returns the ID of the format or creates a new one if required.protected ShortDefaultExcelFormatter.getDateFormat(ExcelWriter writer, String format) Returns the ID of the format or creates a new one if required.org.apache.poi.ss.usermodel.FillPatternTypeDefaultExcelFormatter.getFillPattern(ExcelWriter writer, int row, int column, Object value) Returns the fill pattern for the background.org.apache.poi.ss.usermodel.FontDefaultExcelFormatter.getFont(ExcelWriter writer, int row, int column, Object value) Returns the correct font for the cell.DefaultExcelFormatter.getForegroundColor(ExcelWriter writer, int row, int column, Object value) Returns the foreground color for the specified cell.DefaultExcelFormatter.getFormat(ExcelWriter writer, int row, int column, Object value) Returns the display format.org.apache.poi.ss.usermodel.HyperlinkDefaultExcelFormatter.getHyperlink(ExcelWriter writer, int row, int column, Object value) Returns a hyperlink object when the given cell shall be linked.protected ShortDefaultExcelFormatter.getIntegerFormat(ExcelWriter writer, String format) Returns the ID of the format or creates a new one if required.DefaultExcelFormatter.getLeftBorderColor(ExcelWriter writer, int row, int column, Object value) org.apache.poi.ss.usermodel.BorderStyleDefaultExcelFormatter.getLeftBorderThickness(ExcelWriter writer, int row, int column, Object value) protected ShortDefaultExcelFormatter.getRealFormat(ExcelWriter writer, String format) Returns the ID of the format or creates a new one if required.DefaultExcelFormatter.getRightBorderColor(ExcelWriter writer, int row, int column, Object value) org.apache.poi.ss.usermodel.BorderStyleDefaultExcelFormatter.getRightBorderThickness(ExcelWriter writer, int row, int column, Object value) DefaultExcelFormatter.getTopBorderColor(ExcelWriter writer, int row, int column, Object value) org.apache.poi.ss.usermodel.BorderStyleDefaultExcelFormatter.getTopBorderThickness(ExcelWriter writer, int row, int column, Object value) booleanDefaultExcelFormatter.isTextWrap(ExcelWriter writer, int row, int column, Object value) voidExcelListener.rowCreated(ExcelWriter writer, org.apache.poi.ss.usermodel.Row row) Notifies about rows created.voidDefaultExcelFormatter.setStyle(ExcelWriter writer, org.apache.poi.ss.usermodel.Cell cell, Object value) Sets the cell style.voidExcelFormatter.setStyle(ExcelWriter writer, org.apache.poi.ss.usermodel.Cell cell, Object value) Sets the cell style.
DefaultExcelFormatter.finalize(ExcelWriter)instead.