Written by

System Analyst at First Line Software
Question Flávio Lúcio Naves Júnior · Aug 27, 2019

Does Anyone Know if IRIS or Caché has functionality for Excel DDE or RTD?

Hello Everyone,

I want to Know Caché or IRIS has some way to communicate with DDE or RTD from Excel?

Att. Flávio.

Comments

Eduard Lebedyuk · Aug 27, 2019

What do you want to achieve?

Do you want to read or write excel files?

0
Flávio Lúcio Naves Júnior  Aug 29, 2019 to Henrique Dias

Thank you Henrique,

But i need to write Excel files with a client server architecture, this is not a web application. I thought in a Class or something like this.

0
Michael Davidovich  Sep 12, 2019 to Flávio Lúcio Naves Júnior

@Flávio Lúcio Naves Júnior 

Check out my thread: https://community.intersystems.com/post/use-cache-write-excel-files

Basically people mentioned using Zen, Apache POI or Python.

What we ended up doing was reverse engineering a Excel spreadsheet and using the %XML.Writer class, created functions to build out an XML file that is built and optimized for Excel.  The problem is that you're left with just and XML file and not a true Excel file.  We are working on that post processing challenge now.

Hope this helps!

0