No announcements
Found 5176 threads
-
0 Votes
Using OpenXML SDK for Universal Apps?
[UWP][C#] Using OpenXML SDK for Universal Apps?Answered | 1 Replies | 4653 Views | Created by WardH - Monday, June 1, 2015 8:52 AM | Last reply by Cindy Meister MVP - Monday, June 1, 2015 5:46 PM -
1 Votes
Dynamic SQL with OPENXML
MAX); DECLARE @iDoc int; SET @XMLData = ...Answered | 5 Replies | 9806 Views | Created by WAXLY - Sunday, April 24, 2011 6:28 PM | Last reply by WAXLY - Monday, April 25, 2011 2:07 PM -
0 Votes
OpenXML - could not load type documentformat.openxml.spreadsheet.sheet
Hi, Since the issue only occurred on deployment environment, please make sure the right version of OpenXML SDK assembly have been deployed to the environment correctly.Answered | 2 Replies | 1068 Views | Created by LeonardBertone - Tuesday, November 24, 2015 2:20 PM | Last reply by Fei Xue - Thursday, November 26, 2015 1:56 AM -
2 Votes
MS Office Interop and OpenXML - create OpenXML Part from current document
I think I've figured out how to parse the WordOpenXML without using OpenXML now...thanks for the tip!Answered | 7 Replies | 8935 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
Retrieving OpenXml data without 'with' clause
But you don't need to use OPENXML at all.Answered | 3 Replies | 936 Views | Created by burhan_mujahid - Friday, May 16, 2014 7:00 AM | Last reply by Visakh16 - Friday, May 16, 2014 7:56 AM -
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 | 6321 Views | Created by Yi 2011 - Friday, February 17, 2012 5:14 PM | Last reply by Forrest Guo - Tuesday, June 19, 2012 3:55 PM -
2 Votes
Anomaly in OPENXML -- can't read one particular element
What does 100ms for a single query mean in context, where OPENXML will have allocated 1/8th of the total memory available to your SQL Server whenever it does anything?Answered | 5 Replies | 8136 Views | Created by BobA7 - Monday, April 26, 2010 7:41 PM | Last reply by wBob - Tuesday, April 27, 2010 2:49 PM -
1 Votes
Unable to deal with OpenXML SDK V2 Pre-requisite
Do you mean when you download the OpenXML SDK?Answered | 17 Replies | 8568 Views | Created by PhilTheGap - Wednesday, March 31, 2010 2:21 PM | Last reply by PhilTheGap - Wednesday, May 26, 2010 8:34 AM -
1 Votes
Cannot parse using OPENXML with namespace
To use namespaces with OPENXML / sp_xml_preparedocument simply pass the namespaces as the third argument to sp_xml_preparedocument, eg: EXEC sp_xml_preparedocument ...Answered | 5 Replies | 26236 Views | Created by Dustin007 - Friday, February 5, 2010 10:48 AM | Last reply by Bulldog61 - Thursday, June 10, 2010 9:57 PM -
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 | 2104 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
Create PPT programmatically from OpenXML and download
Have your issue about creating a ppt with Openxml been resolved?Answered | 3 Replies | 3455 Views | Created by Venkatzeus - Tuesday, January 5, 2016 11:34 AM | Last reply by Edward8520 - Thursday, January 7, 2016 8:55 AM -
0 Votes
Read excel 2003 using openxml
No, you can't use OpenXML SDK to read any kind of Excel 2003 Data.Answered | 1 Replies | 8777 Views | Created by frdotnet - Tuesday, March 22, 2011 12:37 AM | Last reply by Anton Staykov - Tuesday, March 22, 2011 9:59 PM -
0 Votes
How to protect document with password using C# and openxml
> How to create a document with openxml and C# that will pop up a password prompt when open an excel file.Answered | 2 Replies | 12619 Views | Created by Karan Gupta - Monday, June 8, 2015 6:46 AM | Last reply by Karan Gupta - Thursday, June 11, 2015 6:02 AM -
1 Votes
Problem in Parsing AMAZON XML Using Openxml
You can use both OPENXML and xml xquery to achieve this: DECLARE @xmlData XML; set @xmlData = 'Answered | 4 Replies | 7991 Views | Created by Ehsanul Haque - Sunday, November 22, 2009 7:11 AM | Last reply by Ehsanul Haque - Wednesday, November 25, 2009 6:54 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 | 3649 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
[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 | 4047 Views | Created by WardH - Friday, May 29, 2015 4:49 AM | Last reply by Bruce Thomson - Tuesday, December 11, 2018 7:11 AM -
1 Votes
Help needed using Openxml in SQL2008
Also is this the only way to read the xml or is there a way to use OpenXml to read xmls with schema information?Answered | 4 Replies | 4610 Views | Created by smh0427 - Thursday, January 20, 2011 8:21 PM | Last reply by smh0427 - Thursday, January 20, 2011 9:43 PM -
0 Votes
Issues creating OpenXML Excel files in 2010 with Array formulas
>>I'm using the SpreadsheetLight wrapper on OpenXML, so I have to use Open XML 2.0.Answered | 3 Replies | 1273 Views | Created by BobGraham789 - Tuesday, June 21, 2016 4:19 PM | Last reply by David_JunFeng - Thursday, June 23, 2016 9:03 AM -
0 Votes
SSMS2012: Simple OPENXML query-where is sp_xml_preparedocument is stored?
OPENXML is an older method to work with XML document.Answered | 1 Replies | 2041 Views | Created by Scott H Chang - Tuesday, September 15, 2015 6:05 PM | Last reply by Erland Sommarskog - Tuesday, September 15, 2015 9:43 PM -
3 Votes
Updating contents of the formula cell using OpenXML SDk
Hi, I'm using OpenXML SDK to fill in a series of cells which come under the scope of a formula in an existing excel template.Answered | 5 Replies | 17306 Views | Created by winracer - Wednesday, March 17, 2010 2:27 PM | Last reply by MatteoGRN - Friday, October 31, 2014 3:08 PM
No announcements