Jump to content

How To REad Open Office File In LabVIEW


Recommended Posts

HI all,

i want to read open office.org Calc .ods format file in labview

here i have attached the file please help me out.

thanks

Hi Pravin,

the RGT addon, as pointed by Shaun, is an incomplete suite that creates only Writer's odt files. The framework can be extended for Calc as well but I never got to continue working on it. It is still marked as "beta" because it is not complete. It's OOP based and extends NI's refactored RGT.

If you want, install it and take a look at the code. You can probably extract enough information to customize something for your need. It is based on the .net AODL libraries. There is a link to the development site of AODL on the discussion page. You don't need to make it OOP to make it work. Create a reference to the ODS document and work from there with the iContents and iTables/iCells that are specific to Calc. All you need to get started is to have the AODL dll accompaying your code.

BTW, AODL = An Open Document Library

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.