简体   繁体   中英

How to export a table into the open office spreadsheet (.ods file) through C#.net?

I want to create a .ods file throught C#.net and also want to export tables,images into it. Is there any solution for that?

All OpenDocument's is just a couple of XML-files, that are packed into zip-archive and named with different file extensions. It's hard, but possible to write this documents with just only standard XMLWriter/ZipFile classes. Format specifications are open to anyone .

But there are many packages that simplifies and abstracts this process. Take look on Aspose.Words for .NET and AODL NuGet package's at least.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM