Date: prev next · Thread: first prev next last
2022 Archives by date, by thread · List index


Hallo in die Runde,

Ich benutze Libreoffice 7.3.7.2 über python uno und versuche aktuell einen Bereich mit formeln zu füllen, doch immer wenn ich setFormulaArray verwende, wird mir eine RuntimeException geworfen, Zeile 5030 von https://git.libreoffice.org/core/+/refs/tags/libreoffice-7.3.7.2/sc/source/ui/unoobj/cellsuno.cxx

Meine Versuchsreihe geht so:

file.Sheets.getByName('Moni').getCellRangeByPosition(30,10,32,343).setFormulaArray(list)

mit unterschiedlichen Parametern in list, manchmal sowas:

list = tuple([(
    str(f'{{=MULTIPLE.OPERATIONS($AD{row};$AD$8;AE$8}}'),
    str(f'{{=MULTIPLE.OPERATIONS($AD{row};$AD$8;AF$8}}'),
    str(f'{{=MULTIPLE.OPERATIONS($AD{row};$AD$8;AG$8}}')
) for row in range(9,343)])

manchmal versuch ich auch einfach sowas:

list=file.Sheets.getByName('Moni').getCellRangeByPosition(30,10,32,343).getFormulaArray()

sogar phpp.Sheets.getByName('Moni').getCellRangeByPosition(30,10,32,12).setFormulaArray((('a','b','c',),('d','e','f',),('g','h','i',),)) wirft denselben fehler

Immer kommt derselbe Fehler, kennt jemand die Funktion und hat ein Beispiel mit dem sie Funktioniert? Ich würde halt gerne ein einfügen von mehreren Zellen gleichzeitig machen, da ich sonst so 140000 Zellen einzeln setzen muss und das ist eher arg zeitaufwändig

Mit freundlichen Grüßen,

Gerrit Großkopf


--
Liste abmelden mit E-Mail an: users+unsubscribe@de.libreoffice.org
Probleme? https://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: https://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: https://listarchives.libreoffice.org/de/users/
Datenschutzerklärung: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.