uno Questions

19

I have some *.xls (excel 2003) files, and I want to convert those files into xlsx (excel 2007). I use the uno python package, when I save the documents, I can set the Filter name: MS Excel 97 But t...
Rabjohn asked 29/3, 2012 at 3:20

2

Solved

I am trying to set up a project in VSCode to build & run windows desktop apps: WinUI / MAUI / UNO because our team is mostly using VSCode. I am aware that Visual Studio 2022 is recommended for ...
Embroider asked 8/11, 2022 at 7:6

2

I've been searching all day for a solution and can't seem to find anything that works, just a bunch of a leads that seem outdated or non-functional. I'm basically trying to get to a hello-world st...
Vesuvianite asked 25/7, 2014 at 22:25

3

Solved

I wrote the following function in php public static function convert($originFilePath, $outputDirPath, $toFormat) { $command = 'echo $PATH & UNO_PATH=/usr/lib/libreoffice unoconv --format %s -...
Generally asked 25/5, 2013 at 9:9

3

Solved

I'm building a web application, that, among other things, performs conversion of files from doc to pdf format. I've been using LibreOffice installed on the same server along with my web applicatio...
Mackintosh asked 30/1, 2020 at 13:44

5

Solved

I just started to develop a Java project using LibreOffice's 4.0.1 UNO SDK, aaaand... I'm pretty much stuck right at the beginning. I think the same can be applied if I used OpenOffice.org instead ...
Manservant asked 19/3, 2013 at 15:2

1

Solved

This question is focused on Windows + LibreOffice + Python 3. I've installed LibreOffice (6.3.4.2), also pip install unoconv and pip install unotools (pip install uno is another unrelated librar...
Knawel asked 27/4, 2020 at 10:48

4

Solved

There are a few related threads about this topic here ad here but they seem a bit dated. I just downloaded LibreOffice 4 which has a Python 3.3.0 built in. Using that Python I can import and use U...
Baronetcy asked 5/3, 2013 at 11:58

1

I'm trying to insert an image into a libreoffice document that is handled/controlled by unotools. Therefore I start LibreOffice with this command: soffice --accept='socket,host=localhost,port=810...
Unilingual asked 2/6, 2019 at 18:0

1

Solved

I am programmatically drawing a flowchart in open office draw by means of Java UNO Runtime Reference api.After I have drawn the flowchart I want to resize the page according to the area aquired by ...
Harmonium asked 25/11, 2013 at 10:46

3

With the following code: static void Main() { try { var context = uno.util.Bootstrap.bootstrap(); } catch (Exception ex) { Console.WriteLine(ex.toString()); } } I can start Writer of Lib...
Schlesinger asked 6/8, 2015 at 12:38

1

In an UNO extension for OpenOffice/LibreOffice Calc (Spreadsheet), written in Java, how can you determine the calling cell inside the implementation of a UDF (spreadsheet function)? Remarks In E...

1

Solved

I am trying to implement Office an PDF conversion system based on LibreOffice 4.0 and always get the ErrorCodeIOException(tried the file formats doc,docx,txt), my stacktrace is as follows: com.sun...
Cowbane asked 19/6, 2013 at 19:52

3

I want to know if it is possible to read OpenOffice Calc spreadsheet programatically with c#, I can do this for Excel(.xls and .xlsx) but unable to find a solution for reading calc spreadsheet. He...
Expire asked 3/4, 2012 at 8:25

2

Solved

My point is that using either pod (from appy framework, which is a pain to use for me) or the OpenOffice UNO bridge that seems soon to be deprecated, and that requires OOo.org to run while launchin...
Melisenda asked 1/4, 2011 at 22:54

1

I can connect with sockets just fine, but I heard that using pipes is faster when everything is local, so I wanted to try it out, but I can't get a connection. I start Libre with > soffice --...
Bwana asked 19/3, 2012 at 16:57

1

Solved

I have so far found a couple of sources that discuss creation of ODS files: How to create ODS documents in .Net and How to create .odt files with C#.NET? And most interestingly an explanation for ...
Philip asked 20/1, 2011 at 5:27

3

Solved

At home, on Linux, I've experimented with pyUNO to control OpenOffice.org using Python. I've been using Python 2.6. It all seems to work nicely. Now I thought I would try one of my scripts (run a ...
Clea asked 15/6, 2009 at 3:47

2

I am looking for some references on how to implement the following feature: ability to embed objects (e.g. diagrams) into word processors and being able to edit them in their respective &quo...
Pubilis asked 7/1, 2010 at 19:22

2

Solved

I am using OpenOffice.org for most of my not so very frequent Office Suite needs and most of the time it is more than adequate replacement for it's commercial alternative. Where it falls sho...
Forgetmenot asked 4/11, 2008 at 9:22
1

© 2022 - 2024 — McMap. All rights reserved.