Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am using the EPPlus library and would like to find the documentation for the class OfficeOpenXML.ExcelWorksheet. I can't seem to get it via Google.
How do I find it?
I don't think there is official documentation for EPPlus.
Also, EPPlus is not associated with Microsoft, so it will definitely not be on MSDN. There are a few pages on MSDN about the OfficeOpenXML framework, but not API docs.
https://msdn.microsoft.com/en-us/library/office/bb448854.aspx
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Are there are any standard libraries for pattern recognitionin time series in c#? All I see are those in Python
Thanks
you can check the following libraries :
Cronos
Math.NET Iridium
Deedle: Exploratory data library for .NET
also you can call R functions from C# check this link
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Where I can download C# examples for usage itextsharp? Link http://sourceforge.net/p/itextsharp/code/HEAD/tree/tutorial/signatures/ is broken (the most interesting for me is signatures).
All links from http://support.itextpdf.com/node/178 does not work.
There are a lot of resources available out there. Just use google. However I am referring a couple of tutorials that will serve as good example
http://www.c-sharpcorner.com/UploadFile/f2e803/basic-pdf-creation-using-itextsharp-part-i/
http://www.codeproject.com/Articles/686994/Create-Read-Advance-PDF-Report-using-iTextSharp-in
http://www.codeproject.com/Articles/686994/Create-Read-Advance-PDF-Report-using-iTextSharp-in
http://www.codeproject.com/Articles/277065/Creating-PDF-documents-with-iTextSharp
All the tutorials of iTextSharp like use : kuujinbo.info/iTextInAction2Ed/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm wondering if someone is aware of an open source C# initiative for a Q&A/Feedback Website similar to stackoverflow, getsatisfaction or even UserVoice. I try using a few keywords over Google and codeplex but with no luck so far.
have you looked for any open source MessageBoards
http://yetanotherforum.net/
Here. I found this question on another stackoverflow site.
https://meta.stackexchange.com/questions/2267/stack-overflow-clones
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for any open source application that uses lucene.net. I am working on a complicated web application and would like to see how others have implemented lucene.net.
I think Raven DB uses it under the hood.
The latest release (2.5) of SubText uses it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I building a small application uploading documents on Google Docs.
Is there any API like Goolge API (Ver2) for same?
Is it possible by using Goolge API (Ver2) ?
Thanx
Google has an API for docs posted online: http://code.google.com/apis/documents/overview.html
Check out their developer guides for information specific to .NET: http://code.google.com/apis/documents/docs/developers_guide.html