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.
Comments
Post a Comment