Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Will I be stuck with using Windows Excel - Open Office Woes

  1. #1
    Join Date
    Jan 2009
    Location
    United Kingdom
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Angry Will I be stuck with using Windows Excel - Open Office Woes

    Hello every one,

    I am a bio-inforamtics student.I am facing a rather "weird problem".

    Until now I have not been able to find a alternative to Windows Excel

    The Reason
    1. Have files with data entries/rows in excess of 65000


    Open office can handle files with rows up-to 65000 (I think with a patch. Cant confirm though)

    "Please suggest a Alternative/'s"

  2. #2
    Join Date
    Nov 2008
    Location
    Here, There, Everywhere
    Beans
    1,163
    Distro
    Xubuntu

    Re: Will I be stuck with using Windows Excel - Open Office Woes

    MS Excel limit is also 65536 rows. If you have to manage a larger database, you should switch to a true database manager like:
    Open source: MySQL, Firebird, PostgreSQL
    Proprietary: Oracle, MS SQL Server

  3. #3
    Join Date
    Jan 2009
    Location
    United Kingdom
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Unhappy Re: Will I be stuck with using Windows Excel - Open Office Woes

    Quote Originally Posted by danielrmt View Post
    MS Excel limit is also 65536 rows. If you have to manage a larger database, you should switch to a true database manager like:
    Open source: MySQL, Firebird, PostgreSQL
    Proprietary: Oracle, MS SQL Server
    They fixed that I guess..

    HTML Code:
    http://en.wikipedia.org/wiki/List_of_spreadsheet_software

  4. #4
    Join Date
    Apr 2008
    Location
    Campinas, SP - Brasil
    Beans
    355

    Re: Will I be stuck with using Windows Excel - Open Office Woes

    You probably should learn some programming language to deal
    with that ammount of data, because using excel or its alternatives
    will be painful. If what you want is doing graphs, try qtiplot
    or xmgrace instead.

  5. #5
    Join Date
    Mar 2007
    Beans
    313

    Re: Will I be stuck with using Windows Excel - Open Office Woes

    I agree about the programming - nearly always better than a spreadsheet for even small databases. Consider python+pylab(matplotlib).

  6. #6
    Join Date
    Nov 2007
    Beans
    35

    Re: Will I be stuck with using Windows Excel - Open Office Woes

    xadder++ .... python + matplotlib = win.

    I ran into this exact issue (the 65k line limit) once upon a time when my advisor asked me to debug some program I had never worked with before and I needed a fast way to spit out debugging information... it's really easy to parse text files containing the data with those tools. I actually pretty much stopped using spreadsheets after that because I realized just how much more capable an actual programming language is hehe. Cheers!

  7. #7
    Join Date
    Apr 2008
    Location
    Campinas, SP - Brasil
    Beans
    355

    Re: Will I be stuck with using Windows Excel - Open Office Woes

    Yeah, after learning programming you realize how inefficient and limited are spreadsheets.

  8. #8
    Join Date
    Feb 2007
    Beans
    169
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Will I be stuck with using Windows Excel - Open Office Woes

    Plus there might already be stuff you can use. I know there is a bio-perl project for genomics. Holy large data set, batman!

  9. #9
    Join Date
    Dec 2008
    Beans
    67
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Will I be stuck with using Windows Excel - Open Office Woes

    Gnumeric can be recompiled for more rows :

    http://projects.gnome.org/gnumeric/faq.shtml#5

    Not advisable though - 65 536 is already far too many

  10. #10
    Join Date
    Mar 2007
    Location
    Finland
    Beans
    256
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Will I be stuck with using Windows Excel - Open Office Woes


Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •