New York Times Plugs OpenOffice Suite
MrNovember writes "The New York Times (registration blah blah) describes a new choice for office suites. The writer seems a bit slanted toward OpenOffice but it's a fair discussion of its pros and cons. The article has identified some interesting compatibility issues to those who aren't using OpenOffice but might. Again we see major media discussing open source as an actual alternative to a longstanding standard. The article concludes amusingly with 'Every now and then, you get what you don't pay for;' just tack on 'Open Source' to the beginning for the perfect sig." We've gotten numerous submissions recently from people whose [company/school/whatever] is switching to OpenOffice.
I don't know about VBA from Office, but OpenOffice has an Autopilot that does mass conversions. Run OO's word processor, go to File, Autopilot, Document Converter. Seems to work pretty well for me. It also imports templates and such and automagically guesses where you're keeping most of your Word files.
End of lesson. You may press the button.
One great trick I found for converting excel files to HTML files. Excel does an awful job, writing an html page 10 times the size it needs to be, and the code is IE-centric. However, openoffice can open .xls files, and then save as html, and it outputs nicely formatted, standard HTML at very respectable sizes.
Travis
To my fellow OOo users running under GNOME, you may have encountered a problem where the program will often fail to start properly. This is not a crash. OOo is simply being purged by the GNOME session manager due to its relatively long startup time. I was a bit surprised to encounter this problem in 1.0, having thought it an OO bug. However, this article led me to search Issuezilla for a solution, which thankfully was determined.
There are a couple ways around the purge. The easiest one is to add "unset SESSION_MANAGER" to the soffice startup script. One file, all GNOME users happy. A somewhat more intrusive and wide-ranging solution is to add "exec $PATH_TO_GNOME-SESSION/gnome-session --purge-delay=0" to ~/.gnomerc. Supposedly, this will solve a similar problem with Opera, according to the bug comments.
Someday, you're going to die. Get over it.