Class XlsxUtils

java.lang.Object
overit.geocall.util.XlsxUtils

public class XlsxUtils extends Object
Utility class used to handle the Xlsx
  • Field Details

    • MAX_ROW_NUMBER

      public static final int MAX_ROW_NUMBER
    • MAX_COL_NUMBER

      public static final int MAX_COL_NUMBER
    • COLUMN_CHAR_SIZE

      public static final int COLUMN_CHAR_SIZE
    • XLS_TO_XLSX

      public static final String XLS_TO_XLSX
      See Also:
    • DEFAULT_TABLEVIEW_FONT

      public static final String DEFAULT_TABLEVIEW_FONT
      See Also:
    • DEFAULT_HEADER_FONT

      public static final String DEFAULT_HEADER_FONT
      See Also:
    • DEFAULT_TITLE_FONT

      public static final String DEFAULT_TITLE_FONT
      See Also:
    • DEFAULT_ROW_HEIGHT

      public static final int DEFAULT_ROW_HEIGHT
      See Also:
    • MAX_COLUMN_CHAR

      public static final int MAX_COLUMN_CHAR
      See Also:
    • COLUMN_WIDTH_MULTIPLIER

      public static final int COLUMN_WIDTH_MULTIPLIER
      The method setColumnWidth(int columnIndex,int width) sets the width in units of 1/256th of a character width, so we use this multiplier to obtain the correct width
      See Also:
    • EMU_PER_MM

      public static final int EMU_PER_MM
      Modified to support EMU - English Metric Units - used within the OOXML workbooks, this multoplier is used to convert between measurements in millimetres and in EMUs
      See Also:
    • EXPAND_ROW

      public static final int EXPAND_ROW
      If the image will be higher than the row, the behaviour plans to expand the row height
      See Also:
    • EXPAND_COLUMN

      public static final int EXPAND_COLUMN
      If the image will be larger than the column, the behaviour plans to expand the column width
      See Also:
    • EXPAND_ROW_AND_COLUMN

      public static final int EXPAND_ROW_AND_COLUMN
      If the image will be higher than the row, or larger than the column, the behaviour plans to expand the row height and the column width
      See Also:
    • OVERLAY_ROW_AND_COLUMN

      public static final int OVERLAY_ROW_AND_COLUMN
      If the image will be higher than the row or larger than the column, it will be positioned over the rows and columns, without expanding them
      See Also:
  • Constructor Details

    • XlsxUtils

      public XlsxUtils()