| View previous topic :: View next topic |
| Author |
Message |
makets Newbie

Joined: 18 Apr 2012 Posts: 1
|
Posted: Wed Apr 18, 2012 9:51 pm Post subject: about the cell processes? |
|
|
hi to all,
i interested with oootools.pas and other libraries but i cant make my want for openoffice calc doc.
i can make that for excel:
range := ExcelApp.Workbooks[1].WorkSheets['Sheet1'].Range['N46:N46'];
Range.Borders.LineStyle := 1; //frame cell
ExcelApp.Cells[46, 16].Value := 'Test'; // Prints text in cell
range2 := ExcelApp.Workbooks[1].WorkSheets['Sheet1'].Range['R46:R46'];
Range.Borders.LineStyle := 0; // remove frame cell
and i only want modify calc file, All the data contained in the file is must not go clean.
but i cant for openoffice.
pls help me..
regards.. |
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Thu Apr 19, 2012 1:58 am Post subject: |
|
|
Hi,
Learn OpenOffice.org API. The Basic Programming Guide is a good introduction.
Once you know how to do it in Basic, you can do it in other languages like Delphi/COM. _________________ Bernard
OpenOffice.org 1.1.5 fr / OpenOffice.org 3.4.1 en-US + langpacks, MS-Windows XP Home SP3
This forum is unusable, use instead Apache OpenOffice forums |
|
| Back to top |
|
 |
|