How do you use Excel server-side?

后端 未结 7 1289
走了就别回头了
走了就别回头了 2020-12-06 02:00

A client wants to \"Web-enable\" a spreadsheet calculation -- the user to specify the values of certain cells, then show them the resulting values in other cells.

(T

7条回答
  •  我在风中等你
    2020-12-06 02:06

    The simplest way to do this might be to:

    Upload the Excel workbook to Google Docs -- this is very clean, in my experience

    Use the Google Spreadsheets Data API to update the data and return the numbers.

    Here's a link to get you started on this, if you want to go that direction:

    http://code.google.com/apis/spreadsheets/overview.html

提交回复
热议问题