How to create .odt files with C#.NET?

后端 未结 6 1200
粉色の甜心
粉色の甜心 2020-12-31 23:58

Note: I found this \"Creating a Word Doc in C#.NET\", but that is not what I want.

Do you know how to create a .odt to create file from C#

6条回答
  •  再見小時候
    2021-01-01 00:16

    I found this one yesterday when looking for a way to create Spreadsheeets, it looks like creating writer files is quite similar: http://www.suite101.com/content/creating-an-openoffice-calc-document-with-c-a124112, dont forget to install the Open Office SDK from Oracle first.

    Unfortunately I have not found a way to create a file without opening it yet.

提交回复
热议问题