QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Asil on February 12, 2020, 04:16:01 pm

Title: Can I read and write to openoffice writer and calculator? How?
Post by: Asil on February 12, 2020, 04:16:01 pm
Wanna work with openoffice writer and calculator... Any short tutorial about that or could you share your knowledge about that in a short way? Thanks.
Title: Re: Can I read and write to openoffice writer and calculator? How?
Post by: EricE on February 12, 2020, 08:16:56 pm
Hi Asil,
OpenOffice has been discontinued according to the Wiki article for it.
I would recommend using LibreOffice.

https://www.libreoffice.org/ (https://www.libreoffice.org/)

There is also a lot of help and support for using it.

https://www.libreoffice.org/get-help/community-support/ (https://www.libreoffice.org/get-help/community-support/)
Title: Re: Can I read and write to openoffice writer and calculator? How?
Post by: FellippeHeitor on February 12, 2020, 08:57:32 pm
You're probably looking for automation, so these are the commands you're after (click them to jump the wiki article):

Code: QB64: [Select]

For that task you'll likely be better served with something like AutoHotKey (probably the first result when you google that name).

On the other hand, OpenOffice (now LibreOffice) has a BASIC interpreter built in (a version of Visual Basic for Applications) and automation can probably work best if done from inside out in that case, instead of using an external program to do it.