Medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-03-10 12:41:04 -05:00
parent c5b2488589
commit 9bf7cfb744
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
14 changed files with 82 additions and 64 deletions

View file

@ -1,9 +1,10 @@
---
title: "LibreOffice Calc Tips"
date: 2021-02-20T12:37:48-05:00
date: 2021-02-20 17:37:48
draft: false
tags: []
medium_enabled: true
medium_post_id: c55df201e882
tags: []
title: LibreOffice Calc Tips
---
I've been working with LibreOffice Calc (or Excel) spreadsheets recently and wanted to share some of the things I've learned.
@ -81,5 +82,4 @@ Strings separated by `&` are concatenated together.
```excel
"Hello " & "World."
```
```