C#
C#: Create and Manipulate Word Documents Programmatically Using DocX
Image by Mohylek – Some Rights Reserved In a recent post, I extolled the virtues of a wonderful OSS library I had found for working with Excel data programmatically, LinqToExcel. In that post, I also mentioned a fantastic...
C#
C#: Query Excel and .CSV Files Using LinqToExcel
Image by Elif Ayiter – Some Rights Reserved In my quest to get a rather hack-ey work project DONE and off my machine, I discovered a couple exceptionally useful OSS tools for working with MS Excel data, and at the same...
C#
C# – Wildcard Search Using LINQ
Image by salendron | Some rights reserved Need to create a wild-card style search method using LINQ? It is ridiculously easy. Below is a simple example, using the .StartsWith method from the string class. In an application for...
No More Results