Slashdot Mirror


Study Recommends Gnumeric Over MS Excel

Jody Goldberg writes "A recent study of analytic quality, and responsiveness to problems strongly preferred Gnumeric in place of MS Excel. With new problems popping up in Office XP the case for spreadsheet users to migrate is only getting stronger. In some related Gnumeric quickies, a new stable version 1.2.6 was released, and Open has done an interview with the Maintainer."

8 of 86 comments (clear)

  1. Gnumeric's RND was *too* random by wowbagger · · Score: 5, Interesting

    I love that one of the "failings" of Gnumeric was that the random number generator function RND was *too* random - Gnumeric uses the /dev/urandom device that generates random numbers from noise sources in the system (noise diodes, interrupt events, user input, etc.) rather than using a psuedo-random number generator with a predictable sequence.

    True, there are times it is nice to have a "random" number generator that you can re-run for testing, but having a really random number generator is better for a host of problems.

  2. Jumping the Gun? by Peorth · · Score: 5, Insightful

    It seems as if they're moving way too prematurely on this. In the article it said they posted to a Microsoft newsgroup and didn't receive a reply, and that this means that Microsoft will never fix the bug. Obviously there -may- be some tech support people roaming the newsgroups, but it would've made much more sense to simply contact Microsoft's technical support department and talked with someone directly about this error.
    This is similar to having your car found defective, and then placing a flyer downtown to ask the company to contact you about options instead of picking up the phone and dialing the correct number.
    I'm not a fan of Microsoftian ideals, but wouldn't that have made more sense before going all this way?

    1. Re:Jumping the Gun? by jalet · · Score: 5, Insightful

      Did you ever try to get a knowledgeable MS technician over the phone ?

      I think not.

      --
      Votez ecolo : Chiez dans l'urne !
  3. I use excel all day by HMA2000 · · Score: 5, Interesting

    I use excel at work all day and I have to say that no Open source solution comes close to providing what I expect a spreadsheet to do.

    The idea that one should switch from excel to an open source solution because of a small set of statistics problems cannot be properly solved by excel seems a bit like throwing the baby out with the bath water. (unless you do nothing but statistical modelling all day)

    1. Re:I use excel all day by Y+Ddraig+Goch · · Score: 5, Insightful

      If you are using VBA in your spread sheet you need to move to a better solution - a dbms and a decent programming language. You are doing the equivilant of using a table knife for a screwdriver. I've used spread sheets in the fashion that you state. I've also written dll's to be called by said spreadsheet. It's MUCH faster (performance wise) to use a programming language (Delphi, Kylix, C/C++) and a dbms to achieve your results. The learning curve of programming is a language is a little steeper but the payoffs are well worth the effort.

      --
      Meddle thou not in the affairs of Dragons, for thou art crunchy and with most anything.
    2. Re:I use excel all day by kannibal_klown · · Score: 5, Interesting

      "If you are using VBA in your spread sheet you need to move to a better solution - a dbms and a decent programming language. You are doing the equivilant of using a table knife for a screwdriver."

      However, you're suggesting we use a bulldozer when a shovel will work just fine.

      I work for a Pharmaceutical company as a software developer. Our scientists use Excel spreadsheets as reports; they enter in some raw data (or it's streamed in from an external program) and a combination of VBA and Excel formulas do the rest. These spreadhseets summarize data, predict flows, highlite trouble data, etc.

      THEN, in some cases (at least those that are needed), we have the ability to export the data stored in the Excel spreadsheets into Oracle tables.

      The spreadsheet acts as an intermediary for the scientists. It gives them something visual. They can modify things themselves, look at graphs for select data, etc. In some cases, they've even written their own VBA code to perform certain tasks. It's a horrible language, but simple enough for someone to pick up.

      Try writing software to allow them to do all of this, and to work with about 150 different macros that were written in the past. A biologist is not going to try to learn C++ or Java, because it's too time consuming and overkill for what they need. And any application, as simple as you make it, will not be as customizable and visual as Excel. You'd be robbing them of that important aspect.

      Sure, VBA is a pain in the ass; I wish it would go away forever. But it's made its niche; it allows the non-computer-savvy to do complex things. Anything better would be overkill and would reduce functionality.

  4. Not really the battle by biodork · · Score: 5, Insightful

    The reason people won't switch away from MS Excel has nothing to do with technical specs and everything to do with the very large number of Macro's and templates already written. There is an awful huge installed base for whom Excel works fine, and they don't see the problem. Most of the financial services sector for example. From there point of view, it's not broke Why fix it?

    If TODAY everything was equal, there would still be a 10 year lag until a change happened, as that is the roll out time, and the time to convince people they 'want' to change. It better have some kick butt feature that they don't have in Excel, or they are going to resist change. That is just the way people are

    --
    Gavin Fischer
  5. Inertia a two-edged sword by 0x0d0a · · Score: 5, Insightful

    Keep in mind that inertia works both ways. Yes, there's a lot of folks that don't want to move. However, it's equally difficult (possibly worse) for Microsoft to regain any customers that do move. Also, actual movement tends to lag decision-making for a while, so visible market share lags actual inertia by some amount.

    Finally, keep in mind that even upgrading from one version of Excel to another can break compatibility. The office world has very strong backwards-compatibility requirements. Gnumeric may not fill those requirements, but we also know that Excel doesn't do so.