loci.poi.hssf.usermodel.HSSFWorkbook.addSSTString(String)
Do not call this method from your applications. Use the methods
available in the HSSFRow to add string HSSFCells
|
loci.poi.hpsf.wellknown.SectionIDMap.get(Object)
|
loci.formats.IFormatReader.getChannelDimLengths() |
loci.formats.IFormatReader.getChannelDimTypes() |
loci.formats.DimensionSwapper.getCoreMetadata() |
loci.formats.FileStitcher.getCoreMetadata() |
loci.formats.ReaderWrapper.getCoreMetadata() |
loci.formats.IFormatReader.getCoreMetadata()
Use #getCoreMetadataList instead.
|
loci.formats.ImageReader.getCoreMetadata() |
loci.formats.FormatReader.getCoreMetadata() |
loci.poi.hssf.usermodel.HSSFCell.getEncoding()
As of 3-Jan-06 POI now automatically handles Unicode without forcing the encoding.
|
loci.poi.hssf.usermodel.HSSFWorkbook.getSSTString(int)
Do not call this method from your applications. Use the methods
available in the HSSFRow to get string HSSFCells
|
loci.poi.hssf.usermodel.HSSFCell.getStringCellValue()
Use the HSSFRichTextString return
|
com.sun.media.imageio.plugins.bmp.BMPImageWriteParam.getVersion() |
loci.poi.hpsf.wellknown.SectionIDMap.put(Object, Object)
|
loci.poi.hssf.record.RecordInputStream.readAllContinuedRemainder()
Best to write a input stream that wraps this one where there is
special sub record that may overlap continue records.
|
loci.poi.hssf.usermodel.HSSFCell.setCellValue(String)
Use setCellValue(HSSFRichTextString) instead.
|
loci.poi.hssf.usermodel.HSSFCell.setEncoding(short)
As of 3-Jan-06 POI now automatically handles Unicode without forcing the encoding.
|
loci.poi.hssf.record.MergeCellsRecord.setNumAreas(short)
We now link the size to the actual array of merged regions
|
loci.poi.hssf.usermodel.HSSFSheet.setProtect(boolean)
use protectSheet(String, boolean, boolean)
|
ome.xml.meta.AggregateMetadata.setRoot(Object) |
ome.xml.meta.OMEXMLMetadataImpl.setRoot(Object) |
ome.xml.meta.MetadataStore.setRoot(Object) |
ome.xml.meta.FilterMetadata.setRoot(Object) |
ome.xml.meta.DummyMetadata.setRoot(Object) |
loci.poi.hssf.model.Workbook.setSheetName(int, String, short)
3-Jan-06 Simply use setSheetNam e(int sheetnum, String sheetname)
|
loci.poi.hssf.usermodel.HSSFWorkbook.setSheetName(int, String, short)
3-Jan-2006 POI now automatically detects unicode and sets the encoding
appropriately. Simply use setSheetName(int sheet, String encoding)
|