Nextcloud, Ionos and other partners are developing an open-source office suite under the project name „Euro-Office“ as an alternative to the market-dominant Microsoft Office.
The two partners are not starting from scratch, but have forked the components of OnlyOffice available as open-source code and want to build on them. In the summer, the software is then intended to replace the previous office component Collabora in Nextcloud and the Ionos Nextcloud Workspace. A ‘technical preview’ is already available on GitHub.
While this is a good news, I think they should move from github, you know microslop copilot…


I mean ideally people should move away from spreadsheets altogether, keeping the data and the view and control layers mixed like that is kinda terrible and scales poorly for large data sets that require any serious transformation and computations, ideally your data should reside in a acid compliant database or some data lake for safety and ease of access, and then view and transformations should be handled by a separate software on top of that, at least this is how most companies that do big data analytics set things up, I know it’s overkill for some small to medium company that has limited needs, but there has to be something better than putting data into cells and writing functions on top of that.