https://github.com/mendel5/libreoffice
How to use LibreOffice Writer, Calc and Impress
https://github.com/mendel5/libreoffice
avm fritz fritzbox libreoffice libreoffice-writer microsoft microsoft-office office word
Last synced: 8 months ago
JSON representation
How to use LibreOffice Writer, Calc and Impress
- Host: GitHub
- URL: https://github.com/mendel5/libreoffice
- Owner: mendel5
- License: agpl-3.0
- Created: 2021-08-10T21:39:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T12:21:13.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:33:15.784Z (10 months ago)
- Topics: avm, fritz, fritzbox, libreoffice, libreoffice-writer, microsoft, microsoft-office, office, word
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libreoffice-how-to
How to use LibreOffice Writer, Calc and Impress
## Writer: How to create a horizontal line in Microsoft Word and LibreOffice Writer
- Open Tools → AutoCorrect → AutoCorrect Options.
- In the Options tab, check the Apply Borders box.
- Then enter `---` and press `Enter`
Source:
- https://www.computerhope.com/issues/ch001321.htm
## General: Change Language
- https://help.libreoffice.org/3.3/Common/Selecting_the_Document_Language
- https://tipps.computerbild.de/software/officeprogramme/libreoffice-sprache-aendern-diese-moeglichkeiten-gibt-es-608435.html
## Writer: Page Margins / Seitenränder
- https://www.libreofficehelp.com/change-add-margin-writer-libreoffice/
## Writer: Page Numbers / Seitenzahl
- https://help.libreoffice.org/latest/en-US/text/swriter/guide/footer_pagenumber.html
## Calc: Pivottabelle for Fritzbox Calls
- Go to `fritz.box` → `Telefonie` → `Anrufe` → `Anrufliste` → `Alle Anrufe` → Bottom of the webpage → `Sichern`
- Download the CSV file
- Open the CSV file in LibreOffice Calc
- Delete the first row
- Highlight the full table
- Click on `Data` → `Pivot Table` → `Insert or Edit` → `Current selection` → `Ok`
- Select the following entries for the Pivot table:
- Filters: empty
- Column Fields: `Data`
- Row Fields: `Name`, `Rufnummer`
- Data Fields: `Count - Rufnummer` (Make sure to change the default value of `Sum - Rufnummer` to `Count - Rufnummer`)
- `Ok`
- Click on the Dropdown arrow of the column `Name` and only select `(empty)`
- Highlight the newly created Pivot table
- Click on Sort (AZ/ZA or Arrow down/Arrow up)
- Sort by `Count - Rufnummer` and `Descending`
- Done