Class XSSFBUtils

java.lang.Object
org.apache.poi.xssf.binary.XSSFBUtils

@Internal public class XSSFBUtils extends Object
Since:
3.16-beta3
  • Constructor Details

    • XSSFBUtils

      public XSSFBUtils()
  • Method Details

    • readXLWideString

      public static int readXLWideString(byte[] data, int offset, StringBuilder sb) throws XSSFBParseException
      Reads an XLNullableWideString.
      Parameters:
      data - data from which to read
      offset - in data from which to start
      sb - buffer to which to write. You must setLength(0) before calling!
      Returns:
      number of bytes read
      Throws:
      XSSFBParseException - if there was an exception while trying to read the string