Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
xml-excel
- Page 1
Re: How to open an Excel Document in VB.NET
Programming
Software Development
3 Weeks Ago
by JamesMichaelm
I see it's been a while since you posted, but I'm curious if anyone here has tried using the Open
XML
SDK instead of Interop or OleDb for reading
Excel
files. I found it faster and doesn't require
Excel
to be installed, though it can be more complex for writing. Wondering how others handle big
Excel
files or ones with tricky formatting?
How to import data in XML file to Excel sheet
Programming
Software Development
12 Years Ago
by Manu Krrish
XML
,
Excel
Macros Hi I am working on some stuff where i need to Import the data present in
XML
file to
excel
sheet. i… wrote below code for it Sub ImportXMLtoList() Dim strTargetFile As String Application.DisplayAlerts = False strTargetFile = "C:\BookData.
xml
…
Flash & XML: skipping past 2nd XML Declaration
Digital Media
UI / UX Design
19 Years Ago
by ignitrix
… parse a Microsoft
Excel
file saved as
XML
.
Excel
2002 had only the standard
XML
Declaration line: [PHP]<?
xml
version="1…;/Workbook>[/PHP] However,
Excel
2003 now has two
XML
Declaration lines: [PHP]<?
xml
version="1.0"?>…this of my users whenever they save a new
Excel
file as
XML
. I tried the following code w/out success:…
Re: XML to Excel convertion
Programming
Web Development
14 Years Ago
by jkon
XML
containing images ... what do you mean .. how it contains them as binary ?
Re: Collapsible rows in excel from XSLT
Programming
Software Development
14 Years Ago
by iceandrews
… way you want it to look in
excel
first. Then export that to an
XML
excel
file and look at the code and… they way it works. You can also use Microsoft's
XML
library…. You can then combine the
xml
file from
excel
, with whatever other data source you…
XML Sections(?)
Programming
Web Development
17 Years Ago
by Dave Sinkula
…file sucked into
Excel
and processed in
Excel
to correlate items, and then use
Excel
to output text containing
XML
-formatted fields. The…[edit]Ah, I believe [url]http://www.w3schools.com/
xml
/default.asp[/url] was where I was trying to find… earlier. [URL="http://www.w3schools.com/
xml
/xml_elements.asp"]This[/URL] leads me to believe …
XML to Excel
Programming
Software Development
16 Years Ago
by whome
… experience. I am trying to import an
XML
file into
Excel
. The
XML
file will import into
Excel
fine, but when I go to… export the
Excel
file back out to an
XMl
file…
Re: How to import data in XML file to Excel sheet
Programming
Software Development
12 Years Ago
by Manu Krrish
…MS2007 it imports data succesfully,but it opens an new
excel
file and paste the data in Row order. But …saying "The specified
XML
Source Doesnt refer to a schema.
Excel
will create schema based on the
XML
source data" is…i click ok button then Nothing is pasted in
Excel
. I can say
XML
contains Repeating and Non-Repeating Elements.Is there…
Re: XML to Excel
Programming
Software Development
16 Years Ago
by whome
I have not programmed anything. The only thing I have done is imported the
XML
file into
Excel
(using the Data menu ->
XML
-> Import option in
Excel
), and now I am trying to export back out to
XML
.
Re: How to import data in XML file to Excel sheet
Programming
Software Development
12 Years Ago
by AndreRet
… Also, if the user has
Excel
Standard Edition 2003 because it does not include the
XML
import functionality - namely the Workbook… = ThisWorkbook.XmlMaps("Invoice_Map").Import("C:\invoice.
xml
", True) Select Case xlImportResult Case xlXmlImportElementsTruncated Debug.Print …
Re: XML Sections(?)
Programming
Web Development
17 Years Ago
by MattEvans
… not by any means equal, and depending on the actual
XML
language they belong to, might not be considered equivalent semantically… or B 'instance'. It depends on the
XML
language or representation, but in most
XML
languages I've used, the treatment of…, XHTML or XSLT. In short, if you're authoring the
XML
dialect, it's up to you; it's merely a…
Re: List from OpenXML Excel Column Headers
Programming
Software Development
14 Years Ago
by David Sanchez
for opening
xml
excel
column header, you can use a[URL="http://www.e-iceblue.com/Introduce/
excel
-for-net-introduce.html"] vb.net
excel
[/URL]component. It's named Spire.XLS. Hope help to you.
Re: How to import data in XML file to Excel sheet
Programming
Software Development
12 Years Ago
by AndreRet
Can you elaborate more on the something like part error of schema. With a full on error I'm sure we can help. It seems that the
xml
schema loaded incorrectly...
Excel to XML
Programming
Software Development
15 Years Ago
by amadaeliseo
I i have a table in
excel
with some movies and i want to extract it to
XML
using XSLT. How can i do that. movie 1 | actor 1| 2009 | ... movie 2 | actor 2 | 2010 | ...
XML tables
Programming
Software Development
11 Years Ago
by spindul
Hi, I want to make two tables in
XML
. The first one has not a constant number of rows (using for-each), therefore the second one should be higher or lower (right below the first one) depending on the lenght of the first table. when i export this thing and open with
excel
, the second table is too far away from the first one. Please help!
Re: XML to HTML
Digital Media
UI / UX Design
12 Years Ago
by reflectbrokers
…Set to extract the native data from an
Excel
spreadsheet (http://adobe.github.com/Spry/samples… order to display the data within the
XML
file/
excel
file on my website. What I would… any one of the values in the
excel
spreadsheet/
XML
file on my website. If I could… data in my
Excel
/
XML
file on my website. Both the
Excel
file and the
XML
file can be…
XML to Excel convertion
Programming
Web Development
14 Years Ago
by Rajicet
Hi, I want to convert an
XML
containing images into
Excel
sheet. But it is displaying only image path, not image. How to display the image in
Excel
... ?? Can i use base64 encoding and decoding for this ? Please help...
Re: XML to Excel convertion
Programming
Web Development
14 Years Ago
by Rajicet
In
XML
, the image path will be stored. After conversion, the
excel
should display the image
XML insertion to MySQL trough PHP Query
Programming
Web Development
11 Years Ago
by MWEB
… .. First , what I want to do : I have a
Excel
file ( .
xml
saved ) and I want to create a script that insert… the
XML
file in MYSQL Database without any CPanel Acces . After this… can i do the first part , the insertion of the .
xml
file to the mySQL. Thank you in advance , Andrei !
XML to HTML
Digital Media
UI / UX Design
12 Years Ago
by reflectbrokers
… series of individual widgets) that fetches financial data from an
excel
spreadsheet (
XML
file) - also included in my dropbox files (under Data… sources.
xml
) and displaying the data on my website through a js …
Re: XML insertion to MySQL trough PHP Query
Programming
Web Development
11 Years Ago
by minitauros
You have a couple of classes in PHP to read
XML
. An example is [SimpleXML](http://www.php.net/manual/en/… for that class. With it you can iterate through an
XML
file and while you do that, you can, for example…
Excel Interop
Programming
Software Development
15 Years Ago
by JohnDove
My vb 2008 app uses
Excel
, but only briefly. Can I avoid referencing the Interop library Microsoft.Office.Interop,
Excel
?? Is there another way to link to
Excel
? In terms of its dealings with
Excel
, my app does little more than open a workbook and shade some cells. Many thanks
Re: Excel Interop
Programming
Software Development
15 Years Ago
by TomW
… functionality you can read and write to an
excel
file without having to automate
Excel
as long as what you are writing… very easy and doesnt require the user to even have
Excel
. However you do lose formatting options such as bolding cells…
Re: Excel Interop
Programming
Software Development
15 Years Ago
by kvprajapati
[b]>Can I avoid referencing the Interop library Microsoft.Office.Interop,
Excel
?? Is there another way to link to
Excel
?[/b] [URL="http://www.knowdotnet.com/articles/exceldatasource.html"]ADO.NET[/URL] and [URL="http://en.wikipedia.org/wiki/Office_Open_XML"]OpenXML[/URL].
Re: Excel Interop
Programming
Software Development
14 Years Ago
by gever
You can use OLEDB for read and write to
Excel
File [url]http://vb.net-informations.com/
excel
-2007/vb.net_excel_oledb.htm[/url] Gever
Re: Flash & XML: skipping past 2nd XML Declaration
Digital Media
UI / UX Design
19 Years Ago
by ignitrix
… before parsing. The following code will do this: [CODE]
XML
myxml = new
XML
(); myxml.onData = function (src:String) { if (src == undefined) { this…):String { var sStringToRmv:String = "<?mso-application progid=\"
Excel
.Sheet\"?>"; var nBadStrLoc:Number = src.indexOf(sStringToRmv…
Re: Flash & XML: skipping past 2nd XML Declaration
Digital Media
UI / UX Design
19 Years Ago
by peter_budo
… content if that is [I]<?mso-application progid="
Excel
.Sheet"?> [/I] than ignor it and read next…
Re: Flash & XML: skipping past 2nd XML Declaration
Digital Media
UI / UX Design
19 Years Ago
by peter_budo
[QUOTE=ignitrix][PHP]var xmlVal:
XML
= new
XML
(); xmlVal.ignoreWhite = true; xmlVal.load("myFile.
xml
"); xmlVal.onLoad = function(bSuccess:Boolean):Void { …is 1)declaring variable to hold
xml
2)you ignore white space 3)loading in
xml
file 4)checking if document loaded… workbook?} c)asuming this is reading part - reading from
xml
Re: Flash & XML: skipping past 2nd XML Declaration
Digital Media
UI / UX Design
19 Years Ago
by ignitrix
Thanks Peter. The while loop at the end code block of my original post did exactly that. The problem is that "xmlVal.firstChild" == undefined. In other words, it's as if I didn't even load any
XML
at all--I have no access to any nodes to even check what they node name is. :(
Re: Transform a product gamut catalog into a xml file.
Programming
Software Development
16 Years Ago
by gtd
Excel
2003 has various ways to export
XML
. For example : Save As ->
XML
Spreadsheet. But you obtain a ridiculous file with much more….). The other way to do it is to write an
xml
schema and load that into the spreadsheet. If you don… a free soft that can do it automatically better than
excel
.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC