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

My goal is to export information to a table in .ods format. I can't use any commercial libraries (in other words, I'm very limited to free software), so I tried using the AODL 1.2.0.1 library. ...
Ivan Serdukov's user avatar
2 votes
0 answers
71 views

I'm working on a project generating ODT files with Python. I'm parsing user input (markdown) using Pandoc to convert it into pieces of OpenDocument content. Then, I want to merge this content to an ...
AFA's user avatar
  • 21
0 votes
2 answers
427 views

I am having troubles with the installation and set-up if the odf-toolkit. I tried to follow this instruction but don't understand how to set up the dependencies since some of the instruction-links ...
HeapUnderStop's user avatar
0 votes
1 answer
687 views

I'm working on a Python program that takes in input data from a database and open document templates (either .ott or .odt files directly) with anchors. I would like the program to be able to generate ...
ibi0tux's user avatar
  • 2,649
0 votes
1 answer
51 views

Programmatically opening and closing files in the Matlab editor results in a memory leak. The following code illustrates the problem: function TestEditorMemoryLeak(filepaths) for i = 1 : numel(...
skm's user avatar
  • 371
1 vote
1 answer
505 views

I am trying to create an ODT file from xml. I have been trying to add an image using <office:binary-data>, it is a base64 image. After trying to do as it is told in documentation, the image is ...
Gabriel Dantas's user avatar
2 votes
0 answers
285 views

I'm doing some modular presentations divided into several sections. Each section have it own file. At the moment when I prepare a presentation I copy manually each section onto a new file. What I'm ...
Angel115's user avatar
  • 2,274
1 vote
2 answers
1k views

I am trying to insert an horizontal line in a LibreOffice Writer (odt) document using odfpy. (In Writer: Menu->Insert->Horizontal line) This is my attempt (adapting this example): from odf import ...
exodehm's user avatar
  • 581
1 vote
1 answer
6k views

I'm getting ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION when returning my docx file, however I'm not sure where in my header the error comes from. I've tried my best to remove anything that is ...
Meik F's user avatar
  • 71
0 votes
2 answers
112 views

Perhaps I'm on the wrong approach, however here is what I'm trying to do on AWS: I have a collection of OpenDocument files (calc, base) and I need to share those to other people; each user should ...
Jason 'Slingshot' Miller's user avatar
1 vote
1 answer
437 views

I would like to try to create an OpenDocument with my Android app. I've already added the simple-odf-0.8.2-incubating-jar-with-dependencies, but I get an error. Are there other methods to recommend ...
Karolis D.'s user avatar
-1 votes
1 answer
64 views

Following the instructions at: sandrods/odf-report: In my odt-file I have four mock-images, with four different names (graph1, graph2, graph3, graph4). In my controller I wish to replace them by four ...
BerryGJS's user avatar
  • 119
0 votes
1 answer
756 views

I'm trying to fill out a template from java with jOpenDocument library. I want to start a new line in a field. The normal new line sign (\n) does not work. When I do this manually in a document and ...
user avatar
0 votes
1 answer
754 views

Application creates OpenDocument spreadsheets (ods file) in code. Some rows contains caption with bigger font sized. They are only partially visible if opened in LibreOffice. All rows have same style ...
Andrus's user avatar
  • 28.2k
0 votes
1 answer
1k views

please see this code bellow as you can see my FilePath only gets this path /document/1393, so how do i get my absolute path like /sdcard/document/test.docx ? // Get Result Back @Override public ...
anuloo's user avatar
  • 15
0 votes
2 answers
888 views

I have a problem when I parse .ods file with JOpenDocument . There are three rows and four columns in my file, but when I parse this file I get 1024 columns and too many rows. There are many blank ...
Mexoff's user avatar
  • 103
0 votes
1 answer
691 views

I am trying to migrate my web service client from BO 3.x to BO 4.1 RESTful. The existing implementation of BO 3.x uses BO Java SDK to get CUID and doc properties to get the PDF report by using below ...
Raja's user avatar
  • 657
19 votes
1 answer
21k views

I want *.ods and *.odt files on a website to open in openoffice when clicked, not get saved on desktop, or get opened embedded in a browser etc. Now obviously it all depends on how everything is ...
Bhavin Solanki's user avatar
4 votes
0 answers
493 views

I am currently making a project with WebDAV to make some kind of Document Management System. It is an ASP .NET Web Application, hosted in IIS. (Although it's not using IIS WebDAV, but a modification ...
Dan's user avatar
  • 41
1 vote
1 answer
3k views

I'm trying to generate a well structured OpenDocument Text file with Apache's ODF tookit. I hope to achieve this by using styles for different portions of data. So I generated a template file that ...
StanB123's user avatar
  • 477
0 votes
0 answers
76 views

I want to apply Insert key Action(Available in keyboard as "Insert" key) for all the opened Documents.By default It didn't work for any document.I write the code for Insert key.But,In my program ...
user3792689's user avatar
2 votes
0 answers
1k views

I have a Django app that generates reports using relatorio ODS templates. The output rendered file is also in ODS format. I would like to be able to convert the output ODS to PDF, XLS, XLSX ..etc. ...
thelinuxer's user avatar
-1 votes
1 answer
1k views

In my html, I have the following object tag. <object type="application/vnd.oasis.opendocument.presentation" data="/Media/4/4/slides.odp" width="800" height="600"> <param name="...
edepperson's user avatar
  • 1,035
4 votes
1 answer
230 views

Does anyone know what is Libre Calc’s equivalent for Excel’s RefEdit control? All other Excel UserForm controls seem to have corresponding controls for Libre Dialog forms. If there isn’t one, is it ...
Davit Sargsyan's user avatar
0 votes
0 answers
152 views

I want to open OpenDocument Text some file using COM OLE automation. IDispatch *pSm; //XMultiServiceFactory hr = CoCreateInstance(clsid, NULL, CLSCTX_LOCAL_SERVER, IID_IDispatch, (void **)&pSm); ...
Nusrat Nuriyev's user avatar