Hi,

is it possible to put something like the following StarBasic code into a
C++ extension:

   oExcel = CreateObject("Excel.Application")
   oBook = oExcel.Workbooks.Add
   oBook.SaveAs("C:\temp\testing.xls")
   oExcel.Quit

In other words, can a C++ extension work with ActiveX objects?

If not, is it possible to call a StarBasic macro from a C++ extension?

Thanks for any hints!
Jan

P.S. Yes, I know that LO has its own spreadsheet module :-)

_______________________________________________
LibreOffice mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to