How do I convert Excel OpenXML shared strings to inline strings?
Exerpt: I have a large spreadsheet in Excel 2007 OpenXML format that I want to manipulate in xml programmatically. Excel saves it using the shared strings method which, while more efficien … Tags: openxml, excel, conversion, xml • error when trying to install MSMQ Exerpt: Have VS-2003, VS-2005, VS-2008 Tried enabling MSMQ in Add/Remove Windows Components and get this ‘A local user is authenticated as an anonymous user and cannot access active dire … Tags: msmq • Div with horizontal scrolling only Exerpt: I have a fixed width DIV containing a table with many columns, and need to allow the user to scroll the table horizontally within the DIV.