You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Jarl Friis <ja...@softace.dk> on 2018/11/21 07:29:15 UTC

CLI for POIFS

Hi.

As explained on http://poi.apache.org/components/poifs/index.html
POIFS is a library to handle POIFS files just like a zip-container.

I would like to simply unpack an MSI file. As I understand it MSI
files are also just POIFS files.

Is there a command line tool to just unpack any OLE2, i.e. POIFS file?

Jarl

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: CLI for POIFS

Posted by Jarl Friis <ja...@softace.dk>.
Thank you for all replies.

I will take a look at it.

Jarl

Den ons. 21. nov. 2018 kl. 11.58 skrev Nick Burch <ap...@gagravarr.org>:

> On Wed, 21 Nov 2018, Jarl Friis wrote:
> > As explained on http://poi.apache.org/components/poifs/index.html
> > POIFS is a library to handle POIFS files just like a zip-container.
> >
> > Is there a command line tool to just unpack any OLE2, i.e. POIFS file?
>
> org.apache.poi.poifs.dev.POIFSDump may do what you want
>
> Nick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
> For additional commands, e-mail: user-help@poi.apache.org
>
>

-- 
Jarl Friis
Softace ApS
RĂ„dhustorvet 7, 2.
3520 Farum
LinkedIn: http://dk.linkedin.com/in/jarlfriis

Re: CLI for POIFS

Posted by Nick Burch <ap...@gagravarr.org>.
On Wed, 21 Nov 2018, Jarl Friis wrote:
> As explained on http://poi.apache.org/components/poifs/index.html
> POIFS is a library to handle POIFS files just like a zip-container.
>
> Is there a command line tool to just unpack any OLE2, i.e. POIFS file?

org.apache.poi.poifs.dev.POIFSDump may do what you want

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: CLI for POIFS

Posted by Dominik Stadler <do...@gmx.at>.
Hi,

I don't think there is one, although it would probably be not hard to write
one.

Any takers?

Dominik.


On Wed, Nov 21, 2018 at 8:29 AM Jarl Friis <ja...@softace.dk> wrote:

> Hi.
>
> As explained on http://poi.apache.org/components/poifs/index.html
> POIFS is a library to handle POIFS files just like a zip-container.
>
> I would like to simply unpack an MSI file. As I understand it MSI
> files are also just POIFS files.
>
> Is there a command line tool to just unpack any OLE2, i.e. POIFS file?
>
> Jarl
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
> For additional commands, e-mail: user-help@poi.apache.org
>
>

Re: CLI for POIFS

Posted by kiwiwings <ki...@apache.org>.
Please also have a look at
http://people.apache.org/~kiwiwings/20140908_MSIAPI_JUnitTests.zip

This is a bit out-dated, but probably a good starting point.

Andi



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org