trying to extract contents.xml from openoffice spreadsheet ods file in c++ program -


anyone know of way unpack ods file , read contents.xml file?

in program i'd able open ods file, , extract xml file parsing.

ive looked @ minizip, ods file not zip file. there other way?

any appreciated, alot, bryan

despite file extension still zip archive, minizip should work.

the original opendocument format consists of xml document has root element. opendocument files can take format of zip compressed archive containing number of files , directories; these can contain binary content , benefit zip's lossless compression reduce file size.

source


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -