3

I want to make a button that saves a libreoffice calc file. I've done some research on google and found a site to download AODL, but the download link doesn't work (link). I've downloaded AODL at another site: sourcefourge.net

My question is: Have I downloaded the right file and how do I use it in my C# project?

Thanks for your time!

Gerwin
  • 1,572
  • 5
  • 23
  • 51
M Zeinstra
  • 1,931
  • 4
  • 17
  • 46

1 Answers1

7

From what I could find by doing some "research" (essentially googling around), AODL is not updated anymore.

The following part is no longer viable/possible as the repository has been deleted/removed. If there are/were forks of this repository I do not know about them.

According to this, kind of old, SO answer the newest version can be found here. The last commit to that repository happened in 2011. You could download the code from there and compile it (AODL is native C# code, so that shouldn't be a problem I guess).

I did some further "research" and found this uhm..."beauty". Be careful, it might give you eye cancer. If you scroll down a bit, you'll find a "C#" section. It lists the following libraries/projects:

I did extract those names/links from that website in case it goes down and to prevent anyone from having to look at those terrible colors. (Seriously, my eyes hurt now. Which could be related to it being late, but I like to think it's that website).

OsTeNg24
  • 274
  • 1
  • 15
Steffen Winkler
  • 2,805
  • 2
  • 35
  • 58