Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
84 views

I can get Excel to take formula from NodeJS. Sums are fine. If Statements are fine. Concatenate works too. Textjoin and Concat do not. Excel does not seem to recognize the coding until the text from ...
Larry45's user avatar
  • 41
0 votes
1 answer
2k views

I am trying to display the first page of a word document in the browser as a thumbnail and to do this I convert the docx to a pdf. However this takes some time to occur since it’s converting the ...
Qiuzman's user avatar
  • 1,843
1 vote
1 answer
561 views

In Libreoffice calc, if you try to do a linear regression where some of the data is missing it just returns an Error Err:502. Is there a way for me to ask Calc to just drop/ignore the datapoints with ...
patapouf_ai's user avatar
  • 18.9k
0 votes
0 answers
48 views

Basically that. OS: MACOS. I need to compare several documents visually and wondered whether this option exists, or whether there is third-party software to meet this goal. Thank you very much for ...
Adel's user avatar
  • 313
2 votes
0 answers
451 views

Our team updated an existing winform application to .net 6. Since this update we cannot open files with open office anymore. The SDK cannot be initialized anymore. the following code throws an ...
Dom's user avatar
  • 567
1 vote
1 answer
403 views

I am trying to build a clipboard manager extension for Libre office. When-ever I cut (or copy) text from a document, it should be appended to another file so that I will never loose my work even if I ...
shantanuo's user avatar
  • 32.6k
1 vote
1 answer
384 views

I am new to Docker trying to Dockerize simple lumen app locally. Dockerfile: FROM php:8.1 as php WORKDIR /var/www COPY ./ /project COPY . . COPY --from=composer:2.4.2 /usr/bin/composer /usr/bin/...
Vüsal Hüseynli's user avatar
0 votes
1 answer
490 views

Need to install LibreOffice to my Azure App Service. 1. Azure DevOps I used powershell Start-Process to silent install but getting Permission denied. Start-Process: /home/vsts/work/_temp/5cc8c99d-...
Ank's user avatar
  • 1
0 votes
1 answer
81 views

Im doing a macro in Libreoffice extract a txt file to mysql but all data has "double quotes". in mysql terminal this command works fine. LOAD DATA INFILE '/var/lib/mysql-files/Stock.txt' ...
Jean Charles Dreyfus's user avatar
0 votes
1 answer
367 views

Is there a way to find out what macros are in a LibreOffice Calc file? I went to the menu Tools > Macros > Organize Macros, and reviewed all the options, but I am not seeing anything that tells ...
geox's user avatar
  • 101
0 votes
0 answers
2k views

I want to convert .pdf to .docx file with libreoffice-convert using nodejs and libreoffice-convert. This is an example code from this package. How can I use this example? const path = require('path'); ...
istdio inc's user avatar
3 votes
0 answers
351 views

I am trying to use Pycharm to develop Libreoffice python Macro with in the virtual environment with not a lot of success. You'll find below a few things I have tried with the differnt errors I have ...
Yves Nicolas's user avatar
  • 8,081
1 vote
1 answer
709 views

As I can't solve my problem I'd like to ask someone more experienced.I created simple dialog (4 fields) to let the user enter few data. After clicking "Submit" button those data should be ...
Marcin's user avatar
  • 11
2 votes
0 answers
141 views

I am using LibreOffice to convert a .docx file to an XHTML file. Mathematics is converted to MathML. My plan is to use LibreOffice in headless mode (or tools based on it) to convert back the XHTML ...
Opusci's user avatar
  • 21
1 vote
1 answer
153 views

I want to implement an autosave feature for libreoffice writer. I'm using a python macro. This will periodically save the desktop view of the document back to the file on disk and signal to the ...
Stephen Boston's user avatar
1 vote
0 answers
57 views

In my Libre Office database, on my data entry form I want to add some automatic functions like in a spreadsheet. For example, if a user enters a date in the form, can the "Weekend" boolean ...
DC952's user avatar
  • 11
2 votes
1 answer
769 views

I have a big problem converting doc/docx to pdf. I created a file conversion API with Symfony. I mainly work on ubuntu, and never had any problems. But I have to migrate from Ubuntu to Alpine. And ...
artur's user avatar
  • 61
0 votes
0 answers
2k views

convert a docx file into pdf file using unoconv. It's taking too long to convert as pdf and aborted DOCX to pdf conversion command: unoconv -f pdf -o sample.pdf sample.docx Download the sammple docx ...
Rams's user avatar
  • 59
1 vote
0 answers
401 views

convert a docx file into pdf file using unoconv. It's taking too long and aborted DOCX to pdf conversion command: unoconv -f pdf -o sample.pdf sample.docx Download the sammple docx file
Rams's user avatar
  • 59
1 vote
0 answers
1k views

I am working on a service to convert pdf with selectable text, to docx file. I have used libreoffice to do this with the below command: libreoffice --headless --infilter="writer_pdf_import" -...
user2757185's user avatar
0 votes
0 answers
221 views

I have a connection to a Microsoft Access to Libreoffice Base using a JDBC connection. When I save the database in Base it retains the connection. I want to create a copy as a standalone Base database ...
Packwood's user avatar
  • 333
0 votes
0 answers
346 views

I'm using python to process some data. In the beginning, I have an .ods file with many sheets. I need to edit cells inside each sheets and save it as a new file. I followed https://stackoverflow.com/a/...
wen tse yang's user avatar
2 votes
2 answers
1k views

Good morning everyone, I would like to build a Uno Basic macro that allows us to set the formatting one cell in such a way as to have the content first formatted with one character and then ...
Tonky75's user avatar
  • 142
1 vote
1 answer
275 views

I'm developing a service which is supposed to convert a document of different formats to pdf. All works just fine with English documents, but with Japanese the result leaves much to be desired. Namely,...
Dmitry Senin's user avatar
0 votes
1 answer
159 views

For text documents in LO writer I want a shortcut to toggle the view between 1 and 2 columns. To that end, I recorded two macros -- which had no effect -- so I'm trying with Python. The Writer Menu....
Stephen Boston's user avatar

1
3 4
5
6 7
36