All Downloads are FREE. Search and download functionalities are using the official Maven repository.

loci.poi.poifs.list Maven / Gradle / Ivy

Go to download

Java API to handle Microsoft OLE 2 Compound Document format (Word, Excel). Based on poi-2.5.1-final-20040804.jar, with bugfixes for OLE v2 and memory efficiency improvements. Used by Bio-Formats for OLE support (cxd, ipw, oib, zvi). Used by VisBio overlays logic for XLS export feature.

There is a newer version: 5.3.9
Show newest version
filesystem/POIFSDocument.java:172:                new SmallBlockStore(SmallDocumentBlock.convert(bigBlocks,
filesystem/POIFSDocument.java:497:                smallBlocks = SmallDocumentBlock.convert(stream.toByteArray(),
filesystem/POIFSDocument.java:590:                bigBlocks = DocumentBlock.convert(stream.toByteArray(), size,
property/PropertyFactory.java:60:    static List convertToProperties(ListManagedBlock [] blocks)
property/PropertyTable.java:81:                .convertToProperties(blockList.fetchBlocks(startBlock));
storage/SmallDocumentBlock.java:66:    public static SmallDocumentBlock [] convert(final byte [] array,
storage/SmallDocumentBlock.java:133:    public static SmallDocumentBlock [] convert(final BlockWritable [] store,
storage/SmallDocumentBlock.java:145:            new SmallDocumentBlock[ convertToBlockCount(size) ];
storage/SmallDocumentBlock.java:245:    private static int convertToBlockCount(final int size)
storage/DocumentBlock.java:138:    public static DocumentBlock [] convert(final byte [] array,




© 2015 - 2025 Weber Informatics LLC | Privacy Policy