Questions tagged [libopc]

implementation of Part II (OPC) and Part III (MCE) of the ISO/IEC 29500 specification (OOXML)

Definition:

libOPC is an open source C-based library which implements Part II (OPC) and Part III (MCE) of the ISO/IEC 29500 specification (OOXML).

Important Links:

4 questions
2
votes
1 answer

Reading theme1.xml from a .docx, attribute without namespace

Im making a docx reader (libopc and C++) and I have problem when I want to get the minor and major Font from the theme1.xml. The problem is that I dont know how I have to write the namespace for attributes without it:
Miguel Angel
  • 630
  • 7
  • 18
1
vote
0 answers

Converting an xlsx file to a csv file c++

I am trying to read an xlsx file and write to a csv file using LibOPC. The xlsx file contains various data types and the structure of the file is important. I have used the following code to read the sharedstrings, but I'm not sure how to relate…
Jak
  • 471
  • 5
  • 20
1
vote
0 answers

Using libopc with iOS

Hi I am working on an app which includes the work of word processing. I am trying to use http://libopc.codeplex.com/ for this purpose but I cannot find a proper way to do it. Can anyone point me in the right direction as how to achieve this. I am…
brainforked
  • 369
  • 4
  • 15
0
votes
1 answer

Trying to install libopc, libxml2-dev, and zlib1g-dev

I'm trying to install the above in Ubuntu. When I tried following instructions at libopc Linux install by typing sudo command at step 3 at linux command prompt, it said I'm missing libxml2-dev and zlib1g-dev. When I downloaded libxml2-dev from …
Michele
  • 3,617
  • 12
  • 47
  • 81