No announcements
Found 3511843 threads
-
0 Votes
Using VBA to parse a XML File
http://msdn.microsoft.com/en-us/library/bb237973(v=office.12).aspx Another option is using the XML DOM Object to import the XML into your ...Answered | 1 Replies | 11203 Views | Created by BATTeam - Friday, February 24, 2012 6:03 PM | Last reply by danishani - Monday, February 27, 2012 5:48 AM -
1 Votes
IDENTITY column with OPENXML insert
[table] FROM OPENXML(@nDoc, '/level1/level2/level3', 2) WITH ( a int 'level4/level5', b int 'level4/level6', c int 'level4/level7', d int ...Answered | 1 Replies | 6113 Views | Created by Ashish Khatri - Thursday, June 2, 2011 3:51 PM | Last reply by wBob - Thursday, June 2, 2011 5:10 PM -
1 Votes
For XML vs OPENXML
Jacob Sebastian has a very good blog about XML and also I believe there was a quiz by him Here is a link with a summary to all his XML ...Answered | 1 Replies | 809 Views | Created by soldierfc - Thursday, July 16, 2015 5:19 PM | Last reply by Naomi N - Thursday, July 16, 2015 5:44 PM -
0 Votes
Dupilcate excel sheet openxml
>>How to duplicate excel sheet using c# AND OPENXML?Answered | 2 Replies | 815 Views | Created by José A M Pacheco - Monday, September 26, 2016 10:03 PM | Last reply by Ashok Kumar_ - Wednesday, September 28, 2016 3:36 AM -
0 Votes
OpenXML Excel Date Formatting
You could use DateTime.FromOADate() to convert to datetime.Answered | 3 Replies | 16403 Views | Created by RaghulR - Wednesday, June 15, 2016 9:01 PM | Last reply by David_JunFeng - Friday, June 17, 2016 8:57 AM -
1 Votes
populate a report from template using C# excel OpenXML API
Hi James That's a very long list and certainly cannot be covered in a single discussion...Answered | 1 Replies | 6263 Views | Created by JamesC8833 - Friday, November 16, 2012 1:45 AM | Last reply by Cindy Meister MVP - Friday, November 16, 2012 9:36 AM -
0 Votes
How to create a hyperlink cell in excel using openxml?
Hi, Have a look at ...Answered | 2 Replies | 16666 Views | Created by KarthikeyanAnnadurai - Friday, May 11, 2012 6:14 AM | Last reply by Ankush_Bhatia - Thursday, May 17, 2012 6:53 AM -
0 Votes
how can i update charts' data in word document by using OpenXML
I'm using OpenXML's UpdateFieldsOnOpen class to 'touch' the word file and force a chart refresh.Answered | 9 Replies | 5026 Views | Created by 赵召 - Monday, May 5, 2014 7:26 AM | Last reply by dkitchen - Wednesday, June 6, 2018 1:57 PM -
16 Votes
Cannot find System.Windows.Media.Imaging namespace
What I don't understand is, after having used VS 2003 and VS 2005, where all the assemblies were readily available, and installing the product allowed easy use of all needed ...Answered | 14 Replies | 105635 Views | Created by Nicolas Diaz - Tuesday, October 30, 2007 7:39 PM | Last reply by ramon felix - Friday, March 20, 2020 4:47 PM -
1 Votes
MIcrosoft OpenXML 2.5 on NUGET
https://www.nuget.org/packages/documentformat.openxml/ And I have searched on internet, I don't find another version of official NuGet package for ...Answered | 1 Replies | 616 Views | Created by Anil Mohapatra - Wednesday, February 17, 2016 4:47 PM | Last reply by Weiwei Cai - Thursday, February 18, 2016 8:48 AM -
0 Votes
How to programatically add a shape in powerpoint using OpenXml ?
hi Fahad, I suggest to use OpenXMLSDkTool.Answered | 2 Replies | 8222 Views | Created by Fahad Ali Shaikh - Tuesday, September 21, 2010 4:44 AM | Last reply by Fahad Ali Shaikh - Friday, September 24, 2010 4:19 AM -
0 Votes
Reduce Threshold Cannot Parse
When you want to use that option, put it without the square brackets.Answered | 1 Replies | 488 Views | Created by lkjhlkjhlkjhlkjh - Friday, October 21, 2016 7:01 PM | Last reply by Asaf Strassberg - Friday, October 21, 2016 9:28 PM -
0 Votes
Get Line count while creating a word document using openXML C#
This cannot be done using the Open XML SDK.Answered | 1 Replies | 3838 Views | Created by Shubham Bhave - Wednesday, November 21, 2012 11:34 AM | Last reply by Cindy Meister MVP - Wednesday, November 21, 2012 3:11 PM -
1 Votes
Run openXml element
Dear all, I would like to know whether a Run OpenXml element could have more than one Text element or not?Answered | 1 Replies | 2731 Views | Created by Hamidreza G - Saturday, September 29, 2012 10:37 AM | Last reply by Cindy Meister MVP - Sunday, September 30, 2012 12:11 PM -
1 Votes
SharePoint Rich Text output into PPTX using OpenXML 2.0
Just as a reference, the Document Reflector tool that Gavin mentions is a part of OpenXML SDK available here:Answered | 4 Replies | 4427 Views | Created by Gavin Morgan - Wednesday, May 27, 2009 9:32 AM | Last reply by Edin Kapic - Wednesday, May 27, 2009 2:14 PM -
0 Votes
Using OpenXML how do we copy data from .csv file to existing excel
Hi Sudha You'd need to use text parsing tools to "read" each item in the csv file and "transform" it to the Excel Open XML.Answered | 1 Replies | 2265 Views | Created by SudhaMarothu - Wednesday, September 9, 2015 12:06 PM | Last reply by Cindy Meister MVP - Wednesday, September 9, 2015 6:37 PM -
0 Votes
How to use xQuery instead of OpenXML (Recursively)
I would like to use an xQuery approach as I have already developed an OpenXML solution but that cannot be used in views, any help is appreciated.Answered | 2 Replies | 7147 Views | Created by Adam Seniuk - Tuesday, September 1, 2009 3:26 PM | Last reply by Adam Seniuk - Tuesday, September 1, 2009 5:54 PM -
1 Votes
OpenXML license question
>Can I use ClosedXML or OpenXML to generate XLSX files without an office license?Answered | 5 Replies | 1816 Views | Created by Klismann - Tuesday, November 14, 2017 5:51 PM | Last reply by Klismann - Tuesday, December 5, 2017 12:06 PM -
0 Votes
Using Parse REST APIs
I know that you will recommend me to download Parse .Net SDK.Answered | 1 Replies | 1159 Views | Created by Abdu Rahman - Thursday, March 26, 2015 12:08 PM | Last reply by Abdu Rahman - Thursday, March 26, 2015 3:10 PM -
1 Votes
Copy data from XML into a table without openxml
(Using SQL Server 2005) I am attempting to get data from an XML variable into a table, without using openxml().Answered | 5 Replies | 3775 Views | Created by cgtyoder - Tuesday, July 12, 2011 9:03 PM | Last reply by Visakh16 - Friday, May 16, 2014 8:00 AM
No announcements