mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#spreadsheets

6 posts4 participants0 posts today
JdeBP<p><span class="h-card" translate="no"><a href="https://mastodon.social/@eduqate" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>eduqate</span></a></span> </p><p>Possibly, although one would need to check the requirements to see whether it is all non-negative or just the strictly positive values that are supposed to have the 10% floor applied to them.</p><p>Indeed, that's an extreme edge case that possibly isn't even in the requirements. In the data set that I saw someone else using, there was no row where the X cell value precisely equalled the M cell value.</p><p>But to be future-proof, one would probably need to consider having an error margin where X and M, which are rounded figures anyway after all, are close enough.</p><p>(Note, by the way, that I was coding this in a minuscule edit field in a WWW form that performs word wrap very inconveniently, not actually in Excel. If I had done it in Excel, I wouldn't have forgotten the brackets. (-:)</p><p><a href="https://mastodonapp.uk/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://mastodonapp.uk/tags/ComputerProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ComputerProgramming</span></a></p>
JdeBP<p><span class="h-card" translate="no"><a href="https://mastodon.social/@Codhisattva" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Codhisattva</span></a></span> <span class="h-card" translate="no"><a href="https://wandering.shop/@cstross" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>cstross</span></a></span> </p><p>As long as you remember, as I forgot when posting, to put brackets around the numerator:</p><p>=IF(X2&lt;M2,MAX((M2-X2)/M2,0.1),0)</p><p>A relative who used to work in the U.K. civil service and did spreadsheets pointed out to me today that xyr form of the formula would instead have been</p><p>=IF(X2&lt;M2,MAX(1-X2/M2,0.1),0)</p><p>and would have not had the bracket bug.</p><p>(-:</p><p><a href="https://mastodonapp.uk/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://mastodonapp.uk/tags/ComputerProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ComputerProgramming</span></a></p>
JdeBP<p>A tip for spreadsheet users that I have learned from watching a mistake made by others:</p><p>When you use<br>=MAX(M2-X2/M2,0.1)<br>to place a floor of 10% on how low you want your calculation to be of a fractional positive gap to reduce M2 to X2 by, please try to remember that the X2 cell value could be *already greater* than the M2 cell value.</p><p>You probably want<br>=IF(X2&lt;M2,MAX(M2-X2/M2,0.1),0)<br>or similar.</p><p>Because if (say) M2 is 6.81E+10 and X2 is 7.99E+10, then your calculation is going to come up with 10% instead of 0%, let alone the correct -17%.</p><p>Which might be embarrassing. (-:</p><p><a href="https://mastodonapp.uk/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://mastodonapp.uk/tags/ComputerProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ComputerProgramming</span></a></p>
ExcelAnalytics<p>Do you know how to make spreadsheets safer? Do you have ideas to improve how ordinary users can find errors faster and correct them more easily? Do you provide spreadsheet training which includes recommendations for good practices? There is still a chance to offer a talk to the European Spreadsheet Risk and Productivity Interest Group <span class="h-card" translate="no"><a href="https://mastodon.org.uk/@EuSpRIG" class="u-url mention">@<span>EuSpRIG</span></a></span> annual conference in Greenwich, London, UK, on July 3 &amp; 4, 2025.</p><p><a href="https://eusprig.org/conferences/call-for-papers-presentations/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">eusprig.org/conferences/call-f</span><span class="invisible">or-papers-presentations/</span></a></p><p><a href="https://mastodon.world/tags/Eusprig" class="mention hashtag" rel="tag">#<span>Eusprig</span></a> <a href="https://mastodon.world/tags/Excel" class="mention hashtag" rel="tag">#<span>Excel</span></a> <a href="https://mastodon.world/tags/Spreadsheets" class="mention hashtag" rel="tag">#<span>Spreadsheets</span></a> <a href="https://mastodon.world/tags/Risk" class="mention hashtag" rel="tag">#<span>Risk</span></a> <a href="https://mastodon.world/tags/Conference" class="mention hashtag" rel="tag">#<span>Conference</span></a></p>
Scott Wilson<p>TOTALLY getting a set of these<br><a href="https://infosec.exchange/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://infosec.exchange/tags/lol" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lol</span></a> <a href="https://infosec.exchange/tags/infosec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>infosec</span></a> <a href="https://vis.social/@infobeautiful/114274133861273281" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">vis.social/@infobeautiful/1142</span><span class="invisible">74133861273281</span></a></p>
AzureCerulean<p><span class="h-card" translate="no"><a href="https://mastodon.social/@nixCraft" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nixCraft</span></a></span> </p><p><a href="https://4bear.com/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreOffice</span></a> </p><p>The <a href="https://4bear.com/tags/free" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>free</span></a> and <a href="https://4bear.com/tags/private" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>private</span></a> office suite is a powerful, free and private office suite the successor project to <a href="https://4bear.com/tags/OpenOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenOffice</span></a> used by people around the world. It's <a href="https://4bear.com/tags/compatible" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compatible</span></a> with Microsoft Office (#365) and is backed by a non-profit organization, The Document Foundation. LibreOffice includes Writer (word processing), Calc (<a href="https://4bear.com/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a>), Impress (presentations), Draw (vector graphics and <a href="https://4bear.com/tags/flowcharts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>flowcharts</span></a>), Base (<a href="https://4bear.com/tags/databases" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>databases</span></a>), and Math (formula editing).</p><p><a href="https://www.libreoffice.org/discover/libreoffice/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">libreoffice.org/discover/libre</span><span class="invisible">office/</span></a></p>
AzureCerulean<p><a href="https://4bear.com/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreOffice</span></a> </p><p>The <a href="https://4bear.com/tags/free" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>free</span></a> and <a href="https://4bear.com/tags/private" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>private</span></a> office suite is a powerful, free and private office suite the successor project to <a href="https://4bear.com/tags/OpenOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenOffice</span></a> used by millions of people around the world. It's <a href="https://4bear.com/tags/compatible" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compatible</span></a> with Microsoft Office (#365) and is backed by a non-profit organization, The Document Foundation. LibreOffice includes Writer (word processing), Calc (<a href="https://4bear.com/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a>), Impress (presentations), Draw (vector graphics and <a href="https://4bear.com/tags/flowcharts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>flowcharts</span></a>), Base (<a href="https://4bear.com/tags/databases" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>databases</span></a>), and Math (formula editing).</p><p><a href="https://www.libreoffice.org/discover/libreoffice/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">libreoffice.org/discover/libre</span><span class="invisible">office/</span></a></p>
usbs-usa<p>Turns out <a href="https://glasgow.social/tags/GiantMachines" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GiantMachines</span></a> that fly through the air need a lot more than <a href="https://glasgow.social/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> where boxes on maintenance tasks are auto completed</p>
pvergain (framapiaf)<p><a href="https://github.com/gristlabs/grist-core#:~:text=the%20grist-core%20repo%20is%20the%20heart%20of%20grist%2C" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/gristlabs/grist-cor</span><span class="invisible">e#:~:text=the%20grist-core%20repo%20is%20the%20heart%20of%20grist%2C</span></a></p><p>Grist is the evolution of <a href="https://framapiaf.org/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a>.</p><p>The grist-core repo is the heart of Grist, including the hosted services offered by Grist Labs, an NYC-based company 🇺🇸 and Grist's main developer. </p><p>The French government 🇫🇷 organizations ANCT Données et Territoires and DINUM (Direction Interministérielle du Numérique) have also made significant contributions to the codebase.</p><p>- <a href="https://github.com/gristlabs/grist-core/commit/7bfe88bb3ee08d2393210e26bbc240aba4a0f5a7" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/gristlabs/grist-cor</span><span class="invisible">e/commit/7bfe88bb3ee08d2393210e26bbc240aba4a0f5a7</span></a></p><p><a href="https://framapiaf.org/tags/grist" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>grist</span></a> <a href="https://framapiaf.org/tags/excel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>excel</span></a> <a href="https://framapiaf.org/tags/databases" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>databases</span></a> <a href="https://framapiaf.org/tags/slalite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>slalite</span></a> <a href="https://framapiaf.org/tags/postgresql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postgresql</span></a> <a href="https://framapiaf.org/tags/dinum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dinum</span></a> <a href="https://framapiaf.org/tags/communs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>communs</span></a></p>
datum (n=1)<p>And no, it doesn't make me happy that <a href="https://mamot.fr/@pluralistic" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">mamot.fr/@pluralistic</span><span class="invisible"></span></a> gave the warning</p><p>knowing, as a society, hasn't stopped this from happening</p><p>hasn't made us, the collective us, reject assaults on reality</p><p><a href="https://zeroes.ca/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://zeroes.ca/tags/AIIsGoingGreat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIIsGoingGreat</span></a> <a href="https://zeroes.ca/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://zeroes.ca/tags/AIturds" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIturds</span></a> <a href="https://zeroes.ca/tags/EpistemologicalCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicalCollapse</span></a> <a href="https://zeroes.ca/tags/EpistemologicCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicCollapse</span></a> <a href="https://zeroes.ca/tags/Enturdification" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Enturdification</span></a> <a href="https://zeroes.ca/tags/Doctorow" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Doctorow</span></a> <a href="https://zeroes.ca/tags/CoryDoctorow" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CoryDoctorow</span></a></p>
datum (n=1)<p>These turds in an important data source make me upset!</p><p>Just about everything about it makes me upset!</p><p>And it really makes me worry about epistemological collapse - this kind of thing absolutely WILL make its way into datasheets for components that human lives ride on,</p><p><em>Without</em> the backing spreadsheet to spot the error sources.</p><p>How often will something be unreliable outside of a design's operating range? (👈 free Master's thesis topic)</p><p><a href="https://zeroes.ca/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://zeroes.ca/tags/AIIsGoingGreat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIIsGoingGreat</span></a> <a href="https://zeroes.ca/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://zeroes.ca/tags/AIturds" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIturds</span></a> <a href="https://zeroes.ca/tags/EpistemologicalCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicalCollapse</span></a> <a href="https://zeroes.ca/tags/EpistemologicCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicCollapse</span></a> <a href="https://zeroes.ca/tags/Enturdification" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Enturdification</span></a></p>
datum (n=1)<p>it's like someone did "magic infill" in Krita or Photoshop or GIMP, and it flawlessly echoed the textures and colours and even the light transitions, but with zero global context - like infilling the centre of a face with more cheeks and chins.</p><p>Only in a spreadsheet.</p><p>Which is NOT inherently fully discoverable in an instant's glance or touch.</p><p><a href="https://zeroes.ca/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://zeroes.ca/tags/AIIsGoingGreat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIIsGoingGreat</span></a> <a href="https://zeroes.ca/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://zeroes.ca/tags/waste" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>waste</span></a> <a href="https://zeroes.ca/tags/AIturds" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIturds</span></a> <a href="https://zeroes.ca/tags/EpistemologicalCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicalCollapse</span></a> <a href="https://zeroes.ca/tags/EpistemologicCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicCollapse</span></a> <a href="https://zeroes.ca/tags/Enturdification" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Enturdification</span></a></p>
datum (n=1)<p>AAAAAH</p><p>That moment way too late into trying to do work with someone else's spreadsheet when you realize</p><p>it was not a human who did this</p><p>all of these subtle mistakes are not because of failures to update as reality shifted over time</p><p><a href="https://zeroes.ca/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://zeroes.ca/tags/AIIsGoingGreat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIIsGoingGreat</span></a> <a href="https://zeroes.ca/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://zeroes.ca/tags/waste" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>waste</span></a> <a href="https://zeroes.ca/tags/AIturds" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIturds</span></a> <a href="https://zeroes.ca/tags/EpistemologicalCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicalCollapse</span></a> <a href="https://zeroes.ca/tags/EpistemologicCollapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpistemologicCollapse</span></a></p>
N-gated Hacker News<p>👨‍💻 Behold, the groundbreaking revelation: a programmer discovers that <a href="https://mastodon.social/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> can have scripts! 📝✨ Witness the epic saga of someone who bravely redefines "accounting" by manually parsing their coffee and Amazon expenses—truly, a triumph of <a href="https://mastodon.social/tags/Clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Clojure</span></a> over common sense. 💸☕📈<br><a href="https://www.scattered-thoughts.net/writing/the-program-is-the-database-is-the-interface/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">scattered-thoughts.net/writing</span><span class="invisible">/the-program-is-the-database-is-the-interface/</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/accounting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>accounting</span></a> <a href="https://mastodon.social/tags/expenses" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>expenses</span></a> <a href="https://mastodon.social/tags/innovation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>innovation</span></a> <a href="https://mastodon.social/tags/HackerNews" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/ngated" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ngated</span></a></p>
Isaac Wyatt<p>I wrote a blog post about creating a custom formula function in Google Sheets that lets me ask an "AI", about data in the spreadsheet. [1] eg: </p><p>`=spits("get the website and primary phone number for each of the following organization names: ", A1:A300)`</p><p>Where cells A1:A300 contains a list of organizations I want the website and primary phone number for. </p><p>There are other uses cases for B2B Lead Gen, Data Quality, etc and personal use cases like getting ideas for stock portfolio and personal budgeting.</p><p><a href="https://hachyderm.io/tags/GoogleSheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoogleSheets</span></a> <a href="https://hachyderm.io/tags/GoogleGemini" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoogleGemini</span></a> <a href="https://hachyderm.io/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://hachyderm.io/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://hachyderm.io/tags/Spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Spreadsheets</span></a></p><p>[1] <a href="https://www.isaacwyatt.com/posts/2025-03-07/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">isaacwyatt.com/posts/2025-03-0</span><span class="invisible">7/</span></a></p>
ResearchBuzz: Firehose<p>The New Stack: Convert a Google Spreadsheet to JSON-Formatted Text. “This article provides a step-by-step guide on how to convert data from a Google Sheet into JSON-formatted text. The author explains the importance of JSON as a lightweight and easy-to-understand file format used for data interchange. They then walk through creating a Google Sheets document with sample data, freezing the […]</p><p><a href="https://rbfirehose.com/2025/03/07/the-new-stack-convert-a-google-spreadsheet-to-json-formatted-text/" class="" rel="nofollow noopener noreferrer" target="_blank">https://rbfirehose.com/2025/03/07/the-new-stack-convert-a-google-spreadsheet-to-json-formatted-text/</a></p>
ResearchBuzz: Firehose<p>Discovered on LinkedIn: meaningfully. That link goes to a GitHub repository. From the readme: “Meaningfully is a semantic search tool for text data in spreadsheets. Keyword searching in Excel or Google Sheets is painful because text data is displayed awkwardly and because keywords miss circumlocutions, typos, unexpected wording and foreign-language data. Semantic search solves all of that. […]</p><p><a href="https://rbfirehose.com/2025/03/06/semantic-search-in-spreadsheet-data-meaningfully/" class="" rel="nofollow noopener noreferrer" target="_blank">https://rbfirehose.com/2025/03/06/semantic-search-in-spreadsheet-data-meaningfully/</a></p>
Jeff Fortin T.<p>While I'm asking for a pony, I might as well ask for the reverse mechanism too… the ability to paste <a href="https://mastodon.social/tags/Markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Markdown</span></a> plaintext tables into <a href="https://mastodon.social/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreOffice</span></a> Calc <a href="https://mastodon.social/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> and Writer text documents: <a href="https://bugs.documentfoundation.org/show_bug.cgi?id=165590" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">bugs.documentfoundation.org/sh</span><span class="invisible">ow_bug.cgi?id=165590</span></a></p>
Jeff Fortin T.<p>I bet most of you <a href="https://mastodon.social/tags/Markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Markdown</span></a> enthusiasts didn't know you can paste <a href="https://mastodon.social/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreOffice</span></a> <a href="https://mastodon.social/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> as Markdown tables in <a href="https://mastodon.social/tags/GitLab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitLab</span></a>.</p><p>Pretty cool, right?<br>Now, imagine if we could also do that in <a href="https://mastodon.social/tags/GNOME" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNOME</span></a>'s Markdown editor, Apostrophe (or even, any GNOME text editor that recognizes Markdown for syntax highlighting…) :blobaww:</p><p>Ponies-on-rainbows feature request here: <a href="https://gitlab.gnome.org/World/apostrophe/-/issues/598" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.gnome.org/World/apostro</span><span class="invisible">phe/-/issues/598</span></a></p>
Jake in the desert<p>Just, the most insane shit at work, nothing bad, but a total weird pain in the ass with data and fucked up spreadsheets, and I should probably write about this because I CANNOT be the only person dealing with crap like this.</p><p><a href="https://c.im/tags/Excel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Excel</span></a> <a href="https://c.im/tags/spreadsheets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spreadsheets</span></a> <a href="https://c.im/tags/Microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Microsoft</span></a> <a href="https://c.im/tags/MicrosoftOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MicrosoftOffice</span></a> <a href="https://c.im/tags/Salesforce" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Salesforce</span></a></p>