2021-02-04 11:33:28 +0100 | beantwoorde een vraag | Deutsche Version (GUI) für LibreOffice für Raspberry Pi (ARM) Hallo ich nehme an PiOS meint Raspberry PiOS?? sudo apt-get update sudo apt-get upgrade sudo apt-get install libreoffi |
2021-01-29 23:03:54 +0100 | beantwoorde een vraag | How to start independent LO instance (avoid unoconv aborts) for serious reasons it isnt possible to run more than one instance on the same $user_configuration so you need for an se |
2021-01-28 12:44:01 +0100 | reageerde op een vraag | Is it possible to reload/refresh an open file(.xlsx) using python script in RPi without closing and saving the file itself? proably the real question is about: how to update... ?? |
2021-01-28 12:32:26 +0100 | reageerde op een vraag | extract a value from a text string edited Example-data for readability |
2021-01-28 12:30:14 +0100 | bewerkte een vraag | extract a value from a text string extract a value from a text string Is there a way I can extract the cost value from a string of characters to give me a |
2021-01-27 15:44:26 +0100 | beantwoorde een vraag | Question: How to make string 'exportable' to Excel Avoid evil INDIRECT use for Example: =INDEX(Contrib.A:A;16) |
2021-01-24 18:30:21 +0100 | beantwoorde een vraag | [Linux][LibreOffice 6.4.5.2] Macro -- External Perl Script I did not like perl but anyway i search for oodoc.pl and find this one and read there the script should be executed with |
2021-01-23 13:28:29 +0100 | bewerkte een vraag | Searching for words in single column that are similar, not exact duplicates Searching for words in single column that are similar, not exact duplicates Trying to search for duplicates of company n |
2021-01-20 12:09:32 +0100 | reageerde op een antwoord | Solver funktioniert unter Suse Leap 15.2 nicht Bei mir auf einem Raspberry-Pi mit Debian-basierttem OS wird der nlp-solver unter dem Namen "´libreoffice-nlpsolver´" ge |
2021-01-16 21:47:03 +0100 | reageerde op een vraag | Warum zeigt LÄNGE() manchmal mehr Zeichen an als vorhanden? Ergänzend zu @Opaque und @RobertG: Vielleicht solltest du die Daten schlicht sortieren…anstatt zu versuchen Länge auf Fl |
2021-01-16 21:32:40 +0100 | beantwoorde een vraag | summing to the sixth power without creating a new column something like =SUM((A1:A8)^8) enter with strg shift enter |
2021-01-15 22:33:16 +0100 | beantwoorde een vraag | INDIRECT to reference other worksheet The Problem is the .dot'in Sheetname, because .dots are reserved for delimit between Sheet- and Celladdress. Replace t |
2021-01-14 17:48:13 +0100 | beantwoorde een vraag | Print a list in a square pattern in python it seems your in wrong forum, but anyway: x = [ [1, 2, 3], [4, 5, 6], [7, 8, 9], [10, 11, 12]] |
2021-01-13 20:07:47 +0100 | beantwoorde een vraag | Fill with all the values of a named range. Exactly that: Type =Sales into upper-right cell of TargetRange and hit ctrl shift enter at same time |
2021-01-10 01:15:04 +0100 | badge ontvangen | ● Mooi Antwoord (bron) |
2021-01-08 16:02:27 +0100 | beantwoorde een vraag | calc+basic+python: use python-Sub within basic Hallo Du kannst doch gleich komplett auf python umsteigen, dann erübrigt sich die Frage … |
2021-01-08 15:58:40 +0100 | bewerkte een vraag | calc+basic+python: use python-Sub within basic calc+basic+python: use python-Sub within basic Hier nun die deutsche Version meiner Frage: Ich habe einige Python-Routi |
2020-09-24 10:25:25 +0100 | badge ontvangen | ● Goed Antwoord (bron) |
2020-02-06 16:51:36 +0100 | badge ontvangen | ● Goed Antwoord (bron) |
2019-08-17 18:21:51 +0100 | beantwoorde een vraag | Alle Zellen eines Bereiches mit faktorieren | Fehler: Datentypen unverträglich Hallo Zunächst mal hast du großzügig ganze Codeblöcke kopiert und lediglich Namen angepasst, nicht jedoch die eigentlic |
2019-08-17 13:04:52 +0100 | reageerde op een vraag | Alle Zellen eines Bereiches mit faktorieren | Fehler: Datentypen unverträglich Ich hab die Kommentarzeilen ergänzt damit das Syntaxhightlighting der Seite nicht durcheinanderkommt. |
2019-08-17 12:58:26 +0100 | bewerkte een vraag | Alle Zellen eines Bereiches mit faktorieren | Fehler: Datentypen unverträglich Alle Zellen eines Bereiches mit faktorieren | Fehler: Datentypen unverträglich Hallo, habe mir aus Bruchstücken Makros z |
2019-08-11 20:35:13 +0100 | reageerde op een vraag | Calc basic: deleting row below the one I was expecting edit for better Code-Syntaxhighlight. Karolus |
2019-08-11 20:34:59 +0100 | bewerkte een vraag | Calc basic: deleting row below the one I was expecting Calc basic: deleting row below the one I was expecting Hi I'm starting to migrate from Excel VBA to LibreOffice Calc Ba |
2019-08-05 16:54:31 +0100 | reageerde op een antwoord | How to sort columns in rows ok ;-) just realize the original thread starts August/2017 |
2019-08-05 16:47:49 +0100 | beantwoorde een vraag | How to sort columns in rows @librebel… a kind of nobrainer in python: def sort_rows_individually(*_): """ sorts row by row individua |
2019-07-23 02:20:45 +0100 | badge ontvangen | ● Goed Antwoord (bron) |
2019-07-21 22:17:42 +0100 | badge ontvangen | ● Mooi Antwoord (bron) |
2019-06-12 09:42:58 +0100 | bewerkte een antwoord | SUMPRODUCT "Div/0" ERROR WITH NO DIVISION Hallo See my Comment, if so - try something like: =SUMPRODUCT(B1:B10=A1, C1:C10="EX",S1:S10,IFERROR(Z1:Z10,0)) …o |
2019-06-12 09:38:17 +0100 | beantwoorde een vraag | SUMPRODUCT "Div/0" ERROR WITH NO DIVISION Hallo See my Comment, if so - try something like: =SUMPRODUCT(B1:B10=A1, C1:C10="EX",S1:S10,IFERROR(Z1:Z10,0)) |
2019-06-12 09:25:59 +0100 | reageerde op een vraag | SUMPRODUCT "Div/0" ERROR WITH NO DIVISION My guess: there is somewhere in [B|C|S|Z]1…10 a #div/0-error which goes straight into return of SUMPRODUCT |
2019-06-07 07:44:33 +0100 | reageerde op een vraag | IsBlank using in Basic always '0' single Cells have already the Property .String respective the Method .getString()… print thisComponent.CurrentSelection |
2019-05-24 16:06:32 +0100 | reageerde op een vraag | Proposal: Add pdf viewer in LibreOffice -1 I dont see any advance in that proposal, there are enough pdf-viewers available no reason to reinvent the wheel. |
2019-05-21 19:55:22 +0100 | badge ontvangen | ● Mooi Antwoord (bron) |
2019-05-18 01:02:44 +0100 | beantwoorde een vraag | Calc Copy column of formulas and paste into word proccessor Put in B1 the formula =FORMULA(A1) pull down to B10 and c&p this into Notepad++ |
2019-05-12 15:09:22 +0100 | reageerde op een antwoord | LibreOffice Calc 6 - "batch" hyperlink to files in folder? If so please tick the ✓-mark left near my answer. |
2019-05-10 19:33:39 +0100 | reageerde op een antwoord | Student database This resolved the problem! Thanks! |
2019-05-09 18:58:46 +0100 | reageerde op een antwoord | Wert in Datum wandeln Hallo Wäre das nicht auch mit einem simplen Schaltjahrtest möglich, aka: SELECT 365 + (("Jahr" % 100 != 0 AND |
2019-05-09 18:42:53 +0100 | reageerde op een antwoord | Wert in Datum wandeln Hallo Wäre das nicht auch mit einem simplen Schaltjahrtest möglich, aka: SELECT 365 - (("Jahr" % 100 != 0 AND |
2019-05-09 18:30:42 +0100 | reageerde op een antwoord | Wert in Datum wandeln Hallo Wäre das nicht auch mit einem simplen Schaltjahrtest möglich, aka: SELECT (("Jahr" % 100 != 0 AND "Jahr" |
2019-05-08 15:44:13 +0100 | reageerde op een antwoord | [SOLVED] How Can I Delete Data with Macro Ok sorry… youre need also to insert a additional line : source.Sheet = 1 |
2019-05-08 15:19:09 +0100 | reageerde op een antwoord | [SOLVED] How Can I Delete Data with Macro please dont ask that stupid! its obviously either in menu > Sheet > Insert Sheets or in the Contextmenu of the She |
2019-05-08 11:06:56 +0100 | reageerde op een antwoord | [SOLVED] How Can I Delete Data with Macro Yes, of course, change for Example: identifiers = sheet1.getCellRangeByName("A1:A1000").getDataArray() used_entrys |
2019-05-07 19:05:32 +0100 | reageerde op een antwoord | Do these featured exist? list all rows with the "N" column being less than 100 @Opaque: …as well the Standardfilter does! |
2019-05-07 17:07:32 +0100 | beantwoorde een vraag | Do these featured exist? list all rows with the "N" column being less than 100 have a look on >Data > Filter > Standardfilter … |
2019-05-07 16:21:13 +0100 | bewerkte een antwoord | [SOLVED] How Can I Delete Data with Macro Maybe youre about something like: Sub CopyPasteworking range_address = CreateUnoStruct("com.sun.star.table. |
2019-05-07 16:01:29 +0100 | beantwoorde een vraag | [SOLVED] How Can I Delete Data with Macro Maybe youre about something like: Sub CopyPasteworking range_address = CreateUnoStruct("com.sun.star.table. |
2019-05-07 12:53:46 +0100 | bewerkte een vraag | [SOLVED] How Can I Delete Data with Macro How Can I Delete Data with Macro Hello! I try to write macro in Libre Office Macro. I want to delete data by using Libr |
2019-05-07 12:52:25 +0100 | bewerkte een vraag | [SOLVED] How Can I Delete Data with Macro How Can I Delete Data with Macro Hello! I try to write macro in Libre Office Macro. I want to delete data by using Libr |