No announcements
Found 1426839 threads
-
0 Votes
OpenXML
Answered | 5 Replies | 3719 Views | Created by Sruthi M - Tuesday, April 20, 2010 7:04 AM | Last reply by Ramesh Swaminathan - Tuesday, April 20, 2010 8:36 AM -
0 Votes
Create PPT programmatically from OpenXML and download
Have your issue about creating a ppt with Openxml been resolved?Answered | 3 Replies | 3254 Views | Created by Venkatzeus - Tuesday, January 5, 2016 11:34 AM | Last reply by Edward8520 - Thursday, January 7, 2016 8:55 AM -
0 Votes
Alternative to OpenXML
>>Is there any alternative to programming the OpenXML API?Answered | 1 Replies | 1654 Views | Created by JBDevoArch - Monday, August 31, 2015 2:49 PM | Last reply by David_JunFeng - Wednesday, September 2, 2015 8:54 AM -
1 Votes
OpenXML
How do I get support on OpenXML stuff?Answered | 1 Replies | 4023 Views | Created by ResidentX10 - Thursday, June 7, 2012 4:53 PM | Last reply by ResidentX10 - Thursday, June 7, 2012 5:44 PM -
0 Votes
Dupilcate excel sheet openxml
>>How to duplicate excel sheet using c# AND OPENXML?Answered | 2 Replies | 714 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 -
1 Votes
Unable to deal with OpenXML SDK V2 Pre-requisite
Do you mean when you download the OpenXML SDK?Answered | 17 Replies | 8452 Views | Created by PhilTheGap - Wednesday, March 31, 2010 2:21 PM | Last reply by PhilTheGap - Wednesday, May 26, 2010 8:34 AM -
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 | 1170 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
OPENXML and UPDATE
I have this code for OPENXML that is causing a bind error on my temp table created by OPENXML UPDATE tblGroup set tblGroup.Answered | 8 Replies | 11598 Views | Created by JonatM - Wednesday, December 12, 2007 3:45 PM | Last reply by Sandeep Y - Wednesday, July 22, 2009 8:07 AM -
0 Votes
OPENXML in SQL Server
., "SELECT [Value] FROM OPENXML( @AttachVersionHandle, '/AttachVersion/Version') WITH (Value int '.')Answered | 2 Replies | 2012 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 -
1 Votes
OpenXML and depth issue
That last parameter is optional, and it is about elements vs. attributes, as documented ...Answered | 5 Replies | 1542 Views | Created by Sudip_inn - Sunday, July 5, 2020 6:23 PM | Last reply by Yitzhak Khabinsky - Tuesday, July 7, 2020 6:08 PM -
0 Votes
OPENXML Query Help ....
If anybody can help with OPENXML query that would be great.Answered | 7 Replies | 4283 Views | Created by sqldba20 - Wednesday, August 31, 2011 8:46 PM | Last reply by wBob - Friday, September 2, 2011 9:45 AM -
0 Votes
Problem with OpenXML on Excel - writing files concurrently not working
Files are very big, hundreds of MB so it is quite slow to wait.Answered | 7 Replies | 7753 Views | Created by xavito - Thursday, May 24, 2012 7:45 PM | Last reply by msupple - Friday, October 12, 2012 1:37 PM -
0 Votes
OpenXML Excel Date Formatting
i tried to read the documentation and OpenXml tutorial but still don't find an answer.Answered | 3 Replies | 15993 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
OpenXML license question
>Can I use ClosedXML or OpenXML to generate XLSX files without an office license?Answered | 5 Replies | 1713 Views | Created by Klismann - Tuesday, November 14, 2017 5:51 PM | Last reply by Klismann - Tuesday, December 5, 2017 12:06 PM -
1 Votes
default xmlns declartion breaks OPENXML ?
hi, check the below link: http://nomisit.wordpress.com/2009/01/09/default-namespace-usage-for-openxml-in-sql-server-2005/ Hope ...Answered | 3 Replies | 10260 Views | Created by cmon_stoke - Wednesday, May 5, 2010 7:25 AM | Last reply by KiranKumar.Y - Wednesday, May 5, 2010 9:35 AM -
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 | 733 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
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 | 606 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 -
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 | 7877 Views | Created by Ehsanul Haque - Sunday, November 22, 2009 7:11 AM | Last reply by Ehsanul Haque - Wednesday, November 25, 2009 6:54 PM -
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 | 6039 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
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 | 543 Views | Created by Anil Mohapatra - Wednesday, February 17, 2016 4:47 PM | Last reply by Weiwei Cai - Thursday, February 18, 2016 8:48 AM - Items 1 to 20 of 1426839 Next ›
No announcements