Validate a value based on the value of another property In this post, I will show how to create a helper to validate the length of a property based on the value of another one, to be precise, to check...Read More
In a project I worked on recently, I got the request to page the results of a search without showing all the page numbers, but only a limited set. I had to show only 10 pages and let them scroll forwa...Read More
In the last post we saw how to replace the bookmark of a Word document with some values using the OpenXML SDK. This time we will do the same with an Excel file. The first thing to note is that an Exce...Read More
Using Open XML SDK 2.0 it is possible to create from scratch Word, Excel or Power Point documents without using interops anymore. This is pretty cool, because you do not need any more to install the o...Read More