First, thanks for writing this, it is much helpful.
I need to get the data values (sheet) from MSGraph.
I did:
f=OleFileIO_PL.OleFileIO('mygraphfile')
f.listdir()
output: [['\x01CompObj'], ['\x01Ole'], ['Workbook']]
and now:
f.openstream('Workbook').read()
gave me a binary stream, where I recognized the data in.
Is there a way to grep the data from the binary stream?
Reading MSGraph workbook data
Hi,
First, thanks for writing this, it is much helpful.
I need to get the data values (sheet) from MSGraph.
I did:
f=OleFileIO_PL.OleFileIO('mygraphfile')
f.listdir()
output: [['\x01CompObj'], ['\x01Ole'], ['Workbook']]
and now:
f.openstream('Workbook').read()
gave me a binary stream, where I recognized the data in.
Is there a way to grep the data from the binary stream?
Thanks again,
Naor.