Class XSSFBUtils


  • @Internal
    public class XSSFBUtils
    extends java.lang.Object
    Since:
    3.16-beta3
    • Constructor Summary

      Constructors 
      Constructor Description
      XSSFBUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int readXLWideString​(byte[] data, int offset, java.lang.StringBuilder sb)
      Reads an XLNullableWideString.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XSSFBUtils

        public XSSFBUtils()
    • Method Detail

      • readXLWideString

        public static int readXLWideString​(byte[] data,
                                           int offset,
                                           java.lang.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