Use OpenOffice Uno CLI with C# to create a spreadsheet
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 opening calc files . However this opens OpenOffice in fullscreen, what im looking for is some way to write to a Calc file (.ods) without actually opening Openoffice. So that I can write a function that just opens a savefiledialog, gets the filename and then creates and saves the .ods file. Are there is any C# code examples available to do such a thing? So I have finally resolved this issue and want to