Difference between revisions of "Calc/Add-In/Python How-To"

From Apache OpenOffice Wiki
< Calc‎ | Add-In
Jump to: navigation, search
m
m
Line 8: Line 8:
  
 
You may also visit [http://www.biochemfusion.com/doc/Calc_addin_howto.html the original URL] to see if there is a more up-to-date version available.
 
You may also visit [http://www.biochemfusion.com/doc/Calc_addin_howto.html the original URL] to see if there is a more up-to-date version available.
 +
 +
[[Category:Development]]
 +
[[Category:API]]
 +
[[Category:Extensions]]
 +
[[Category:Calc|Add-In/{{SUBPAGENAME}}]]
 +
[[Category:Add-In]]
 +
[[Category:Tutorial]]
 +
[[Category:Python]]
 +
[[Category:Samples]]

Revision as of 15:44, 9 May 2009

This example will show you how to create a Python add-in for OpenOffice.org Calc 3.x. The add-in from the fictive DoobieCompany will

  • Add custom spreadsheet functions to Calc.
  • Make the custom functions available in Calc's Function Wizard.
  • Be packaged as an .OXT file so an end-user can install the Add-in by simply double-clicking the .OXT package.

More detailed documentation is available in the full download here media:DoobieDoo-example.zip.

You may also visit the original URL to see if there is a more up-to-date version available.

Personal tools