6
votes
4answers
506 views
Is there a way for elegant source code listings in OpenOffice.org Writer?
I have tried to insert source code as listings in OpenOffice.org Writer, but it just doesn't work in an acceptable way.
If space is not enough for an line, it breaks that line automatically into the …
6
votes
2answers
218 views
What is the (single) best online source for learning OpenOffice.org scripting API
I am using OpenOffice.org for most of my not so very frequent Office Suite needs and most of the time it is more than adequate replacement for it's commercial alternative.
Where it falls short though …
5
votes
4answers
618 views
How do I convert a document from Latex into Microsoft Word 2003?
I need to find a way to quickly convert a latex document into a Microsoft Word 2003 document.
I'm using Kile to edit latex documents on Ubuntu at present.
I can do it the following way:
latex …
5
votes
1answer
646 views
What are the major drawbacks to using OpenOffice DB vs. Microsoft Access?
I know that Open Office Database uses a java database backend. Does anyone have any insight on how this compares to the Jet Database Engine?
Also is the query designer/reporting nearly as robust as …
4
votes
2answers
40 views
Generate ODT documents with dynamic images in PHP
I maintain a couple of web databases based on PHP and mySQL on a shared hosting package.
The databases have a mechanism for the user to upload OpenOffice documents with placeholders:
[person.name] …
4
votes
2answers
204 views
Mail Merge with Open Office from C# .NET
I need to be able to mail merge from an ASP.NET web form in C# .net to Open Office. I can connect with OpenOffice and open a file but that is where things stop at the moment. I have a table of mail …
3
votes
2answers
64 views
What do I need to do in order to get OpenOffice.org Calc to read the VBA code in an Excel file?
My employer is considering installing OpenOffice.org's suite of Office products instead of using Microsoft Office. I've written several advanced applications in Access and Excel, and I'm trying to …
3
votes
3answers
148 views
What are some OOoBasic best practices?
What are some best practices for programming a OOoBasic program?
So far I know you should use XRay but there are an awful lot of weird little quirks in there as well.
3
votes
3answers
678 views
Are there OpenOffice.org export components for Delphi (non-OLE)?
For document exchange, I would like to generate OpenOffice.org text and spreadsheet documents. So far I have found export components which require OpenOffice to be installed, using OLE.
Are there …
3
votes
2answers
204 views
Is a Microsoft Office license required to view Excel files?
We currently generate reports in MS Excel format. Our client just called to ask if we could generate those reports in OpenOffice format instead.
Their reason is that their entire office is being …
3
votes
3answers
214 views
Lighweight markup (wiki) language for documenting
When I write papers or documentation it makes think using LaTeX or OpenOffice is overkill as I usually only need some markup elements (bold, headlines, lists, ...) . I'd like to write my documents …
3
votes
2answers
309 views
Open Office CMS?
Is there a CMS which integrates into Open Office similarly to Share point/MS Office?
3
votes
3answers
817 views
How can I create or read OpenOffice spreadsheets from Perl?
Can anyone recommend a good way to create and read an OpenOffice spreadsheet in Perl?
3
votes
4answers
263 views
How to read an Open Office spreadsheet?
How can I read an Open Office 3.0 spreadsheet (.ods) from Groovy? I'd like to select specific columns from a named worksheet. Ideally, it would be useful to add a 'where' clause, or other criteria …
3
votes
4answers
657 views
Good way to create PDF from Office documents in Java
I'm looking for a good way to convert Office (mostly Microsoft) documents to PDF in Java. I've been looking at using the OpenOffice SDK but from the samples I've looked at it looks like this requires …
