congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
jxl.read.biff
Code IndexAdd Tabnine to your IDE (free)

How to use jxl.read.biff

Best Java code snippets using jxl.read.biff (Showing top 20 results out of 315)

origin: net.sourceforge.jexcelapi/jxl

/**
 * Static class for a dummy override, indicating that the formula
 * passed in is not a shared formula
 */
private static class IgnoreSharedFormula {};
public static final IgnoreSharedFormula ignoreSharedFormula
origin: net.sourceforge.jexcelapi/jxl

 /**
  * Gets the data
  *
  * @return the binary data
  */
 public byte[] getData()
 {
  return getRecord().getData();
 }
}
origin: net.sourceforge.jexcelapi/jxl

 /**
  * Used when copying a workbook to access the raw external sheet data
  *
  * @return the raw external sheet data
  */
 public byte[] getData()
 {
  return getRecord().getData();
 }
}
origin: net.sourceforge.jexcelapi/jxl

/**
 * Gets the data - used when copying a spreadsheet
 *
 * @return the raw external sheet data
 */
public byte[] getData()
{
 return getRecord().getData();
}
origin: net.sourceforge.jexcelapi/jxl

/**
 * Called when copying a sheet.  Just returns the raw data
 *
 * @return the raw data
 */
public byte[] getData()
{
 return getRecord().getData();
}

origin: com.hynnet/jxl

/**
 * Constructs the dimensions from the raw data
 *
 * @param t the raw data
 * @param biff7 an indicator to initialise this record for biff 7 format
 */
public DimensionRecord(Record t, Biff7 biff7)
{
 super(t);
 byte[] data = t.getData();
 read10ByteData(data);
}
origin: com.hynnet/jxl

/**
 * Constructs this object from the raw data
 *
 * @param t the raw data
 */
public NineteenFourRecord(Record t)
{
 super(t);
 byte[] data = getRecord().getData();
 nineteenFour = data[0] == 1 ? true : false;
}
origin: com.hynnet/jxl

 /**
  * Gets the position of the current record in the biff file
  *
  * @return the position
  */
 public int getPos()
 {
  return file.getPos() - record.getLength() - 4;
 }
}
origin: com.hynnet/jxl

/**
 * Gets the length of the data portion of this record
 * Used to adjust when reading sheets which contain just a chart
 * @return the length of the data portion of this record
 */
int getLength()
{
 return getRecord().getLength();
}
origin: net.sourceforge.jexcelapi/jxl

 /**
  * Accessor for the binary data
  *
  * @return the binary data
  */
 public byte[] getData()
 {
  return getRecord().getData();
 }
}
origin: net.sourceforge.jexcelapi/jxl

 /**
  * Accessor for the binary data - used when copying
  *
  * @return the binary data
  */
 public byte[] getData()
 {
  return getRecord().getData();
 }
}
origin: com.hynnet/jxl

/**
 * Static class for a dummy override, indicating that the formula
 * passed in is not a shared formula
 */
private static class IgnoreSharedFormula {};
public static final IgnoreSharedFormula ignoreSharedFormula
origin: com.hynnet/jxl

 /**
  * Gets the data
  *
  * @return the binary data
  */
 public byte[] getData()
 {
  return getRecord().getData();
 }
}
origin: com.hynnet/jxl

 /**
  * Used when copying a workbook to access the raw external sheet data
  *
  * @return the raw external sheet data
  */
 public byte[] getData()
 {
  return getRecord().getData();
 }
}
origin: com.hynnet/jxl

/**
 * Gets the data - used when copying a spreadsheet
 *
 * @return the raw external sheet data
 */
public byte[] getData()
{
 return getRecord().getData();
}
origin: com.hynnet/jxl

/**
 * Called when copying a sheet.  Just returns the raw data
 *
 * @return the raw data
 */
public byte[] getData()
{
 return getRecord().getData();
}

origin: net.sourceforge.jexcelapi/jxl

/**
 * Constructs the dimensions from the raw data
 *
 * @param t the raw data
 * @param biff7 an indicator to initialise this record for biff 7 format
 */
public DimensionRecord(Record t, Biff7 biff7)
{
 super(t);
 byte[] data = t.getData();
 read10ByteData(data);
}
origin: net.sourceforge.jexcelapi/jxl

/**
 * Constructs this object from the raw data
 *
 * @param t the raw data
 */
public NineteenFourRecord(Record t)
{
 super(t);
 byte[] data = getRecord().getData();
 nineteenFour = data[0] == 1 ? true : false;
}
origin: net.sourceforge.jexcelapi/jxl

 /**
  * Gets the position of the current record in the biff file
  *
  * @return the position
  */
 public int getPos()
 {
  return file.getPos() - record.getLength() - 4;
 }
}
origin: net.sourceforge.jexcelapi/jxl

/**
 * Gets the length of the data portion of this record
 * Used to adjust when reading sheets which contain just a chart
 * @return the length of the data portion of this record
 */
int getLength()
{
 return getRecord().getLength();
}
jxl.read.biff

Most used classes

  • BiffException
    Exception thrown when reading a biff file
  • WorkbookParser
    Parses the biff file passed in, and builds up an internal representation of the spreadsheet
  • BOFRecord
    A Beginning Of File record, found at the commencement of all substreams within a biff8 file
  • BaseSharedFormulaRecord
    A base class for shared formula records
  • BiffRecordReader
    Serves up Record objects from a biff file. This object is used by the demo programs BiffDump and ...
  • BooleanFormulaRecord,
  • BooleanRecord,
  • BottomMarginRecord,
  • BoundsheetRecord,
  • ButtonPropertySetRecord,
  • CalcModeRecord,
  • CellFeaturesAccessor,
  • CellValue,
  • CentreRecord,
  • CodepageRecord,
  • ColumnInfoRecord,
  • CompoundFile,
  • CountryRecord,
  • DateFormulaRecord
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now