this post was submitted on 20 Mar 2025
32 points (100.0% liked)

Buy European

4057 readers
2241 users here now

Overview:

The community to discuss buying European goods and services.


Matrix Chat


Rules:

  • Be kind to each other, and argue in good faith. No direct insults nor disrespectful and condescending comments.

  • Do not use this community to promote Nationalism/Euronationalism. This community is for discussing European products/services and news related to that. For other topics the following might be of interest:

  • Include a disclaimer at the bottom of the post if you're affiliated with the recommendation.

  • No russian suggestions.

Feddit.uk's instance rules apply:

  • No racism, sexism, homophobia, transphobia or xenophobia
  • No incitement of violence or promotion of violent ideologies
  • No harassment, dogpiling or doxxing of other users
  • Do not share intentionally false or misleading information
  • Do not spam or abuse network features.
  • Alt accounts are permitted, but all accounts must list each other in their bios.

Benefits of Buying Local:

local investment, job creation, innovation, increased competition, more redundancy.

European Instances

Lemmy:


Related Communities:

Buy Local:

Continents:

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

European

[email protected]

[email protected]

Buying and Selling:[email protected]

Boycott:[email protected]

[email protected]

Stop Publisher Kill Switch in Games Practice:[email protected]


Banner credits: BYTEAlliance


founded 2 months ago
MODERATORS
 

What can be a good alternative for Excel that works on Linux? Currently I need to use VBA, Solver, Analysis Toolpak charts. Moreover the alternative should read xls and xlsx files. Doesn't need to be free or open source.

Any recommendations? Thank you.

top 11 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 1 day ago

Softmaker Office

https://www.softmaker.com/en/

Works in Windows, Mac and Linux

[โ€“] [email protected] 17 points 2 days ago* (last edited 2 days ago) (2 children)

A bit of an unusual suggestion, but iโ€™ve replaced Excel with Python. I deal with large datasets anyway, so Python was arguably a better fit for what i do.

Packages to check out to see what is possibleโ€ฆ

  • Streamlit = easy UIs, dashboards, and tables.
  • Pandas = dataframe handling, excel, csv ingestion
  • Numpy/Scipy = math
  • Sqlalchemy/pyodbc = DB connectivity
  • xlsxwriter = writing out to exls
  • DuckDB = in-memory joins/transformations locally between dataframes using SQL. Basically all the power of a relational DB without a DB server.
  • Plotly = graphing

Everything is in text files. Scripts are version controlled in git. Calcs happen super fast. I spend more time transferring data from DBs than waiting for the calcs to finish.

[โ€“] [email protected] 4 points 2 days ago

Also, Jupyter Lab is one of the coolest environments for scientific programming. Write documentation and explanations of your work in Markdown while writing the code, and seeing the results. Oh, and it's programming language agnostic, Python is just the default. I use it with R most of the time.

[โ€“] [email protected] 1 points 2 days ago
[โ€“] [email protected] 27 points 2 days ago* (last edited 2 days ago) (1 children)

LibreOffice. FOSS alternative.

[โ€“] [email protected] 6 points 2 days ago (3 children)

This is the obvious choice but I heard from accountants it can't replace excel yet entirely.

[โ€“] [email protected] 7 points 2 days ago

Those accountants are using excel like an infrastructure and they are not to be trusted. The only thing excel can do that libreoffice can't do is create a nightmare web of interdependent spreadsheets.

[โ€“] [email protected] 6 points 2 days ago

Isn't that more a case of them not knowing how it works or how to make new formulas etc, because they were all written by a guy called Tony who left the company in 2002, and everyone's been just using his templates and copy-and-pasting since?

[โ€“] [email protected] 4 points 2 days ago (1 children)

Give it a try. Only you can judge for your use cases

[โ€“] [email protected] 2 points 2 days ago

I use it for all things home office already but my personal uses cases are rather basic so it handles like a chad

[โ€“] [email protected] 13 points 2 days ago