Including uno to .net app

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
sausage_mouse
Posts: 2
Joined: Tue Mar 11, 2025 2:06 pm

Including uno to .net app

Post by sausage_mouse »

Hello I'm really new to OpenOffice. I'm working on cross-platform .net app that is integrated with LibreOffice calc. And I want to save the calc tab via pid / title from c# code. And I don't know how to include uno packages to my .cs file:

Code: Select all

using uno;
using uno.util;
using unoidl.com.sun.star.uno;
using unoidl.com.sun.star.frame;
using unoidl.com.sun.star.beans;
gives me errors. And i dont know how to unclude them since uno is not presented at nuget.org. Thank you
OpenOffice 3.1 on Debian
ms777
Volunteer
Posts: 207
Joined: Mon Oct 08, 2007 1:33 am

Re: Including uno to .net app

Post by ms777 »

Hi,

I would recommend to upgrade from OpenOffice 3.1 (or update your footer)

.NET Framework integration with LO works fine. With .NET Standard there are still some bugs. See e.g.https://bugs.documentfoundation.org/sho ... ?id=159125 and the bugs contained https://bugs.documentfoundation.org/sho ... ?id=163072, https://bugs.documentfoundation.org/sho ... ?id=165585, and https://bugs.documentfoundation.org/sho ... ?id=165608

I am not sure if these bugs have high priority in the LO developer team ...

Good luck,

ms777
sausage_mouse
Posts: 2
Joined: Tue Mar 11, 2025 2:06 pm

Re: Including uno to .net app

Post by sausage_mouse »

Thank you. But I still dont understand how to use this integrationn in my project
OpenOffice 3.1 on Debian
Post Reply