Forum Moderators: open
Various aspects of the data needs to be downloaded, processed and analysed into Excel via a Mac
Options 1
Ftp download of database
Export the data to Excel
Option 2
Screen scraping the data – but that will lead to errors in the data being compiled
Option 3
Import a page directly into the Excel spreadsheet > get external data > New web query
Option 4
Er I’m stuck! What do you good folk do?
TIA
Rich
have you thought about the option to export the data into a CSV file (comma delimited file), which excel is able to import?
won't this be quite right for your needs, would be like opening an excel file... :)
-hakre
btw, if you're using ASP and the server is windows, why not using the activex document of an excel spreadsheet and creating the complete excell file on the fly by your script - then download it?
Thanks for the reply
have you thought about the option to export the data into a CSV file (comma delimited file), which excel is able to import?won't this be quite right for your needs, would be like opening an excel file... :)
Means fpting the whole database, when only some data subsets are needed :(
btw, if you're using ASP and the server is windows, why not using the activex document of an excel spreadsheet and creating the complete excel file on the fly by your script - then download it?
That looks interesting, although I have no idea of how to achieve it, will have a look tomorrow and get back with… …probably more questions ;)
Ta Rich
Thanks for the info so far...
Markus007
Change the response.contenttype to excel and a embeded excel spreadsheet will open up in the browser..
Looks interesting, however, I'm unsure as to how you could use this to interrogate data from the database? It only seems to open a blank spreadsheet.
To try to be more specfic, 1 scenario would be
1 * employer with 35 employees (+ 2 * peers + 2 * reportees + 1 * boss) (210 spreadsheets) all with related/interlinked data which need to be aggregated…
Rich