JQuery:
http://chris4403.blogspot.com/2008/01/jquery-cheatsheet-wallpaper.html
Regular Expressions
Shell Programming
Altri (css, html, javascript, php, ...)
AndreaInglese.IT
private int SetSharedString(string Value)...
// Check to see if the string already exists. If so, retrieve its index.
// This search is case-sensitive, but Excel stores differently cased
// strings separately within the string file.
//MODIFIED TO USE ParseXpathString
XmlNode stringNode = _xlWorksheet.xlPackage.Workbook.
SharedStringsXml
.SelectSingleNode(string.Format("//d:si[d:t={0}]",
ParseXpathString(Value)),
_xlWorksheet.NameSpaceManager);