I'm using Softartisans OfficeWriter to generate Excel files. The problem I have is that whenver I assign an empty string ("" or String.Empty) to a cell, the cell's value type will turn out to be Blank instead of Text, which is what I want. I've tried someCell.ValueType, but it's a read-only property and I cannot set it to Text manually.
Any help will be much appreciated!