Tagged Questions
0
votes
0answers
101 views
Excel office xml - get cell's Row and Column numeric index?
In Excel Office XML, the Cell object has the CellReference property which returns a string in the format of "A5", for example.
But is there a good way to get Cell's row and column as NUMERIC values ?
...
0
votes
0answers
78 views
Convert Office - Word XML back to regular XML
We have an XML file with language strings. Unfortunately one of the hired translators saved the translated XML file.
The original format is:
<?xml version="1.0" encoding="UTF-8" ...
1
vote
0answers
137 views
“AllowDocumentFunction constraint violated” Error when opening XML file using Custom defined XSL In Excel 2010
I've a XML file with the associated XSLT sheet. When I try to open the XML file in Excel 2003 or Excel 2007, I was provided with an option to use my XSL and it opens perfectly. When I open the same ...
0
votes
1answer
304 views
VB.NET XPathDocument.CreateNavigator throws “debuggerDisplayProxy” error
I'm new to this and working from a tutorial. I have a variation on the following code:
Dim xDoc As XPathDocument
Dim xNav As XPathNavigator
xDoc = New XPathDocument("xxxxxxx.xml")
xNav = ...
0
votes
0answers
237 views
Writing from text file to word document without using interop or object classes
I am new to c# and i was wondering how i could go about writing from a text file to word without using interop?
i have achieved it with interop but how can i go about it. do i have to do it ...
0
votes
1answer
172 views
Office 365 Custom List View
I previously created a website using ASP.NET that stores contact information and can produce (using an ASP.NET repeater and SQL Datasource) name badges, suitable for printing.
We are migrating this ...
0
votes
2answers
632 views
HTML XML to Excel via PHP - Convert to Number Problem
I am trying to convert html to excel without using any library.
I just encountered one problem.... I have the classes ready etc etc (basically I exported an excel to html) and is now doing it vice ...
1
vote
0answers
195 views
Navigating OpenXML Document with XPath?
Probably a very stupid question but I've been researching this for a bit and I'm probably just overlooking something very simple.
How exactly can I return en OpenXMLElementList with an XPath query?
0
votes
1answer
739 views
Viewing Microsoft Office 2007/2010 files in C# winforms
I have read a lot of articles and SO quistions about this matter, yet, no appealing solution has come to my sight!
what i need basically is:Viewing MS office 2007/2010 documents in my winforms ...
1
vote
0answers
176 views
How to display xml data in OWC 10 component in ASP.net?
Hi
We are using Office Web component V10.0 in ASP.NET 3.5 website. The rquiremetn is to display xml data in OWC Pivot table component. How can I acheive that?
Thanks