Excuse me, I have some problems using .xls files on LibreOffice Calc. I tried opening the file and it worked but when I tried to save my work, it crashed. Is there any way to make it work?

It worked on Microsoft Excel on Windows 11. The file crashed the computer, but it worked passed 5 minutes and I could save my work.

  • empireOfLove@lemmy.one
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 years ago

    Yeah, you can make it work by finding one of your it guys and dumping it in a real database. Spreadsheet software is NOT meant to handle data like that.

  • Rob Bos@lemmy.ca
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 years ago

    Can you split it into a few smaller files? That is honestly too large for any spreadsheet.

  • Krik@feddit.de
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 years ago

    Dang! How does it take to open that file? Are there formulas and macros in there?

    As the others said, a spreadsheet isn’t a database. And you now experience why. Tell your boss it’s not going to work anymore.

  • Cora
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years ago

    Damn, a 1.5GB Excel file!? That sounds like a nightmare to work with. And here I thought a 200MB Excel file acting as a store’s entire yearly accounting ledger (where I used to work) was bad!

    At this point, you need a proper database and some reporting scripts / software. If that one file somehow gets corrupted, it’s all over.

  • Cynosure
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    This is why exel is not a database. I’d say export to a reasonable format on Windows (like CSV, but even that might be too much) and then do the work on

  • r3wald@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    For real, what are you using this one for? If I take the compression ratio into account (times 10), subtract meta data (minus a third) and consider the character encoding (two bytes per character) I still get around 5000000000 characters. That’s all numbers? You wouldn’t store binary content in there, would you?

    Anyway, take a decent pc with at least twice the memory the file will need uncompressed. Kill all other applications. Open up your file and split it up. Make a separate file for each worksheet. If there are more than 100000 rows, split them in separate files too. Don’t embed any binary content.

    And for god’s sake: use a different tool. That very much depends on what you are trying to do. What is it?

    • paf129OP
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 years ago

      It is just numbers, but my boss wants it in excel because he can’t work another file :(

  • grepe
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    2 years ago

    Excuse me, I have a problem transporting this concrete bridge segment on my VW beatle. It worked fine with my Honda Accord (just made it a bit slow) but the beatle just gets crushed under it. Anyone can tell me how to make it work?

    Edit: car type to make more appropriate comparison

  • Gabriel Martini
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    Hi! Try to open it with Apache Spark (difficult to learn at the beginning) or Pandas in Python (more friendly option). Use batch reading and dump the information in a Database (PostgreSQL) or a plain text format file (csv).