I have .xls or .xlxs and there I have Bar with number and text.... I want to use number and text form this file.... e.g. boys in class (cell on form) 24 (other cell on form)

Recommended Answers

All 2 Replies

K... That would be (probably) very difficult, as far as I know, .xls (Excel format) is an XML container. That means that you would have to create an XML reader, then parse it to give you the information you want.

I think that's what you want, your question isn't very clear.

:-) Hope this helps.

K... That would be (probably) very difficult, as far as I know, .xls (Excel format) is an XML container. That means that you would have to create an XML reader, then parse it to give you the information you want.

I think that's what you want, your question isn't very clear.

:-) Hope this helps.

There are XML parsers.

You can do it very easily using Virtual C++(.NET).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.