S
stockbuildingsupply
hello everyone,
i am developing a web application that needs to give Excel functionality
within the clients browser. here are the specs:
- user should not be able to save the workbook to their box.
- user should only be able to modify/view a certain range.
- input into above range must be validated.
- when user clicks update the data in the spreadsheet is extracted and
sent to the database.
what i have done to achieve this functionality is build the above
requirements via vba into an Excel workbook. the workbook is then streamed
via the ContentType() and WriteFile() methods of the response object in
ASP.NET. is there an easier way to do this using an OWC Spreadsheet
component. I have tried referencing the component in my asp.net page but
none of its events are exposed. i know nothing about OWC and am eager to
explore their capabilities especially for this project. any input is highly
valued.
thanks,
sbs
i am developing a web application that needs to give Excel functionality
within the clients browser. here are the specs:
- user should not be able to save the workbook to their box.
- user should only be able to modify/view a certain range.
- input into above range must be validated.
- when user clicks update the data in the spreadsheet is extracted and
sent to the database.
what i have done to achieve this functionality is build the above
requirements via vba into an Excel workbook. the workbook is then streamed
via the ContentType() and WriteFile() methods of the response object in
ASP.NET. is there an easier way to do this using an OWC Spreadsheet
component. I have tried referencing the component in my asp.net page but
none of its events are exposed. i know nothing about OWC and am eager to
explore their capabilities especially for this project. any input is highly
valued.
thanks,
sbs