Domain: ooomacros.org
Stories and comments across the archive that link to ooomacros.org.
Comments · 8
-
Re:Not there. Yet?
There is a macro that does Text to Columns in Calc
http://www.ooomacros.org/user.php -
macros
Microsoft macro support in Open office is far from optimal. However, there are a whole slew of Open Office-centric macros to choose from which could meet your needs.
-
Re:Do you really need MS Office?
you've got machines with RAM to spare
I've used Openoffice on systems that have 96MB of RAM -- Other than it being a bit slow. I have not noticed any usability issues.you're not going to need support,
I don't actually know anyone who has ever used Microsoft support in my life for microsoft office. They always asked the person with most computer knowledge for help (even in large companies).you're not going to need the pre-written macro code which is everywhere for Office,
OpenOffice.org macros.you don't need the excellent VBA IDE,
That a joke?you don't need the excellent documentation,
Okay, now I *KNOW* you've not use Microsoft Office's help files before if you claim this. Compared to OpenOffice's, they're really crap.you're not going to use the entire systems implemented in Office (Excel and Access systems are commonplace where I work, they're commercial and not in-house software),
Well, we can reverse is. What about using entire systems implemented in OpenOffice.org? Will Microsoft Office work with that? Even more incompatible.you don't mind not being able to properly use the documents everyone outside your organisation will be using, and the documents your employees will be bringing from home,
The company I work for can use the documents just fine (they get mostly Microsoft documents and PDF files)you don't mind the GUI not matching the rest of your system,
I think it matches more under windows than Microsoft Office's does actually...you don't mind using a piece of software which no-one will have audited,
What does audit mean in this case?you can't wait for Office 2007 for ODF,
This was actually a big reason why we use OpenOffice in the workplace.and you don't need a rich macro API.
We haven't found anything we couldn't do in OpenOffice yet. -
Histograms
If only Calc had built-in histogram capability. I was able to find a macro to do the job), but it becomes a little clunky when one has reams and reams of data (as bioinformatics are likely to produce). Certainly I realize that OOo isn't meant for hard-core statistics. But it's often nice to do these kinds of little tests to know if a trend is worth rigorously following up.
-
Re:Automatic Document Conversion?This is a good idea. It would be quite simple to do on Linux, provided you standardize on a few things (e.g., the download folder or the download manager, as well as always invoking a wrapper program when you start editing a file). On Windows, it might require more work.
The one missing piece, however, is an automated program to silently convert
.DOC and other input formats to ODT. This could be done with an OOo macro. An example is given here: http://www.ooomacros.org/user.php#95532. The macro simply opens the specified files and saves then as PDF. If you alter the macro to save as ODT and remove or archive the original, you have the functionality you need.Hope it helps.
-
Re:As long as the user can say no to the updates
OpenOffice.org already has OOBasic which is the Visual Basic language, but with a different object model. So, what is lacking is a compatibility layer for Microsoft documents.
Have a look to OOoMacros.org and the french OOo sub-projectfor interesting native OOo macros. -
Re:It's better than TeX for WP, but...
http://www.ooomacros.org/
Yes,, the macro. MUCH better control than the built-in exporter.
-
Re:Other Office Apps
Is Ability open source? (OOo is, SO is not.)
OpenOffice.org is well known, has third party books available, and third party training. If you want a commercial counterpart, there is StarOffice. Seems to me like the best of both worlds.
There is one major feature of OpenOffice.org and StarOffice that don't seem to get as much play as they should in a forum like Slashdot. It is programmable in Basic, Java, Python. If you install the scripting framework then is is programmable in BeanShell (i.e. interactive Java), JavaScript, and others in the future.
The OOo document format is well documented . XML in a Zip file. The DTD is available. KDE has announced that KOffice will be standardizing on the OpenOffice.org document format. So in theory, a Windows user running SO or OOo could exchange documents with a Linux user running KOffice. (Not that both OOo and SO don't also run on Linux.)
Developer documentation is readily available, and also a large downloadable SDK. Third parties can develop new components that run within and seemlessly integrate into OOo or SO.
There are lots of resources for OOo.
Won
Too
Free
Fore
Phive
Sicks
Sevin
Ate
Nighn
Tin
Eleven
Twelve
Firteen
Foreteen
Fifteen
This is by no means an exhaustive list.
I have personally taken an interest in OOo and written a Java program (and other tools ) The java program draws Mazes on a running copy of OOo, but the java program can be run on a different computer, over the net. (Win -> Linux, Linux -> Win, etc.)