• import olefile
    
    ole = olefile.OleFileIO("estratti/oleObject1.bin")
    for entry in ole.listdir():
        print("Trovato:", entry)
        data = ole.openstream(entry).read()
        with open("estratti/estratto.yaml", "wb") as f:
            f.write(data)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment