• @knorke3@lemm.ee
    link
    fedilink
    English
    814 months ago

    we have an excel spreadsheet at my workplace that takes a solid 2 minutes to open and even longer to close and accesses a number of other spreadsheets with read/write access in the background. it’s an absolute monster.

    (it’s essentially a database that keeps track of the calibration dates for our testing equipment)

    • @fossilesqueOPM
      link
      English
      444 months ago

      I am horrified and amazed

    • deweydecibel
      link
      fedilink
      English
      30
      edit-2
      4 months ago

      There are numerous reports and databases we work with from other platforms, and for nearly all of them, I just end up feeding it to Excel so I can manage it the way I like. So many of those platforms just have absolute dog shit UIs or refuse to present data in a configurable way, or straight up hide certain things for no reason.

      Part of my Monday morning routine is actually exporting a CSV for a couple things that can’t be connected directly to excel, hitting Get Data, and letting my custom workbooks do their thing. Watching it all update and present itself in exactly the way I want to see it is so god damn satisfying.

      • @knorke3@lemm.ee
        link
        fedilink
        English
        94 months ago

        there are definitely reasons to use excel but in my case there is a defined and expected workflow and using excel just makes it unnecessarily slow and error-prone. at this point, the worksheet breaks at least once every 3 months and i’m the one who gets to fix it because i read myself into the worksheet’s script and the guy who originally created it doesn’t work for us anymore.

        the code is (thankfully) well enough commented that additional documentation is not necessary to understand it, so reading yourself into it is thankfully easy enough as long as you know VBA.

    • @Followupquestion@lemm.ee
      link
      fedilink
      English
      44 months ago

      Depending on what functions you have running to make it do all the things, could you have it live on Sharepoint and just access it through Excel online? That offloads a lot of the processing to MS’s servers but does have the disadvantage of being Excel Online, which has some but not all the functions of desktop Excel and the keyboard shortcuts may or may not work. Also, Excel Online doesn’t seem to love macros, which can break things.

      • @knorke3@lemm.ee
        link
        fedilink
        English
        44 months ago

        the only reason that the spreadsheet exist is because of macros (pretty sure the table has over 10.000 lines of VBA, with more in the tables it accesses) but my bosses are thankfully investigating alternatives for a migration of the functions that that table provides.
        I sadly am only a trainee at the company, so i don’t get too much input beyond fixing whatever breaks with it every so often while it’s still in use, but yeah.

          • @knorke3@lemm.ee
            link
            fedilink
            English
            34 months ago

            my boss does appreciate what i’m doing but i just don’t have a decision power that someone working in IT would have (i work in the physics/chemistry lab). thanks though, i appreciate the sentiment :)

    • @1371113@lemmy.world
      link
      fedilink
      English
      34 months ago

      Until it has an odbc connection to a sql server or access db it’s still low level wizardry.