Programming OpenOffice Calc from XSI

Date : Thu, 24 Jan 2008 12:00:42 -0000
To : <XSI(at)Softimage.COM>
From : "Adam Seeley" <Adam.Seeley(at)vtr.co.uk>
Subject : Programming OpenOffice Calc from XSI
Title: Programming OpenOffice Calc from XSI

Hi,

Have written some scripts recently to pipe information from XSI into Excel sheets which has been nice and dandy.
Looks like Microsoft Office products are too much of an overhead here so OpenOffice is the new software of choice within the organisation.

Does anyone know if it's possible to access OpenOffice Calc in the same way as Excel?

e.g. instead of

Set objExcel = CreateObject("Excel.Application")
objExcel.Workbooks.Add
Set objSheet = objExcel.ActiveWorkbook.Worksheets(1)
objSheet.Name = "JOB Data Sheet 1"           

will I be able to do something like:

Set objExcel = CreateObject("Calc.Application")
etc.

Has anyone been down this road yet?

Many thanks,

Adam.




No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.19.9 - Release Date: 22/01/2008 00:00
 

  • References:

Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.