Excel 2007 question

EQTitan

Diamond Member
Jun 4, 2004
4,031
0
71
Might anyone know how to either save the spreadsheet in a way as to put it up on the web enter inforamtion into the spread sheet via a webpage and then later that night go home and import all the data to be printed?

Thanks in advance....
 

everman

Lifer
Nov 5, 2002
11,288
1
0
That sounds like something you would need a database for, but perhaps there's some other way.
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0
The new excel format is open XML. You could write a web-app that gathers the information and than presents you with the file for download when needed.

You could use a database for the backend, or a flat-file (even in XLS format), so there are a lot of options here.

Lots of good information on the Excel blog (http://blogs.msdn.com/excel/) some of which specific to your question.