Re: [dev] Spreadsheet Add-Ins and Java

2005-03-29 Thread Jürgen Schmidt
Hi, you should take a look into the DevGuide and the SDK examples. In the DevGuide you find a section where calc add-ins are explained in details and in the SDK you will find working examples. Juergen Ary Junior wrote: Hi, Im trying to create a add-in function with Java that gets the value of

[dev] Spreadsheet Add-Ins and Java

2005-03-28 Thread Ary Junior
Hi, Im trying to create a add-in function with Java that gets the value of a cell in a Spreadsheet document, query values on my DB and sets the results in a cell range of this same document. My question is: How can I get the reference of a com.sun.star.sheet.XSpreadsheetDocument that's calling