Author Topic: OpenOffice write document ODT  (Read 2080 times)

0 Members and 1 Guest are viewing this topic.

FELIX

  • Bull Frog
  • Posts: 241
OpenOffice write document ODT
« on: November 10, 2018, 03:19:45 PM »
Does anyone have any reference on how to create ODT files, document in OpenOffice?
OK.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2132
  • class keyThumper<T>:ILazy<T>
Re: OpenOffice write document ODT
« Reply #1 on: November 10, 2018, 08:41:48 PM »
Which language do you want to use ??

http://www.opendocumentformat.org/developers/

Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

FELIX

  • Bull Frog
  • Posts: 241
Re: OpenOffice write document ODT
« Reply #2 on: November 11, 2018, 12:44:20 PM »
Autolisp.
OK.

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: OpenOffice write document ODT
« Reply #3 on: November 12, 2018, 07:31:10 AM »
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

FELIX

  • Bull Frog
  • Posts: 241
Re: OpenOffice write document ODT
« Reply #4 on: November 12, 2018, 07:44:08 AM »
Link to using OO Calc with AutoLisp.
http://www.theswamp.org/index.php?topic=31362.msg369311#msg369311

It's not OO Calc, it's the OO Writer (ODF/ODT file).
OK.

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: OpenOffice write document ODT
« Reply #5 on: November 12, 2018, 08:01:50 AM »
Same api.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

BIGAL

  • Swamp Rat
  • Posts: 1409
  • 40 + years of using Autocad
Re: OpenOffice write document ODT
« Reply #6 on: November 12, 2018, 08:43:01 PM »
Like John kaul just google excel-autocad as another example of how to talk to another program, I have somewhere talking to Ms-Word.

Code: [Select]
(setq *ExcelApp% (vlax-get-or-create-object "Excel.Application"))
  (vlax-invoke-method (vlax-get-property *ExcelApp% 'WorkBooks) 'Open ExcelFile$)
A man who never made a mistake never made anything

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8691
  • AKA Daniel
Re: OpenOffice write document ODT
« Reply #7 on: November 12, 2018, 09:08:59 PM »
isn't ODT just a zipped xml file?  maybe not