About 4,730 results
Open links in new tab
  1. Need to convert PDF outputs to CSV or Excel Format

    Feb 19, 2015 · >> that macro should convert the PDF outputs to CSV format / Excel format. As far as I know, the Excel do not have the feature to read the PDF file, so you will need third party …

  2. Opening older versions of MS documents?

    Nov 26, 2008 · I'd like to develop a utility application that can read in any version of MS Office document (Word, PowerPoint, Excel, and Project if possible) convert the data to OpenXML …

  3. web service: XmlNode, XElement and XmlDocument

    Oct 7, 2021 · How come I'm running into a "Cannot implicitly convert type 'System.Xml.XmlNode' to 'System.XmlLinq.XElement" error? It was working fine if I remove the webmethods returning …

  4. C# - Convert the .doc/.docx to .rtf or .txt when choosing the file in ...

    Jan 8, 2016 · Is there a possibility to choose a Microsoft Word document (.doc or .docx) in openFileDialog and then it will be converted to .rtf or .txt before being loaded into …

  5. Cannot convert between unicode and non-unicode string data …

    Feb 6, 2012 · The xsd that defines the xml file can't be altered due to business requirments. My problem is I'm getting 2 types of validation errors when mapping fields. “Column BatchID and …

  6. Convert DataTable to XML - social.msdn.microsoft.com

    Oct 7, 2021 · What is your table. Is it the ADO.NET's DataTable object or html table or SqlServer table. If that is ADO.NET's DataTable you can convert in that to XML by using the DataTable's …

  7. Differences between grid and table in WPF?

    May 27, 2015 · I want to know any differences between grid and table in WPF? Or one is include the other ,what's scenarios they best suited for?And I often deal with the situation of merge the …

  8. Cannot convert to String in List - social.msdn.microsoft.com

    May 2, 2019 · For your question, you want to solve the error that "cannot convert from 'mortiimatii.Fixture_List' to 'string'".

  9. how to convert uniqueidentifier to varchar in sql

    Feb 20, 2018 · Answerer 1 Sign in to vote Most GUIs will convert automatically, but you can convert using t-sql like this: SELECT CAST (MyUniqueIdenfifierColumn AS VARCHAR (36)) …

  10. How to convert a SessionSecurityToken to a JWTSecurityToken?

    May 29, 2013 · What I want is to simply get the SessionSecurityToken, convert it to a JWTSecurityToken, and then call the .RawData () method to load it into the Authorization Header.