Create Excel 2007 files

B

BlackSun

Hi,
I'm using VB2008 and I would like to know how I can create Excel 2007
files without having Office installed on my pc.

OOXML is the rigth direction?
Can you give me any link?

Thanks in advance,
Cheers BlackSun
 
J

Joe Cool

Hi,
I'm using VB2008 and I would like to know how I can create Excel 2007
files without having Office installed on my pc.

OOXML is the rigth direction?
Can you give me any link?

I have done this using the Microsoft Jet OLEDB driver.
 
E

eBob.com

I've done it using something called an "Interop Assembly."

Bob

Hi,
I'm using VB2008 and I would like to know how I can create Excel 2007
files without having Office installed on my pc.

OOXML is the rigth direction?
Can you give me any link?

I have done this using the Microsoft Jet OLEDB driver.
 
T

Tom Shelton

Hi,
I'm using VB2008 and I would like to know how I can create Excel 2007
files without having Office installed on my pc.

OOXML is the rigth direction?
Can you give me any link?

Thanks in advance,
Cheers BlackSun

I have done a lot of this for Excel 2003, but not with 2007. I believe the
xml is very similar - but, you will probably want to look at the Office 2007
reference schemas found here:

http://www.microsoft.com/downloads/...80-F2C0-4B80-9AD1-2CB0C300AEF9&displaylang=en

The other thing is that the office 2007 files are stored in open package
format - basically, a special zip file. The good news is that the framework
has support for reading/creating these packages - System.IO.Packaging.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top