Jump to content

Recommended Posts

Posted (edited)

GMK:

Thanks for posting this 'updated' version of the OOCalc UDF?

I can confirm that your demo file works well in the current stable Apache OpenOffice v 3.4.1 version.

It did not report any errors. I am sure there will be a use for this script. :thumbsup:

Again, Many thanks for sharing.

Edited by Mehomic
  • 1 month later...
Posted

Very usefull UDF and example

Thanks for sharing

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 2 weeks later...
Posted

I've tried to run the example but get the following error:

OOoCalc.au3 (3151) : ==> Variable must be of type "Object".:
Local $oSM = ObjCreate("com.sun.star.ServiceManager"), $oReturn = $oSM.Bridge_GetStruct("com.sun.star.beans.PropertyValue")
Local $oSM = ObjCreate("com.sun.star.ServiceManager"), $oReturn = $oSM^ ERROR
>Exit code: 1    Time: 2.335
 

Any help would be appreciated.

Dick Williams

Posted (edited)

Do you have OpenOffice installed?

EdIt: Or LibreOffice?

Edited by BrewManNH

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

Unfortunately, I'm unable to test on Windows 8.  Can anyone else with  Windows 8 run the example successfully?

Posted

Just a suggestion, add some error checking to the UDF functions because currently there's practically none. That error wouldn't have crashed the script if there was a check to see if $oSM was an object prior to trying to use it as one.

@DickWms - Have you tried running the script as a 32 bit process instead of a 64 bit one?

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

Without OOo or Libre installed, it's from the first call to _OOoCalcBookNew, as soon as it hits that it jumps to the function __OOoCalcSetPropertyValue which causes the error to appear. I'm guessing, and only a guess, that DickWms is seeing the same thing.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

I just get through the line: MsgBox(64 + 262144, $sTitle, "Create a new Book")

The error seems to be called by the line: $oCalc = _OOoCalcBookNew() ;Create test file

Dick Williams

Posted

I've tried the latest version.  Here are the first few lines of the error messages I get.

Dick Williams

 

>"C:Program Files (x86)AutoIt3SciTE..autoit3.exe" /ErrorStdOut "C:Usersdickw_000Desktopnew autoitOOoCalc_Demo.au3"
--> OOoCalc.au3 V2.1.0 Error from function _OOoCalcBookNew ($_OOoCalcStatus_GeneralError - Unable to create service manager object)
--> OOoCalc.au3 V2.1.0 Error from function _OOoCalcSheetList ($_OOoCalcStatus_InvalidDataType - Invalid Calc object)
--> OOoCalc.au3 V2.1.0 Error from function _OOoCalcSheetNameSet ($_OOoCalcStatus_InvalidDataType - Invalid Calc object)
--> OOoCalc.au3 V2.1.0 Error from function _OOoCalcWriteCell ($_OOoCalcStatus_InvalidDataType - Invalid Calc object)
--> OOoCalc.au3 V2.1.0 Error from function _OOoCalcCellSetColors ($_OOoCalcStatus_InvalidDataType - Invalid Calc object)
--> OOoCalc.au3 V2.1.0 Error from function _OOoCalcWriteCell ($_OOoCalcStatus_InvalidDataType - Invalid Calc object)

Posted (edited)

Unfortunately, I don't have a Windows 8 machine with OpenOffice 3.4.1.  Have you tried re-installing (possibly after uninstalling) OpenOffice?  (EDIT: Make sure you do a full install, in case there are some components missing at the moment.)  There sounds like something different going on with Windows 8 that doesn't allow the UNO objects to be created.

If that doesn't work (and I know this might be asking a bit much), would it be possible to download and install LibreOffice 4.1 and test with that?

Edited by GMK
Posted

I just stumbled upon a possible cause of the problem.  It's possible that there could be a class permissions issue, in which case you'd have to go to the Component Services administrative tool.  I'm guessing you'll want to look for OpenOffice Service Manager, or something similar.

Posted

Success -  I uninstalled Office 3.4.1 and installed Office 4.0.0.

OOoCalc_Demo.au3 sems to run just fine now.

Thank you for your help.

Dick Williams

  • 4 months later...
Posted

If I may make a suggestion... It would extremely helpful if you could add the $fVisible parameter into _OOoCalcBookOpen so that we can open the book hidden just as we are able to in the _ExcelBookOpen. This makes a world of difference if someone just wants to write data to a file without actually showing the file.

Just look at us.
Everything is backwards; everything is upside down. Doctors destroy health. Lawyers destroy justice. Universities destroy knowledge. Governments destroy freedom. The major media destroy information and religions destroy spirituality. ~ Michael Ellner


The internet is our one and only hope at a truly free world, do not let them take it from us...

Posted

I don't believe that option is possible with OOo because OOo's interface doesn't support it.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...