Skip to main content
1 vote
1 answer
61 views

I've written this LibreOffice Python macro, that prints (in ASPO terminal) the inner code of each "formula" (i.e. LibreOffice Math element included in LibreOffice Writer content) of my ...
jmg74's user avatar
  • 11
0 votes
0 answers
91 views

New here. Beginner with Python and LibreOffice. Some experience with C#. OS: Win 11 LO: 25.8 I have been trying to learn how to create a LO extension to provide UDF's for use in LO Calc. I have dozens ...
AndyB's user avatar
  • 1
0 votes
0 answers
75 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
0 votes
1 answer
62 views

This function: Function SheetIndex() As Long Dim oFunctionAccess As Object oFunctionAccess = CreateUnoService("com.sun.star.sheet.FunctionAccess") SheetIndex = oFunctionAccess....
Mario Palumbo's user avatar
1 vote
2 answers
756 views

I am developing a .NET 8 cross-platform application on Debian, which needs to interact with LibreOffice via UNO API. What i'm trying to accomplish is to save an opened Libre Office tab. Here is my ...
sausage_mouse's user avatar
1 vote
0 answers
171 views

I now learned that it is possible to place a Swing JPanel into an AWT Panel. older question Now the next step. As far as I understand it, the Java Extensions of LibreOffice use UNO-AWT. Is there a ...
dragoness's user avatar
  • 133
0 votes
1 answer
102 views

I have multiplatform project (targets for iOS, Android and Windows), so far just began, very simple content. I'm debugging only on iOS so far, Android even didn't touch yet. Everything was fine, until ...
holycreeper's user avatar
1 vote
1 answer
55 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
1 vote
0 answers
82 views

LibreOffice UNO API: Column Page Break Issue in Python I'm using the LibreOffice UNO API with Python to programmatically apply row and column page breaks in a Calc spreadsheet. However, I'm facing a ...
2_DataCrawlers_Nawaf __'s user avatar
51 votes
19 answers
154k views

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 ...
Thomas's user avatar
  • 727
1 vote
1 answer
472 views

I have an Uno Platform project, TargetFrameworks;$(DotNetVersion)" is ;net7.0-windows10.0.1901;net7.0; I am trying to implement cross platform local storage using the APIs from the Windows....
Robotuner's user avatar
  • 291
-1 votes
3 answers
1k views

I'm developing an UWP App with UNO / WinUI 3. I have put images into the Images folder in the UWP project and the application icon is shown in the taskbar as well as application icon at the exe-file. ...
Tom's user avatar
  • 139
9 votes
2 answers
11k views

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 ...
to-mars's user avatar
  • 231
0 votes
1 answer
62 views

With Excel, and using C#, you can load the entire System.Data.Datatable into the sheet by calling mySheet.Cells("A1").LoadFromDataTable(myDataTable, True) where mySheet is an OfficeOpenXml....
Yiannis's user avatar
-1 votes
1 answer
39 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

15 30 50 per page
1
2 3 4 5
18