No announcements
Found 2246588 threads
-
1 Votes
Where is the table border width (wx:bdrwidth) stored in the OpenXML format?
So I created a table with a bottom border of thickness "3" and saved it in the Word 2003 XML (e.g. wordML) format, and this is the relevant ...Answered | 1 Replies | 2425 Views | Created by Khalid K_ - Tuesday, June 4, 2013 6:14 PM | Last reply by Cindy Meister MVP - Wednesday, June 5, 2013 10:12 AM -
3 Votes
Where is the table border width (wx:bdrwidth) stored in the OpenXML format?
Hi Khalid You might check whether this information is stored in the TABLE STYLE which has been applied to the table.Answered | 3 Replies | 2951 Views | Created by Khalid K_ - Tuesday, June 4, 2013 6:18 PM | Last reply by Khalid K_ - Wednesday, June 5, 2013 8:04 PM -
0 Votes
OpenXML Excel Date Formatting
>>I wanted to use format code for both built in and custom format as my concern was what if a new version of Excel comes up with different number format id, then i ...Answered | 3 Replies | 16357 Views | Created by RaghulR - Wednesday, June 15, 2016 9:01 PM | Last reply by David_JunFeng - Friday, June 17, 2016 8:57 AM -
2 Votes
OpenXML - format HTML Text in table Cell in C#
// Uncomment the following line to create an invalid word document. // MemoryStream ms = new MemoryStream(Encoding.UTF8.GetBytes("<h1>HELLO</h1>")); ...Answered | 1 Replies | 7766 Views | Created by udayan - Thursday, December 17, 2015 1:41 PM | Last reply by Edward8520 - Friday, December 18, 2015 5:24 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 | 2003 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 -
0 Votes
OpenXML
Open XML Format SDK 1.0 (.NET 3.0)Answered | 5 Replies | 3784 Views | Created by Sruthi M - Tuesday, April 20, 2010 7:04 AM | Last reply by Ramesh Swaminathan - Tuesday, April 20, 2010 8:36 AM -
1 Votes
Table Cell Border Width and Exporting to PDF
This occurs when two cells are pasted one after the other. to solve my problem I just changed the border Width to 0.5pt size and it worked for me.Answered | 7 Replies | 10460 Views | Created by rbwamsley - Wednesday, July 7, 2010 12:48 PM | Last reply by Djallal.E - Wednesday, February 13, 2013 1:00 PM -
11 Votes
Where are new tables stored?
Its not possible if you create table in some user DB it would go in master.Answered | 12 Replies | 1261 Views | Created by achalk - Thursday, January 15, 2015 2:35 PM | Last reply by Saeid Hasani - Thursday, January 15, 2015 8:41 PM -
0 Votes
cornerradius and border width
The first link is where i adjusted my example from.Answered | 3 Replies | 7067 Views | Created by Willie007 - Monday, August 2, 2010 1:31 PM | Last reply by Min Zhu - Wednesday, August 4, 2010 4:45 AM -
0 Votes
How to covert Listparagraph to ListFormat.ConvertNumbersToText() using OpenXML Format SDK?
>>How can i do ListFormat.ConvertNumbersToText() using OpenXML Format SDK?Answered | 1 Replies | 1149 Views | Created by Selvam S - Thursday, October 8, 2015 11:36 AM | Last reply by David_JunFeng - Sunday, October 11, 2015 1:31 PM -
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 ...Answered | 8 Replies | 11665 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
VBA Word Tables - Store Tables in an Array For Formatting
Not sure what you are trying to do with border color but adapt to your needs.Answered | 4 Replies | 1470 Views | Created by Dan_CS - Thursday, May 26, 2016 1:08 PM | Last reply by Dan_CS - Friday, May 27, 2016 1:57 PM -
1 Votes
Border lines width not geeting changed in table cell, SSRS
It seems to be the particular render extensions which make tiny differences between 1pt border width and 0.25pt border width when displaying a report.Answered | 4 Replies | 4602 Views | Created by Ramesh x - Tuesday, June 11, 2013 4:04 AM | Last reply by Valentino Vranken - Tuesday, June 18, 2013 5:43 AM -
0 Votes
store email format in SQL server table column
From database it will mostly come as a recordset or in xml format only to your application.Answered | 6 Replies | 963 Views | Created by Rishabh Patil - Thursday, February 12, 2015 7:35 AM | Last reply by SQLZealots - Thursday, February 12, 2015 9:06 AM -
1 Votes
OpenXML and depth issue
why they use 2 OPENXML (@XmlDocumentHandle, '/ROOT/Customer/Order/OrderDetail',2) there are 4 element in xpath but they mention 2. ...Answered | 5 Replies | 1630 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
Table Borders not displaying in the reports
Table border is not displaying in the report.Answered | 4 Replies | 5746 Views | Created by Radhai - Thursday, July 7, 2011 9:27 AM | Last reply by Rafiko139 - Monday, September 12, 2011 1:08 PM -
0 Votes
Date column in table - need store as specific format
But if there are be careful - I suspect it will apply to all tables in a db and possibly all dbs the dbms manages, and that might cause problems with existing tables.Answered | 3 Replies | 2502 Views | Created by jrobinsontx - Wednesday, December 5, 2012 5:55 PM | Last reply by Riced - Wednesday, December 5, 2012 9:55 PM -
1 Votes
Problem in Parsing AMAZON XML Using Openxml
Thats why I leave it and looking for a openxml solution.Answered | 4 Replies | 7929 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 delete Content Control in Word document using OpenXML Format SDK?
> How to delete Content Control in Word document using OpenXML Format SDK?Answered | 1 Replies | 1721 Views | Created by Selvam S - Thursday, October 8, 2015 11:40 AM | Last reply by Edward8520 - Friday, October 9, 2015 2:54 AM -
3 Votes
SAX OpenXML, formatting cells (color and number formatting)
I have OpenXML SDK Productive tools.Answered | 5 Replies | 14299 Views | Created by TamusJRoyce - Tuesday, April 19, 2011 1:28 PM | Last reply by TamusJRoyce - Wednesday, April 27, 2011 2:14 AM - Items 1 to 20 of 2246588 Next ›
No announcements