Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
31 views

I am using C++ builder for OLE automation in MS Excel. I now need to implement support for LibreOffice Calc. The following code works well in MS Excel. It is inserting an array of strings into ...
vsm's user avatar
  • 69
0 votes
1 answer
67 views

In LibreOffice Writer, when a table spans multiple pages, sometimes only the very last row is pushed onto the next page. This creates a single “widow row” on the new page, which looks ugly and reduces ...
Дмитрий Старков's user avatar
0 votes
0 answers
70 views

Setting visibility of sheets, rows or columns does not work using XPropertySet::setPropertyValue(). It does not throw an exception or anything, it just does not change the property value. I am not ...
Gregor Lang's user avatar
-1 votes
2 answers
97 views

I'm trying to set up a query that would display the data in a certain way, but I can't manage it. Tables: CREATE TABLE T_EMPLOYEES ( EMP_ID INTEGER IDENTITY NOT NULL, EMP_LASTNAME VARCHAR (32) ...
Corpus's user avatar
  • 63
-4 votes
2 answers
81 views

I am using Nextcloud Forms to have students write comments. They use the same form every week, and it all gets put into one big spreadsheet. (There are 101 students.) Because of the simple nature of ...
Rachel T's user avatar
0 votes
1 answer
114 views

I want to write a macro which reloads all images inserted in a Calc document. I've heard of linking images, but I don't know the specific commands in LibreOffice Basic. So far the best answer I've got ...
christian2222's user avatar
0 votes
0 answers
41 views

How can I use Libreoffice XSheetAnnotationShapeSupplier in c# to change the size? This line: XSheetAnnotationShapeSupplier xShapeSupplier = (XSheetAnnotationShapeSupplier)xSpreadsheet; Error generated:...
Jump6024's user avatar
-1 votes
1 answer
143 views

I wonder if there is any keyboard shortcut available for the menu bar item Data -> Text to Columns.. I looked into various online resources like the below one, however could not find anything ...
Bogaso's user avatar
  • 3,896
1 vote
1 answer
46 views

In a Libre Office Writer text document, i would like to reset all explicitely applied font size settings, both in text paragraphs as well as in tables. For paragraphs i can find such explicit settings ...
Janosch's user avatar
  • 1,264
0 votes
0 answers
40 views

I have a libreoffice document filled with multiple columns, including one named customerid. These customer ID appear multiple times each, as this is a raw data log. I isolated around 50 customer id of ...
FelixCrd's user avatar
0 votes
1 answer
137 views

When I am trying to run this code on an excel document: import subprocess subprocess.run(['libreoffice', '--headless', '--convert-to', 'pdf', 'test_docs/doc.xls', '--outdir', '...
Ivan's user avatar
  • 41
0 votes
0 answers
170 views

I am trying to make Linux application in Qt Creator with LibreOfficeKitGtk widget, from usual QT project with widgets template. In main.cpp I added a GTK initialization: #include <gtk/gtk.h> ...
Maxi-Hard's user avatar
0 votes
0 answers
45 views

I use the libreOffice class DocumentConverter to convert .odt to .pdf. In local, with windows libreOffice (24.2.4.2 LibreOffice Community) its works, but in Linux Enviroment (Preproduction) it give me ...
C. M.'s user avatar
  • 7
2 votes
3 answers
176 views

"numpy" is installed in for libreoffice24.8: ls /opt/libreoffice24.8/program | grep numpy numpy numpy-2.2.2.dist-info numpy.libs Edit a test python script for macro in libreoffice24.8 to ...
showkey's user avatar
  • 375
1 vote
1 answer
440 views

I am using JODConverter from my web application. Even though it does its job such as converting MS Office files into PDF, the error messages make me worried if I need to do something about it. ...
Tommy's user avatar
  • 141
0 votes
0 answers
68 views

We have an ODS file with two spreadsheets. (Picture 1) We are able to use ‘Find All’ to locate cells containing the string ‘Steve’. (Picture 2) However, we are unable to copy them. Because they are on ...
Denix's user avatar
  • 522
0 votes
1 answer
45 views

I have a CSV with the following structure: ID290;ID11;..\Phase2-fusionner_dossiers\Dossiers\TA30\Dossier n° 1300254\T30_1300254_69402_accuse reception courrier.pdf;..\Phase2-fusionner_dossiers\...
Pick's user avatar
  • 57
0 votes
1 answer
124 views

Please consider the following example: import uno def create_pdf(file_url): local_context = uno.getComponentContext() resolver = local_context.ServiceManager.createInstanceWithContext( ...
HapiDaze's user avatar
  • 631
0 votes
0 answers
30 views

How do you programmatically (in content.xml ??) add to a odt document a frame of style "MyFrameStyle" with content x ? context: pandoc lua filter
Antonello's user avatar
  • 6,513
0 votes
1 answer
34 views

I'm having trouble trying to solve how to run this function =IF($Page1.C3<>"",G2+1,"") the function is working but for a easy replicate I need for the C row to increment by ...
KRAMPSUS's user avatar
0 votes
2 answers
174 views

I currently have this command that already works directly from terminal, as I mentioned in the title, but doesn't work it when I use it from my code. lowriter --invisible --headless --convert-to pdf:...
rminaj's user avatar
  • 605
0 votes
0 answers
187 views

I use soffice --convert-to 'pdf:calc_pdf_Export:{"SinglePageSheets":{"type":"boolean","value":"true"}}' a.xlsx to convert xlsx to pdf, but I got ...
Zhuo Jianming's user avatar
0 votes
2 answers
191 views

I have found a couple posts around the internet and on here on how to remove all but the first letter of every word in a paragraph (or the whole text) using regex and Microsoft Word, but nothing has ...
Mordork's user avatar
  • 49
0 votes
1 answer
152 views

I'm creating a protected XLSX file like this: XSSFWorkbook wb = new XSSFWorkbook(); wb.lockStructure(); wb.setWorkbookPassword(PASSWORD, null); When I open the file generated by Excel, I check that ...
marciel.deg's user avatar
-1 votes
1 answer
37 views

When the “whole sheet export” option is enabled during the PDF export process in Calc, the hyperlinks in the exported PDF do not preserve their original URLs and instead show local file paths. ...
Cui Pengfei 崔鹏飞's user avatar

1
2 3 4 5
36