• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Save data from Excel/Office diretcly to webserver, like MS Sharepoint

Explorer ,
Sep 07, 2006 Sep 07, 2006

Copy link to clipboard

Copied

How can one get Excel to save data back to a webserver, like MS Sharepoint?

Excel-Exports & Imports have always been an issue over the years and I've been doing a lot of research lately.
So I know about JExcelAPI, POI, Excel-XML, parsing large XML with StaX, outputting Excel-XML, etc.

The final goal is to provide interaction with MS Office like MS Sharepoint:
- Open files in Excel and save them back to the sharepoint-website.
- Provide data in Excel-Form and save it back to Sharepoint.

Basically using Excel as frontend.
By now I know different ways to send the clients data in true Excel-Form, but can't get Excel to save the data back to some Webserver.

Anyone know how this could be done?
Can it be done with "Web queries", or are they only for sending data to Excel, not receiving from?
TOPICS
Advanced techniques

Views

408

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 07, 2006 Sep 07, 2006

Copy link to clipboard

Copied

Consider making the Excel spreadsheet a datasource. That way, you can save an updated spreadsheet, run your ColdFusion app and query the spreadsheet.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 07, 2006 Sep 07, 2006

Copy link to clipboard

Copied

Sorry, but I'm talking about client-side Excel. When saving, it opens the save-to dialogue and shows the webserver-location.

We tried using Excel as ODBC-datasource, never again ... Excel guesses the datatype of columns by scanning the first 20 rows ...the 20 is adjustable but still not usable for us.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 12, 2006 Sep 12, 2006

Copy link to clipboard

Copied

*bump*
Ideas, questions, solutions, popcorn anyone?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 12, 2006 Sep 12, 2006

Copy link to clipboard

Copied

LATEST

I've never used MS Sharepoint but are you talking about something like this...

http://www.google.com/googlespreadsheets/tour1.html

If you do find a freeware, please let us know!


I guess one alternative might be to have your users make their changes locally
and then upload their changes to the webserver. You would then write code
to read/parse/datasource/etc this .xls. Or you could leave it as is and the next
time someone wants the file, send them the version that was uploaded last.

I know it's a really ugly hack so please respond back with how you settled on
the problem.


Good luck!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation