I'm trying to add a comment and override the author name. However, the Author property on the comment is read-only.
In the resulting Excel file, the author is not blank but it has the current Windows principal identity name in it which is completely wrong on a server running ASP.NET without impersonation. I need to be able to specify the Author, or keep it empty. Disclosing the user name under which the ASP.NET application runs is a no-go!
In the forums I read that this should be possible but it doesn't say how?
http://e-iceblue.com/forum/post3329.html#p3329