Reading OLE in R?
Asked Answered
H

0

6

I'm trying to read a file that is encoded in OLE format. It isn't a Microsoft Office/common file format that I'd be able to just find a reader for.

I'm trying to write my own reader - I have the file's specification but need the ability to open OLE storages/streams in the file.

Does anyone know of an R package that would assist in this (reading OLE streams)?

Hbomb answered 23/8, 2012 at 22:21 Comment(1)
bump I just managed to read an OLE stream in python using oletools, but was wondering if R has a similar package as well (as of Feb 2022).Sickly

© 2022 - 2024 — McMap. All rights reserved.