Including uno to .net app
Posted: Tue Mar 11, 2025 2:14 pm
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:
gives me errors. And i dont know how to unclude them since uno is not presented at nuget.org. Thank you
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;