Slashdot Mirror


Gnumeric 1.0 Has Arrived

plastercast writes: "Gnumeric 1.0 is now out, which makes the Gnome desktop even more 1.0-tastic, with the recent milestones of Galeon and Evolution. ... For those that do not know, Gnumeric is a spreadsheet program with the ability to include all sorts of neat bonobo objects, and also can create graphs through guppi, the Gnome graping program. Enjoy!" Update: 12/31 20:08 GMT by T : That's "graphing." Graping is for the stroke of twelve. Update: 12/31 21:01 GMT by T : Jody Goldberg writes "You folks posted the story a touch too quickly. The release announcement just went out 5 minutes ago."

6 of 261 comments (clear)

  1. Re:Cool, Excel is done by markov_chain · · Score: 3, Insightful

    Also check out StarOffice's presentation program. It's more stable than Powerpoint, and has more features.

    --
    Tsunami -- You can't bring a good wave down!
  2. Re:That is true, but... by bourne · · Score: 4, Insightful

    Although GNumeric is a great program, and I appreciate the effort, it is not Excel

    No, but it is exactly what I (and, I suspect, various other people) need: a simple way for me to be able to do most of my work in Linux and still be able to submit a timesheet to the nice people in accounting.

    90% of the spreadsheets out there use 10% of Excel's capability. Most people don't know how to use most of Excel except the simplest bits. So for my money, Gnumeric doesn't have to be Excel. I've got real work to do.

    (Of course, those in the audience who count beans will want Excel. Have fun.)

  3. Re:It's the apps! by Registered+Coward+v2 · · Score: 3, Insightful

    One of the problems with that model is:

    "How do you get people to try the non-MS software?"

    Pricing alone won't, because:

    1. Many get Office bundled with a PC, so they never see the cost; or

    2. Large companies have site licenses, and a few non-MS apps will not impact that cost - but will add to the support costs because now you have to support 2 different apps; and

    3. You have to overcome the idea that MS (in theory) tests its codes so bizzare computational errors won't creep in - who tests Gnome? X thousands of users isn't a good answer - because tehre is no one to call or blame when there are problems.

    Linux software needs to offer compelling, non-cost, advantages to get people to switch. For example, instead of Office's collection of programs that let you link data togeteher, how about one data store that you apply views to i.e. spreadsheet, presentation, diagram; so when you change a value, it changes everywhere - because it's all the same data.

    Chasing MS is a loosing proposition - it's too hard to overcome their entrenched position with something that's almost as good - even if it's "free."

    --
    I'm a consultant - I convert gibberish into cash-flow.
  4. Re:Neat. How many of these do we really need? by Uruk · · Score: 5, Insightful

    People see duplication of effort and they assume that it must be a bad thing, but it's not.

    Thinking that it is a bad thing is based on the assumption that these people who are "reinventing the wheel" would have worked on a more established project of the same type if they hadn't done what they did, which isn't true. These coders are all voluteers, and they ONLY hack on things that are INTERESTING to them.

    Besides, a lot of the failed projects of today are going to be the start of tomorrow's best hackers. Don't bitch about what people choose to do for free.

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
  5. It's duplication of effort, but not of result by Crag · · Score: 5, Insightful

    Each of the office suits you name has benefits and drawbacks of its own. If all the developers of all those projects were going to try to colaborate on The One True Suite, they'd have to set aside their differences and make comprimises. The result would be mediocre and would squash the individual efforts.

    If all the kernel hackers in the world tried to colaborate on The One True Kernel, their results would be mediocre as well.

    When all the best musicians get together to make an album you get Hands Across America and The Three Tenors, not Mozart or Van Halen. (Your tastes may vary, clearly.)

    I was going to mark this post 'redundant', since this issue comes up in every thread, but I thought it more constructive to explain in words, rather than a moderation: it is false to call the efforts of these various projects wasted, since each developer works towards whatever is important to him or her. Their efforst would only truely be wasted if they all came up with the same result (identical software AND developer experience).

  6. Re:It's the apps! by lkaos · · Score: 3, Insightful

    Well, I have to disagree with you on some parts of what you are saying.

    My largest problem with MS is not that they do not produce low-cost or even free software, but rather they that produce high-cost low-quality software.

    A good example of where the quality of open source software overrides the lack of support is with GCC. GCC is commonly used in production environments over other Unix compilers because it is such a better compiler than most other compilers.

    The fact that it's free also means that you can always get the latest version without having to relicense or upgrade. That's a big advantage for most projects.

    For many people who are forced to do spreadsheets and get tired of using Excel because of constant bugs, having an alternative will make a big difference. Good software has a tendency to spread like a virus too and before you know it, all projects are using that software and here some company has come along and repackaged that open source software with support so that everyone is happy.

    And I've seen this happen with GCC so it does happen.

    --
    int func(int a);
    func((b += 3, b));