No announcements
Found 3511859 threads
-
0 Votes
[UWP][C#] Using OpenXML SDK for Universal Apps?
I did this by creating a separate library project for my OpenXml code, using NETStandard.Answered | 2 Replies | 4074 Views | Created by WardH - Friday, May 29, 2015 4:49 AM | Last reply by Bruce Thomson - Tuesday, December 11, 2018 7:11 AM -
0 Votes
whar is the advantage of generate PowerPoint file using openxml library
Mou_kolkata, (1) I heard that if we use openxml with c# to generate PowerPoint or excel file then we can run our program in pc where ms office is not ...Answered | 1 Replies | 663 Views | Created by Mou_kolkata - Monday, February 13, 2017 6:54 PM | Last reply by Deepak Saradkumar Panchal - Tuesday, February 14, 2017 1:34 AM -
0 Votes
OPENXML Query Help ....
A few quotes from Books Online which indicate OPENXML can indeed be "dangerous": "A parsed document is stored in the internal ...Answered | 7 Replies | 4456 Views | Created by sqldba20 - Wednesday, August 31, 2011 8:46 PM | Last reply by wBob - Friday, September 2, 2011 9:45 AM -
0 Votes
How to use OpenXml with in-portal Functions?
Reference the assemblies using the file name, such as #r "MyAssembly.dll" #r "DocumentFormat.OpenXml.dll" using ...Answered | 1 Replies | 1778 Views | Created by Qubert - Tuesday, December 10, 2019 11:21 PM | Last reply by DixitArora-MSFT - Wednesday, December 11, 2019 3:30 AM -
2 Votes
MS Office Interop and OpenXML - create OpenXML Part from current document
Hi, Actually, it is certainly possible to use the Open XML SDK from within a managed add-in.Answered | 7 Replies | 8961 Views | Created by Kendell - Tuesday, April 26, 2011 6:22 AM | Last reply by Eric White - Independant Consultant - Thursday, April 28, 2011 3:54 AM -
0 Votes
export grid content to excel using OpenXml - Asp.net
I suggest you use ClosedXML which is a much more friendly wrapper around OpenXML.Answered | 1 Replies | 2119 Views | Created by Anjaneyulu ram - Wednesday, March 27, 2013 1:45 PM | Last reply by Molku - Wednesday, March 27, 2013 3:57 PM -
0 Votes
how to use "WITH" in OPENXML?
Try the xml datatype and it's methods instead of OPENXML, it's simpler to use, more flexible and doesn't include the potential memory issues of OPENXML, ...Answered | 2 Replies | 3653 Views | Created by Alex Q8 - Friday, January 13, 2012 11:00 PM | Last reply by wBob - Saturday, January 14, 2012 1:34 PM -
0 Votes
Resize a powerpoint chart using OpenXml SDK2
You may also manually set chart size, then reflect code with OpenXml Productivity Tool.Answered | 5 Replies | 6350 Views | Created by Yi 2011 - Friday, February 17, 2012 5:14 PM | Last reply by Forrest Guo - Tuesday, June 19, 2012 3:55 PM -
0 Votes
OPENXML in SQL Server
., "SELECT [Value] FROM OPENXML( @AttachVersionHandle, '/AttachVersion/Version') WITH (Value int '.')Answered | 2 Replies | 2209 Views | Created by Param M C - Monday, June 29, 2015 9:10 AM | Last reply by Param M C - Tuesday, June 30, 2015 8:46 AM -
0 Votes
OPENXML and UPDATE
you want to write it using one statement...Answered | 8 Replies | 11755 Views | Created by JonatM - Wednesday, December 12, 2007 3:45 PM | Last reply by Sandeep Y - Wednesday, July 22, 2009 8:07 AM -
1 Votes
OpenXML and depth issue
That last parameter is optional, and it is about elements vs. attributes, as documented ...Answered | 5 Replies | 1743 Views | Created by Sudip_inn - Sunday, July 5, 2020 6:23 PM | Last reply by Yitzhak Khabinsky - Tuesday, July 7, 2020 6:08 PM -
1 Votes
Help needed using Openxml in SQL2008
We have the xml data type from SS 2005, so I will suggest to start using the type methods.Answered | 4 Replies | 4620 Views | Created by smh0427 - Thursday, January 20, 2011 8:21 PM | Last reply by smh0427 - Thursday, January 20, 2011 9:43 PM -
2 Votes
Issue with OPENXML
Hi Jana's, Here namespace declarations need to be specified as below.Answered | 2 Replies | 1711 Views | Created by Jana's - Friday, April 8, 2016 4:12 PM | Last reply by Sam Zha - Monday, April 11, 2016 5:23 AM -
0 Votes
OpenXML SDK 2.5 with Visual Studio 2008
The 2.0 version can be used with .NET 3.5.Answered | 1 Replies | 2929 Views | Created by Byebye - Tuesday, February 11, 2014 3:34 PM | Last reply by EWoodruff - Tuesday, February 11, 2014 8:16 PM -
0 Votes
Cannot find ME namespace?
For example, within the Form1 class you would refer to Form1 using Me, not Form1.Answered | 1 Replies | 1352 Views | Created by st0rmch1LL - Monday, October 15, 2012 7:15 PM | Last reply by JohnWein - Monday, October 15, 2012 7:28 PM -
0 Votes
Delete table rows in a word 2007 document using OpenXML in VB.NET
This code is also enclosed in 'Using doc ...Answered | 3 Replies | 12485 Views | Created by Jonas___ - Wednesday, January 12, 2011 1:27 PM | Last reply by Jonas___ - Thursday, January 20, 2011 2:49 PM -
3 Votes
Updating contents of the formula cell using OpenXML SDk
I use: foreach (Cell theCell in worksheetPart.Worksheet.Descendants<Cell>().Where(x => x.CellFormula !Answered | 5 Replies | 17352 Views | Created by winracer - Wednesday, March 17, 2010 2:27 PM | Last reply by MatteoGRN - Friday, October 31, 2014 3:08 PM -
0 Votes
Retrieving a Microsoft.Office.Interop.Word.Range object using OpenXml/WordprocessingDocument
If we were talking about Shapes - those have a Name (and in 2010 an ID) property you could use to identify them.Answered | 4 Replies | 6440 Views | Created by mark010101 - Thursday, October 7, 2010 11:01 PM | Last reply by Cindy Meister MVP - Tuesday, November 9, 2010 5:14 PM -
0 Votes
Insert elements at different XML tree levels into the same table using OPENXML
https://msdn.microsoft.com/en-us/library/ms187897.aspx?Answered | 1 Replies | 826 Views | Created by Lowis5 - Monday, July 27, 2015 4:31 PM | Last reply by Lowis5 - Monday, July 27, 2015 7:39 PM -
0 Votes
Exam Practice for OPENXML
If you want to stick with OPENXML then I think you are just missing the @ sign to access an attribute, eg this worked for me: SELECT * FROM OPENXML ( ...Answered | 2 Replies | 2297 Views | Created by CubeSpark - Thursday, October 8, 2015 4:48 PM | Last reply by wBob - Friday, October 9, 2015 1:00 PM
No announcements