pravin Posted October 16, 2010 Report Posted October 16, 2010 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 Quote
ShaunR Posted October 16, 2010 Report Posted October 16, 2010 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 This by maybe of use. I've never used it but would be worth a try. Quote
Francois Normandin Posted October 16, 2010 Report Posted October 16, 2010 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.